from pylab import * issue
Bug #613929 reported by
ocefpaf
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyreport |
New
|
Undecided
|
Unassigned |
Bug Description
For pyreport to work properly, when capturing matplotlib figures, one need to import pylab as "from pylab import *". However, I would like to produce consistent script (for a lecture) with the recommended matplotlib syntax (import matplotlib.pyplt as plt).
I manage to do this is a very ugly hack by introducing "from pylab import *" inside pyreport, but.. Is there a better way?
Thanks, Filipe.
To post a comment you must log in.
forgot to attach my ugly hack...