Previous topic

mmf.plotting.matplotlib

This Page

mmf.plotting.matplotlib.figures

Figures() Container of a bunch of figures.

Helper functions for drawing figures for inclusion in LaTeX documents using matplotlib.

BUGS:
Ensure that latex figures do not have unicode!
class mmf.plotting.matplotlib.figures.Figures[source]

Bases: object

Container of a bunch of figures.

Methods

savefig([ext])
setup_figure([name, width, height, ...]) Use this to setup the figure properties.
text(text[, latex]) Use this to format text for labels etc.
__init__()[source]
savefig(ext='eps')[source]
setup_figure(name=None, width=1.0, height=1.0, margin_factors=None, col_width_pt=246.0)[source]

Use this to setup the figure properties. :Parameters:

width : Fraction of columnwidth for figure height : Fraction of natural height (in terms of golden mean) col_width_pt : Get this from LaTeX using showthecolumnwidth
text(text, latex=None)[source]

Use this to format text for labels etc.