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
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
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.
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
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
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
--
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
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
>