I'm using the AGG backend to output graphs as PNG files, but I have had
users complain that the resulting files are too large (the images are
being served via a web server).
The graphs are simple line graphs with less than 8 colours, so I'm
trying to change src/_backend_agg.cpp to output a 4 bi
I have not been able to reproduce this with some quick plots using
ipython -pylab. Please provide the simplest complete script that
illustrates it.
Eric
Chris wrote:
> In recent builds of matplotlib from SVN, when I create several plots in a row,
> each new figure ends up containing each of th
In recent builds of matplotlib from SVN, when I create several plots in a row,
each new figure ends up containing each of the previous plots, including the
current one. Thus, the 1st plot would contain 1 series, the second 2 series,
etc. This did not happen previously. I am calling figure() before