Brian Granger-2 wrote:
> 
> Wow, it is really striking how much better the matplotlib version of
> this plot is compared to R.  Very nice!
> 
> Brian
> 

Brian, yes, I agree!
 

John Hunter-4 wrote:
> 
> 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
> 


John, thanks for the helpful links. Thinking about my data more and what I
am trying to visualize I now think that the spie charts are not appropriate,
as they are intended for merging two pie charts based on the same underlying
context (e.g. expected proportions vs actual proportions). That being said,
I think the polar bar chart example you sent plus the example of how to have
a gridded layout of plots will get me what I need. I realize these examples
were right there in the gallery, but it helps to have people suggest things
sometimes, so thanks again for responding as you did and not (the seemingly
typical forum) "RTFM".

If what I come up with is different/interesting enough I'll work on
submitting it as an example to the matplotlib gallery.

Josh 
-- 
View this message in context: 
http://www.nabble.com/spie-charts-in-matplotlib--tp22856064p22868864.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


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

Reply via email to