Re: [Matplotlib-users] hatch can not be saved as eps

2011-01-08 Thread Jae-Joon Lee
I think this is a bug in the ghostscript (which I believe that has been fixed recently). If you turn off antialiasing, the hatches come out fine. Did you use "round" join-style to create this output? My recollection is that this bug (of ghostscript) only happen when ghost script does antialiasing f

Re: [Matplotlib-users] Problem (bug?) with mpl_toolkits.mplot3d.Axes3D

2011-01-08 Thread Benjamin Root
On Sat, Jan 8, 2011 at 4:07 PM, Daniel Mader < danielstefanma...@googlemail.com> wrote: > Hello, > > I have a problem with the 3D plotting of PolyCollections with > python-matplotlib-1.0.0 (on openSUSE 11.3 x86_64): > > instead of being correctly stacked as in the example > http://matplotlib.sourc

[Matplotlib-users] Problem (bug?) with mpl_toolkits.mplot3d.Axes3D

2011-01-08 Thread Daniel Mader
Hello, I have a problem with the 3D plotting of PolyCollections with python-matplotlib-1.0.0 (on openSUSE 11.3 x86_64): instead of being correctly stacked as in the example http://matplotlib.sourceforge.net/examples/mplot3d/polys3d_demo.html, the plots are weirdly overlapping. The example works O

Re: [Matplotlib-users] Histogram without binning

2011-01-08 Thread Jose Gomez-Dans
Hi, On 8 January 2011 18:57, OKB (not okblacke) wrote: > Is there a simple way to get a > histogram that does not bin any values together at all, but simply > creates one bar for each distinct value in the dataset? You can just use the bins keyword to plt.hist (or np.hist): plt.hist ( x, bins=np

[Matplotlib-users] Histogram without binning

2011-01-08 Thread OKB (not okblacke)
A straightforward question: Is there a simple way to get a histogram that does not bin any values together at all, but simply creates one bar for each distinct value in the dataset? -- --OKB (not okblacke) Brendan Barnwell "Do not follow where the path may lead. Go, instead, where ther