Opened 15 years ago
Closed 15 years ago
#214 closed defect (invalid)
No plotting with matplotlib 0.91 or 0.99?
| Reported by: | 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?
Note:
See TracTickets
for help on using tickets.

What do the following commands return?
python -c 'import matplotlib; matplotlib.use("TkAgg")'
python -c 'from asap import *'