Re: [Matplotlib-users] [Bug] Bar plot with log scale on y axes

2012-01-23 Thread Benjamin Root
On Monday, January 23, 2012, Álvaro Justen [Turicas] wrote: > Hello, > I'm using version 1.0.1 and I think this code snippet and the images > attached are enough to explain the bug: > https://gist.github.com/1667300 > > Images 'bar-log-bug.png' and 'bar-log-ok.png' must be the same since > it is t

[Matplotlib-users] [Bug] Bar plot with log scale on y axes

2012-01-23 Thread Álvaro Justen [Turicas]
Hello, I'm using version 1.0.1 and I think this code snippet and the images attached are enough to explain the bug: https://gist.github.com/1667300 Images 'bar-log-bug.png' and 'bar-log-ok.png' must be the same since it is the same data and same configuration - the bug occurs when we call set_ysca

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Paul Ivanov
Hi Russ, Russ Dill, on 2012-01-21 13:30, wrote: > I'm using matplotlib from pylab to generate eye patterns for signal > simulations. My output pretty much looks like this: > > http://www.flickr.com/photos/31208937@N06/6079131690/ > > Its pretty useful as it allows one to quickly see the size of

Re: [Matplotlib-users] beginner examples using matplotlib.transforms?

2012-01-23 Thread Benjamin Root
On Mon, Jan 23, 2012 at 2:21 PM, Tony Yu wrote: > > > On Mon, Jan 23, 2012 at 2:43 PM, reckoner wrote: > >> Hi, >> >> I am trying to create a sequence of rotated rectangles of various >> sizes/orientations. I have been looking at the following page: >> >> http://matplotlib.sourceforge.net/devel

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Benjamin Root
On Mon, Jan 23, 2012 at 1:46 PM, Ethan Swint wrote: > > > On 1/23/2012 1:55 PM, Russ Dill wrote: > > On Mon, Jan 23, 2012 at 11:17 AM, Stan West > wrote: > >>> From: Russ Dill [mailto:russ.d...@gmail.com] > >>> Sent: Saturday, January 21, 2012 16:31 > >>> > >>> I'm using matplotlib from pylab to

Re: [Matplotlib-users] beginner examples using matplotlib.transforms?

2012-01-23 Thread Tony Yu
On Mon, Jan 23, 2012 at 2:43 PM, reckoner wrote: > Hi, > > I am trying to create a sequence of rotated rectangles of various > sizes/orientations. I have been looking at the following page: > > http://matplotlib.sourceforge.net/devel/transformations.html > > But I can't find any examples of how

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Ethan Swint
On 1/23/2012 1:55 PM, Russ Dill wrote: > On Mon, Jan 23, 2012 at 11:17 AM, Stan West wrote: >>> From: Russ Dill [mailto:russ.d...@gmail.com] >>> Sent: Saturday, January 21, 2012 16:31 >>> >>> I'm using matplotlib from pylab to generate eye patterns for signal >>> simulations. >> ... >> >>> Is th

[Matplotlib-users] beginner examples using matplotlib.transforms?

2012-01-23 Thread reckoner
Hi, I am trying to create a sequence of rotated rectangles of various sizes/orientations. I have been looking at the following page: http://matplotlib.sourceforge.net/devel/transformations.html But I can't find any examples of how to use these transformations and then show the resulting figur

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Russ Dill
On Mon, Jan 23, 2012 at 11:17 AM, Stan West wrote: >> From: Russ Dill [mailto:russ.d...@gmail.com] >> Sent: Saturday, January 21, 2012 16:31 >> >> I'm using matplotlib from pylab to generate eye patterns for signal >> simulations. > > ... > >> Is there any way within matplotlib to do that right no

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Tony Yu
2012/1/23 Gousios George > ** > Στις 23/01/2012 08:10 μμ, ο/η Benjamin Root έγραψε: > > 2012/1/23 Gousios George > >> Στις 23/01/2012 07:48 μμ, ο/η Tony Yu έγραψε: >> >> >> >> 2012/1/23 Gousios George >> >>> Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: >>> >>> >>> >>> 2012/1/23 Gousios Georg

Re: [Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Stan West
> From: Russ Dill [mailto:russ.d...@gmail.com] > Sent: Saturday, January 21, 2012 16:31 > > I'm using matplotlib from pylab to generate eye patterns for signal > simulations. ... > Is there any way within matplotlib to do that right now? One way combines Numpy's histogram2d and matplotlib's im

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Gousios George
Στις 23/01/2012 08:10 μμ, ο/η Benjamin Root έγραψε: 2012/1/23 Gousios George > Στις 23/01/2012 07:48 μμ, ο/η Tony Yu έγραψε: 2012/1/23 Gousios George mailto:gg...@windowslive.com>> Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: 2012/1/2

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Benjamin Root
2012/1/23 Gousios George > ** > Στις 23/01/2012 07:48 μμ, ο/η Tony Yu έγραψε: > > > > 2012/1/23 Gousios George > >> Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: >> >> >> >> 2012/1/23 Gousios George >> >>> Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: >>> >>> Στις 21/01/2012 07:05 μμ,

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Gousios George
Στις 23/01/2012 07:48 μμ, ο/η Tony Yu έγραψε: 2012/1/23 Gousios George > Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: 2012/1/23 Gousios George mailto:gg...@windowslive.com>> Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: Στις 2

Re: [Matplotlib-users] MQMQ: How to adjust the size and scale of the x-y axis of the graph.Thanks.

2012-01-23 Thread MQMQ
Thank you so much, I will follow your advice.:) MQ MQMQ wrote: > > Dear all, > > Could you guys share your experience on: > How to adjust the size and scale of the x-y axis of the plot (e.g. how to > resize the "0 1 2" on x axis ), Thanks? > And special commands in matplotlib? > > Thank you

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Tony Yu
2012/1/23 Gousios George > ** > Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: > > > > 2012/1/23 Gousios George > >> Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: >> >> Στις 21/01/2012 07:05 μμ, ο/η Tony Yu έγραψε: >> >> >> >> On Sat, Jan 21, 2012 at 11:31 AM, Gousios George >> wrote: >>

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Gousios George
Στις 23/01/2012 06:52 μμ, ο/η Tony Yu έγραψε: 2012/1/23 Gousios George > Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: Στις 21/01/2012 07:05 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 11:31 AM, Gousios George mailto:gg...@windowsli

