I am on Ubuntu 11.10
matplotlib version 1.1.0
numpy version 1.5.1

I have two bar graph scripts (good.py and bad.py). Each generates a graph
that contains two bars: one bar that extends along the positive y-axis and
another bar that extends along the negative y-axis. The only difference
between the two scripts is that in good.py the positive bar extends to
69.0, but in bad.py it extends to 70.0; however, while in good.py the
y-axis ends precisely at -30.0, in bad.py the y-axis ends below -30.0
despite the yticks setting specified on line 20. Is there an explanation
for this behavior? How might I remedy this?

Attachment: bad.py
Description: Binary data


Attachment: good.py
Description: Binary data

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to