On Thu, Apr 2, 2009 at 3:11 PM, totallyunimodular <jhem...@vni.com> wrote:
>
> I am interested in making spie charts in matplotlib, as discussed
> http://www.nabble.com/forum/NewTopic.jtp?forum=2906 here  and
> http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=106 available
> in R . Additionally, I would like to have a grid of such charts within a
> single graphic frame, something along the lines of the
> http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=63 star chart
> demo  in the R gallery, but with spie charts instead of star charts.
>

Sorry forgot to answer your second question.  You can create multiple
columns and rows of subplots using the subplot command.  Here is an
example:

  http://matplotlib.sourceforge.net/examples/pylab_examples/line_styles.html

and here is the subplot tutorial

  
http://matplotlib.sourceforge.net/users/pyplot_tutorial.html#working-with-multiple-figures-and-axes

When working with lots-o-subplots, you may want to adjust the spacing
between them as well as around the edges with "subplots_adjust"

  
http://matplotlib.sourceforge.net/api/figure_api.html#matplotlib.figure.Figure.
subplots_adjust

There is also a pyplot command by the same name.

JDH

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to