[BioPython] Current tutorial in CVS
Peter
biopython at maubp.freeserve.co.uk
Sun Oct 19 18:59:23 UTC 2008
Peter wrote:
> Marting wrote:
>> for those lazy would you please show how to save the generated
>> plots into e.g. jpg or .svg file?
>
> Instead or as well as pylab.show(), use pylab.savefig(...), for example:
>
> pylab.savefig("dot_plot.png", dpi=75)
> pylab.savefig("dot_plot.pdf")
I've added a note about this in the example in the CVS version of the Tutorial.
> On a related note - it looks like the pylab tutorial as moved, I'm
> getting a 404 error on http://matplotlib.sourceforge.net/tutorial.html
> now :(
I've updated this link to point at http://matplotlib.sourceforge.net/ instead
(which at the time of writing includes a quick summary of the pylab functions).
Peter
More information about the Biopython
mailing list