[Matplotlib-users] histogram bug

2006-07-20 Thread [EMAIL PROTECTED]
The following minimal script reveals a rendering problem with displaying a histogram on a log vertical axis. I'm using matplotlib0.87.4 in WinXP with python 2.3.5 Enthon. from pylab import * hist(rand(100), 20, bottom=1) setp(gca(), yscale="log") show() Gary R.

[Matplotlib-users] broken link

2006-07-20 Thread John Pye
Hi, Just wanted to let you know that the link at to the Numeric Python tutorial at http://matplotlib.sourceforge.net/tutorial.html is broken. Cheers JP -- John Pye School of Mechanical and Manufacturing Engineering The University of New South Wales Sydney NSW 2052 Australia t +61 2 9385

[Matplotlib-users] Can't quite figure out how backend stuff works

2006-07-20 Thread Michael Schwager
Hi, I’ve been using matplotlib for about a week now and am exceedingly confused by all the class hierarchies and stuff.   I’m trying to draw an arc and some other polygons and render them to either GTK or postscript.  I’m running Python 2.4 with Idle and XP   I can successfully do the f