Opened 14 years ago

Closed 13 years ago

#214 closed defect (invalid)

No plotting with matplotlib 0.91 or 0.99?

Reported by: martin.cordiner@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 3.0
Component: General Version: 1.0
Severity: major Keywords: matplotlib findobj
Cc:

Description

I've tried installing ASAP on Centos 5.5, and it seems to work but has no plotting functionality. Under matplotlib 0.91.2, an error comes up complaining about a lack of 'findobj' support. After installing matplotlib 0.99.1.1, ASAP no longer recognises that matplotlib is installed.

Either way I have no plotting. Can you suggest a solution or fix?

Change History (2)

comment:1 Changed 14 years ago by Malte Marquarding

Owner: changed from Malte Marquarding to Malte Marquarding
Status: newassigned

What do the following commands return?

python -c 'import matplotlib; matplotlib.use("TkAgg?")'

python -c 'from asap import *'

comment:2 Changed 13 years ago by Malte Marquarding

Resolution: invalid
Status: assignedclosed

no feedback

Note: See TracTickets for help on using tickets.