icecube.steamshovel.artists.mplart.AggMPLArtist module¶
- class icecube.steamshovel.artists.mplart.AggMPLArtist.AggMPLArtist¶
Bases:
MPLArtist
A PyArtist representing a matplotlib figure, using the agg backend without any gui integration
- active_redraw(time)¶
redraw action to pass to ActivePixmapOverlay
- create_output(output)¶
Export this artist’s output to OpenGL
- export_image()¶
Export self.manager.canvas to a tuple (raw_data_string, width, height)
- get_canvas_cleanup(figure)¶
Return the cleanup action that fires whenver this artist’s current output invalidates
This just clears the output
- get_canvas_update(figure)¶
Return the update action that fires whenever the time changes
- get_figure_manager(fignum)¶