More information on this bug: on my WinXP laptop, it seems to only 
manifest under some circumstances. When running the script from inside 
SciTE or ipython, it seems more or less repeatable (sometimes it won't 
show on the first run but does from then on), but if the .py file is run 
directly from the windows explorer, it doesn't show up. On my win98 
desktop, however, it shows up regardless.

Gary Ruben wrote:
> Note: I just verified that this was introduced into 0.87.4.
> 0.87.3 doesn't exhibit the problem. See attachment.
> 
> Gary R.
> 
> [EMAIL PROTECTED] wrote:
>> 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.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to