[Matplotlib-users] Plotting 2D Structured CFD Grids and contour plots

2013-03-29 Thread Jeff Layton
Good afternoon, I'd like to be able to plot some 2D Structured CFD meshes and contour plots (pressure, etc) using Matplotlib. I've googled a little but does anyone have any pointers or links to help get me started? Thanks! Jeff --

[Matplotlib-users] Newbie help with subplots

2013-02-01 Thread Jeff Layton
Good morning, I'm been using matplotlib for a while but it's always been very simple plots (hey - I'm a simple person). I have a need for some "fancier" plots using subplots. I want to have 3 charts one above the other with a single set of x-axis labels on the bottom subplot that works for all t

Re: [Matplotlib-users] Bar chart + line chart?

2011-02-25 Thread Jeff Layton
On 02/23/2011 09:50 AM, Benjamin Root wrote: On Wed, Feb 23, 2011 at 8:34 AM, Jeff Layton <mailto:layto...@att.net>> wrote: Good morning, I'm looking for examples of creating a bar chart and then adding a line chart on top of it (with the same y-axis). I haven'

[Matplotlib-users] Bar chart + line chart?

2011-02-23 Thread Jeff Layton
Good morning, I'm looking for examples of creating a bar chart and then adding a line chart on top of it (with the same y-axis). I haven't had much luck with Google (probably using the wrong search terms). Thanks! Jeff -

Re: [Matplotlib-users] Legend outside plot?

2011-02-11 Thread Jeff Layton
On 02/11/2011 03:48 AM, Jae-Joon Lee wrote: > On Fri, Feb 11, 2011 at 8:38 AM, Jeff Layton wrote: >> I hate to be the first one to comment on this post but I forgot to give >> the error message and version of matplotlib. The error is, >> >> Traceback (most re

Re: [Matplotlib-users] Legend outside plot?

2011-02-10 Thread Jeff Layton
I hate to be the first one to comment on this post but I forgot to give the error message and version of matplotlib. The error is, Traceback (most recent call last): File "./multi_file_test_2.py", line 460, in ax.legend( (p1[0], p2[0]), ('IO Time', 'Total Elapsed Time'), bbox_to_anchor

[Matplotlib-users] Legend outside plot?

2011-02-10 Thread Jeff Layton
Good evening, I've been trying to find a way to move the legend outside the plot so it doesn't cover it up. I've seen some things online but I can quite get them to work (probably just my lack of knowledge about matplotlib). The section of code creating the plot looks like, fig = plt.fi

[Matplotlib-users] Newb question - multiple colors in bar chart

2010-01-23 Thread Jeff Layton
Good morning, I hate to ask such a newbie question but I am a newb with matplotlib :) I want to create a bar chart with, for example, 6 "bars". I want the first 3 bars to be one color and the second 3 bars to be another color. I'm not entirely sure how to do this - any suggestions? Alternatively