[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,

[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] 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

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 vggon...@ucsc.edu 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

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

Re: [Matplotlib-users] Complex layouts of subplots

2010-05-07 Thread Friedrich Romstedt
2010/5/7 Bartosz Telenczuk bartosz.telenc...@gmail.com: 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

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