Re: [Matplotlib-users] matplotlib compiled fine, but plot doesn't pop up in interactive mode

2012-03-15 Thread Benjamin Root
On Thursday, March 15, 2012, Yi Shang wrote: > Dear all, > I tried to search through the mailinglist archive first, but couldn't ( http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users). Is the mailinglist only for browsing by date? > > I did a clean install of matplotlib (follo

[Matplotlib-users] matplotlib compiled fine, but plot doesn't pop up in interactive mode

2012-03-15 Thread Yi Shang
Dear all, I tried to search through the mailinglist archive first, but couldn't ( http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users). Is the mailinglist only for browsing by date? I did a clean install of matplotlib (following the installation webpage) on Linux machine (x86_

Re: [Matplotlib-users] open ascii grid data and plot

2012-03-15 Thread Goyo
El día 15 de marzo de 2012 05:14, questions anon escribió: > I think my error is from the np.genfromtxt because I just checked the size > of my data and it appears in 1D rather than 2D. This is unsurprising since your file has just one row of data. I overlooked that because the weird error messag

Re: [Matplotlib-users] (Lack of) hidden surfaces - mplot3d bug?

2012-03-15 Thread Benjamin Root
On Thu, Mar 15, 2012 at 12:31 PM, Thøger Rivera-Thorsen < thoger.e...@gmail.com> wrote: > Hello people, > > I am trying to do a surface plot of some data, with some line plots > marking some lines of special interest - see attachment. > > It would be really nice if the surface plot would hide the

Re: [Matplotlib-users] How to remove the black border in a Matplotlib figure

2012-03-15 Thread Tony Yu
On Thu, Mar 15, 2012 at 6:01 AM, kususe wrote: > > Hi folks, > I'd like to remove the black border which is created when I save the image, > letting just the white background and the graph. > Is there a solution?? > Thanks, > K. > -- Matplotlib provides a function that *almost* does this: `plt.

[Matplotlib-users] matplotlib.sankey: boxes spliced into flow?

2012-03-15 Thread Kevin Hunter
Hullo matplotlib list, I've discovered (with pleasure!) that matplotlib has recently learned how to create Sankey diagrams. Thank you Kevin and Yannick! One of my less-technically inclined fellow graduate students is searching for his toolset of choice for generating these suckers, and is cur

Re: [Matplotlib-users] 2D plots in mplot3d

2012-03-15 Thread Thøger Rivera-Thorsen
Hello list; I have some data that I would like to display a bit like it is done in this example: http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html#d-plots-in-3d Only, instead of the line plot in the z=0 plane, I would like to represent my data as a pcolormesh (and ins

Re: [Matplotlib-users] Bus error related to ft2font on Mac OS X (10.6), gcc-4.2, apparently 0.99 branch related

2012-03-15 Thread Friedrich Romstedt
Hi, Am 14. November 2011 15:04 schrieb Friedrich Romstedt : > 2011/11/14 Michael Droettboom : >> Thanks for all the time you've devoted to this.  It does look like possibly >> some kind of compiler bug.  The font loads and renders fine on Linux, for >> what it's worth (just as a data point). >> >>

[Matplotlib-users] Figure save hack

2012-03-15 Thread Sebastian Berg
Hey, last weekend I wrote a hook which can track figure creation. Basically it takes care of creating the new figure and wraps it to track all changes to it. Its a hack, and the code is not cleaned up or tested much, but I like to do scripts that I run with many parameters to create plots and it w

[Matplotlib-users] How to remove the black border in a Matplotlib figure

2012-03-15 Thread kususe
Hi folks, I'd like to remove the black border which is created when I save the image, letting just the white background and the graph. Is there a solution?? Thanks, K. -- View this message in context: http://old.nabble.com/How-to-remove-the-black-border-in-a-Matplotlib-figure-tp33508568p33508

Re: [Matplotlib-users] How to remove x axis in a subplotted graph

2012-03-15 Thread kususe
On Wed, Mar 14, 2012 at 2:38 PM, kususe wrote: > > I got an error using the first subplot function because I have to specify > 3 > parameters. > If i do it, I get that "AxesSubplot' object is not iterable" > I coded using 3 subplot functions, getting the same error. > > Thanks > K. > > Note th