Arnaud Beck Laboratoire Leprince-Ringuet, École ...

Matplotlib : the figure object fig = figure([options]) Options include : Size in inches Dpi Face and edge colors Frame layout Operations include : Title and axis labels fig.xlabel("string") Axis ticks and extent fig.ticks(ndarray) Display a colorbar fig.colorbar() Display a legend fig.legend() Save figure (png or eps) fig.savefig() ................
................