Re: [Matplotlib-users] os x trouble

2009-08-10 Thread Gideon Simpson
On Aug 9, 2009, at 11:06 AM, Michiel de Hoon wrote: > > The error occurs in the first line of _macosx.m, which is > #include > Can you compile anything (with the same compiler flags) that > contains this line? > Nope. Got similar errors on a generic piece of code. > --Michiel > > --- On Fri

Re: [Matplotlib-users] pylab

2009-08-10 Thread Eric Firing
marc desmarais wrote: > Are there still two pylabs? Are the following two web pages referring > to the same pylab? Not exactly: > This one is a vision or proposal, open for discussion: > http://www.scipy.org/PyLab This one is real: > http://matplotlib.sourceforge.net/ > The pylab interface t

[Matplotlib-users] pylab

2009-08-10 Thread marc desmarais
Are there still two pylabs?  Are the following two web pages referring to the same pylab? http://www.scipy.org/PyLab http://matplotlib.sourceforge.net/ I'm a bit confused (trying to get the Scipy, Numpy, Pylab, Matplolib story straight, before I plunge in) Marc Desmarais Long Beach, CA, 90814

[Matplotlib-users] ANN Join ChiPy on Thursday August 13, 2009 Matplotlib, best meeting ever.

2009-08-10 Thread Brian Ray
Chicago Python User Group = We welcome back Dr John Hunter. Matplotlib is probably the most popular open source 2D plotting library ever. It has multiple rendering engines, supports tons of plot formats, and even typesets complicated equations properly. Matplotlib, m

[Matplotlib-users] building matplotlib from source in Linux

2009-08-10 Thread James Battat
Hi, I'm installing matplotlib from source on a linux machine (system details below). The module builds and installs without error. I can import pylab successfully from an interactive python prompt. When I plot data, however, pylab.show() brings up an empty plot window (gray background),

Re: [Matplotlib-users] axes_grid examples

2009-08-10 Thread John Hunter
On Mon, Aug 10, 2009 at 10:23 AM, Jae-Joon Lee wrote: > John, > > I changed the axes_grid examples to use get_sample_data and committed > them to the svn yesterday. > However, these examples won't work unless the user uses mpl from the > svn (I don't think get_sample_data is in 0.99 maint). > But,

Re: [Matplotlib-users] axes_grid examples

2009-08-10 Thread Jae-Joon Lee
John, I changed the axes_grid examples to use get_sample_data and committed them to the svn yesterday. However, these examples won't work unless the user uses mpl from the svn (I don't think get_sample_data is in 0.99 maint). But, at some point during the last dev cycle, I think the gallery in our

Re: [Matplotlib-users] axes_grid examples

2009-08-10 Thread Gary Ruben
Thanks John. John Hunter wrote: > On Mon, Aug 10, 2009 at 5:05 AM, Gary Ruben wrote: >> Many of the axes_grid examples in the thumbnail gallery don't work out >> of the box with the latest matplotlib 0.99 because they rely on >> demo_image and demo_axes_divider modules. Should these have been >> p

Re: [Matplotlib-users] axes_grid examples

2009-08-10 Thread Neil Pilgrim
John Hunter wrote: > On Mon, Aug 10, 2009 at 5:05 AM, Gary Ruben wrote: >> Many of the axes_grid examples in the thumbnail gallery don't work out >> of the box with the latest matplotlib 0.99 because they rely on >> demo_image and demo_axes_divider modules. Should these have been >> packaged with 0

Re: [Matplotlib-users] plotting separated axes

2009-08-10 Thread John Hunter
On Sun, Aug 9, 2009 at 11:53 PM, per freem wrote: > is there a way to plot separated axes in matplotlib? i.e. plots where > the origin (0,0) has no meaning, either because the data on the x axes > is categorical (e.g. you are plotting a histograms for three > categories) or for other reasons. an ex

Re: [Matplotlib-users] axes_grid examples

2009-08-10 Thread John Hunter
On Mon, Aug 10, 2009 at 5:05 AM, Gary Ruben wrote: > Many of the axes_grid examples in the thumbnail gallery don't work out > of the box with the latest matplotlib 0.99 because they rely on > demo_image and demo_axes_divider modules. Should these have been > packaged with 0.99 or were they left out

[Matplotlib-users] axes_grid examples

2009-08-10 Thread Gary Ruben
Many of the axes_grid examples in the thumbnail gallery don't work out of the box with the latest matplotlib 0.99 because they rely on demo_image and demo_axes_divider modules. Should these have been packaged with 0.99 or were they left out deliberately? Gary R. ---

Re: [Matplotlib-users] complex layouts of plots in matplotlib

2009-08-10 Thread Gary Ruben
Hi Per, The just-released mpl 0.99 contains Jae-Joon Lee's AxesGrid Toolkit and Andrew Straw's support for axis spines