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.
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
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