Re: [Matplotlib-users] Plotting contour in X-Z plane

2012-01-23 Thread Moore, Eric (NIH/NIDDK) [F]
From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Monday, January 23, 2012 10:49 AM To: Moore, Eric (NIH/NIDDK) [F] Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] Plotting contour in X-Z plane On Thu, Jan 19, 2012 at 12:01 PM,

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Tony Yu
2012/1/23 Gousios George > ** > Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: > > Στις 21/01/2012 07:05 μμ, ο/η Tony Yu έγραψε: > > > > On Sat, Jan 21, 2012 at 11:31 AM, Gousios George wrote: > >> Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: >> >> >> >> On Sat, Jan 21, 2012 at 9:07 AM, G

Re: [Matplotlib-users] How to create a movie?? (from matlab code)

2012-01-23 Thread Gousios George
Στις 21/01/2012 07:43 μμ, ο/η Gousios George έγραψε: Στις 21/01/2012 07:05 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 11:31 AM, Gousios George mailto:gg...@windowslive.com>> wrote: Στις 21/01/2012 04:54 μμ, ο/η Tony Yu έγραψε: On Sat, Jan 21, 2012 at 9:07 AM, Gousios George

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Tony Yu
On Mon, Jan 23, 2012 at 9:56 AM, Michael Droettboom wrote: > I have a solution for this in this pull request: > > https://github.com/matplotlib/matplotlib/pull/684 > > If able, would you mind confirming that it addresses your issue? > > Mike > > This fix worked on my system. -Tony > > On 01/23

Re: [Matplotlib-users] Plotting contour in X-Z plane

2012-01-23 Thread Benjamin Root
On Thu, Jan 19, 2012 at 12:01 PM, Moore, Eric (NIH/NIDDK) [F] < eric.moo...@nih.gov> wrote: > > -Original Message- > > From: alw46 [mailto:amandalaurelw...@gmail.com] > > Sent: Thursday, January 19, 2012 11:31 AM > > To: matplotlib-users@lists.sourceforge.net > > Subject: [Matplotlib-users

Re: [Matplotlib-users] MQMQ: How to adjust the size and scale of the x-y axis of the graph.Thanks.

2012-01-23 Thread Ethan Swint
On 1/20/2012 5:31 PM, MQMQ wrote: > Dear all, > > Could you guys share your experience on: > How to adjust the size and scale of the x-y axis of the plot (e.g. how to > resize the "0 1 2" on x axis ), Thanks? > And special commands in matplotlib? > > Thank you so much in advanced. > MQMQ You can ch

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Michael Droettboom
I have a solution for this in this pull request: https://github.com/matplotlib/matplotlib/pull/684 If able, would you mind confirming that it addresses your issue? Mike On 01/23/2012 09:02 AM, Bruno Santos wrote: Sorry it took me a while to get back to you. I have finally written some code to

[Matplotlib-users] matplotlib for OSX 10.6, Python 2.7

2012-01-23 Thread Jason Sachs
Please post a binary .dmg or .egg file for matplotlib for OSX 10.6 and Python 2.7. There doesn't appear to be one on the downloads page; the closest I could find for anything under OSX 10.6 was http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.3/ which only includes Pytho

[Matplotlib-users] MQMQ: How to adjust the size and scale of the x-y axis of the graph.Thanks.

2012-01-23 Thread MQMQ
Dear all, Could you guys share your experience on: How to adjust the size and scale of the x-y axis of the plot (e.g. how to resize the "0 1 2" on x axis ), Thanks? And special commands in matplotlib? Thank you so much in advanced. MQMQ -- View this message in context: http://old.nabble.com/M

[Matplotlib-users] Eye patterns (Heat plot?)

2012-01-23 Thread Russ Dill
I'm using matplotlib from pylab to generate eye patterns for signal simulations. My output pretty much looks like this: http://www.flickr.com/photos/31208937@N06/6079131690/ Its pretty useful as it allows one to quickly see the size of the eye opening, the maximum/minimum voltage, etc. I'd really

Re: [Matplotlib-users] Path lacks initial MOVETO

2012-01-23 Thread Bruno Santos
Sorry it took me a while to get back to you. I have finally written some code to replicate the problem. I have attached a file with it. Thank you very much in advance, Bruno Santos 2012/1/19 Tony Yu > > > On Thu, Jan 19, 2012 at 12:07 PM, Bruno Santos wrote: > >> Hello everyone, >> >> I have be