Re: [Matplotlib-users] histogram bug

2006-12-27 Thread Eric Firing
John Hunter wrote: >> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: > > Eric> Oops, I replied to your previous message before seeing this > Eric> one. Still, the larger question remains: maybe we should do > Eric> something to make it easier for users to understand what is >

Re: [Matplotlib-users] histogram bug

2006-12-27 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> Oops, I replied to your previous message before seeing this Eric> one. Still, the larger question remains: maybe we should do Eric> something to make it easier for users to understand what is Eric> going on when the tra

[Matplotlib-users] Runtime Error on running matplotlib examples pythonic_matplotlib.py, cursor_demo.py, etc .. (Pythonwin 2.4 crashes)

2006-12-27 Thread maser rati
Hi Guys, I'm a new user of Matplotlib and am very impressed by its plotting capabilities. I have the latest version of Matplotlib and Numpy 1.0 running on my Win 2000 system with Python 2.4. On running the pythonic_matplotlib.py,cursor_demo.py etc.. in Matplotlib examples in the Pythonwin int

[Matplotlib-users] pylatex

2006-12-27 Thread Simson Garfinkel
On Dec 16, 2006, at 1:58 PM, Pierre GM wrote: >> I've also written a neat pre-processor that allows you to embed >> python and matplotlib code in LaTeX, so you don't need to have it all >> spread out. And you can populate the results from SQL queries, right >> there in the LaTeX. It makes paper wr

Re: [Matplotlib-users] histogram bug

2006-12-27 Thread Eric Firing
Oops, I replied to your previous message before seeing this one. Still, the larger question remains: maybe we should do something to make it easier for users to understand what is going on when the transform chokes on log(0). Changing numbers <=0 to a small positive number and issuing a warnin

Re: [Matplotlib-users] histogram bug

2006-12-27 Thread Eric Firing
John Hunter wrote: >> "Diwaker" == Diwaker Gupta <[EMAIL PROTECTED]> writes: > > >> >> The following minimal script reveals a rendering problem > >> with >> displaying a histogram on a log vertical axis. > > Diwaker> Has this been resolved yet? I'm running Matplotlib > Diwaker

Re: [Matplotlib-users] histogram bug

2006-12-27 Thread John Hunter
> "John" == John Hunter <[EMAIL PROTECTED]> writes: John> You have to make sure your yaxis limits are strictly John> positive, eg John> ax.set_ylim(1e-3, 1e3) ax.set_yscale('log') No that won't quite do it, sorry for the noise. The problem is that the histogram bottom of the r

Re: [Matplotlib-users] histogram bug

2006-12-27 Thread John Hunter
> "Diwaker" == Diwaker Gupta <[EMAIL PROTECTED]> writes: >> >> The following minimal script reveals a rendering problem >> with >> displaying a histogram on a log vertical axis. Diwaker> Has this been resolved yet? I'm running Matplotlib Diwaker> 0.87.5-2.2 on Debian Unstable.