[Matplotlib-users] logarithmic chart (y axis) with dates along x axis?

2010-05-07 Thread fafcb
I'm new to matplotlib, so maybe this is obvious, but I've search quite a bit and can't find the answer. I have a data set with several hundred rows and about 5 columns. I want to plot all data points (columns 2-5) on the same logarithmic chart with the x axis showing calendar dates (column 1). W

Re: [Matplotlib-users] Complex layouts of subplots

2010-05-07 Thread Friedrich Romstedt
2010/5/7 Bartosz Telenczuk : > Dear all, > > I am working on figures for my thesis, which consist of several related panels. Each of the panel contains several subplots. In order to arrange the plots I would like to split the figure into two (or more) panels and within each of them create a nested

Re: [Matplotlib-users] sketch bar?

2010-05-07 Thread Eric Firing
On 05/06/2010 08:02 PM, oyster wrote: > I know matplotlib mimics matlab, which offers scientific look. > but can we use matplotlib to get a skecth(in other words, > hand-drawing) style for bar/pie/etc in none formalist paper? for > example, http://teethgrinder.co.uk/open-flash-chart/gallery-bar-7.

Re: [Matplotlib-users] what decides which lines go on top of the rest

2010-05-07 Thread Ryan May
On Wed, May 5, 2010 at 4:36 PM, Valentino Gonzalez wrote: > I am trying to make a scatter plot (it is important that it is a scatter > plot because I want the markers to be color coded).  Each point also has > errobars associated and since there is no way to plot errorbars on scatter > plots I am

[Matplotlib-users] what decides which lines go on top of the rest

2010-05-07 Thread Valentino Gonzalez
I am trying to make a scatter plot (it is important that it is a scatter plot because I want the markers to be color coded). Each point also has errobars associated and since there is no way to plot errorbars on scatter plots I am plotting them separately, i.e. plot twice: once with the errorb

[Matplotlib-users] sketch bar?

2010-05-07 Thread oyster
I know matplotlib mimics matlab, which offers scientific look. but can we use matplotlib to get a skecth(in other words, hand-drawing) style for bar/pie/etc in none formalist paper? for example, http://teethgrinder.co.uk/open-flash-chart/gallery-bar-7.php thanks --

[Matplotlib-users] Complex layouts of subplots

2010-05-07 Thread Bartosz Telenczuk
Dear all, I am working on figures for my thesis, which consist of several related panels. Each of the panel contains several subplots. In order to arrange the plots I would like to split the figure into two (or more) panels and within each of them create a nested set of subplots. Optimally, th

Re: [Matplotlib-users] Nasty mouse event problem with wxPython

2010-05-07 Thread Matt Newville
Hi Soren, 2010/5/6 Søren Nielsen : > Thanks Matt, > > The wx.ReleaseMouse() event when called before the wx.MessageBox also works > great. > > I have a similar problem when I want to make a popup menu after the user has > clicked on a patch (through the pick event) .. it works on Windows but the >