|
From: Chris B. <Chr...@no...> - 2005-02-01 20:55:40
|
Pressing "send" too soon...
To partially answer my own question, I looked in matplotlib.pylab.py,
and found:
manager = get_current_fig_manager()
manager.canvas.print_figure(*args, **kwargs)
However, I can't see how to get the canvas from a figure instance. This
looks like one place the OO interface could be improved.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chr...@no...
|