without having to increase the width of the whole chart?
--
View this message in context:
http://www.nabble.com/How-do-I-widen-the-space-for-y-coordinate-ticks--tp16447673p16447673.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
---
I'm trying to make a plot that has two x-axis with one of them
nonlinear - twiny() is working great, but I'm hung up on how to get
the second axis to be spaced properly. For the sake of example, lets
say the first axis is linear on [1,2] - if I just plot data according
to that x-axis, all is fine.
On Wed, 2 Apr 2008, Wolfgang Kerzendorf wrote:
> If I plot something with pylab.plot and then
> pylab.show the first time.
http://matplotlib.sourceforge.net/faq.html#SHOW
http://matplotlib.sourceforge.net/faq.html#OO
hth,
Alan Isaac
OK, I figured out what I was doing wrong. Quite simple really:
I assumed the CITIESx020 value was the same as the "enumerated" value -
which wasn't the case. Thus the wrong city name was being assigned to some
correct city's location. Once I figured that out, all seems better.
One thing I DID
Hello,
I have some problem with the backend controls. Well to be perfectly
honest I don't know if they are able to do what I want from them. As
far as I understand the pylab package helps me create plots (and the
windows from the different backends) without me having to write my
own wxpyt