[Matplotlib-users] macosx lion installation challenges

2012-01-18 Thread Andrew
gure out the architecture type of: /var/folders/2d/t8xdmbdj103bmcjbm72j49980000gp/T//ccOY6Ibr.out error: command 'gcc-4.2' failed with exit status 1 Any thoughts on how to fix it? thanks, Andrew -- Keep Your

[Matplotlib-users] Exception in Tkinter callback

2012-03-19 Thread Andrew
_renderer, colormode=2) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/backends/tkagg.py", line 19, in blit tk.call("PyAggImagePhoto", photoimage, id(aggimage), colormode, id

Re: [Matplotlib-users] Hovemuller Diagram

2013-07-13 Thread Andrew Dawson
, "Sudheer Joseph" wrote: > Hi, > > I did not understand 1d mentioned by you? for a diagram like this 2D is > must as it need longitude /latitude and also time > with best regards, > Sudheer > > From: Andrew Dawson > > To: Phil Elson > >Cc: Sudheer Josep

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-02 Thread Andrew Jaffe
m, probably an incompatible version somewhere. Ideas? Andrew -- Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take t

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-06 Thread Andrew Jaffe
Hi Michael et al, Attached... A p.s. I've posted this via the gmane newsgroup, but a version of was sent to the ML and is awaiting moderator approval... On 02/08/2013 15:32, Michael Droettboom wrote: Can you provide the output of the build? On 08/02/2013 06:53 AM, Andrew Jaffe

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-09-02 Thread Andrew Jaffe
Dear all, On 06/08/2013 16:36, Andrew Jaffe wrote: >> On 08/02/2013 06:53 AM, Andrew Jaffe wrote: >>> >>> On 01/08/2013 19:06, Michael Droettboom wrote: >>>> On behalf of a veritable army of super coders, I'm pleased to announce the >>>> rele

Re: [Matplotlib-users] 1.3 + xkcd + latex

2013-10-18 Thread Andrew Dawson
pecific to just Neal! Andrew On 18 October 2013 14:40, Michael Droettboom wrote: > This is really puzzling. What version of matplotlib are you running, > what platform, and what version of Python? Your example works just fine > for me. > > Mike > > On 10/18/2013 08:40 AM

Re: [Matplotlib-users] Crash when using matplotlib.tri.LinearTriInterpolator

2014-08-11 Thread Andrew Dawson
][:, :]-1 > > triang = tri.Triangulation(x, y, triangles=elems) > > data = data.filled(0.0) > > # this still crashes the python interpreter > interp = tri.LinearTriInterpolator(triang, data) > > Thanks again! > Regards Hartmut > --- > http://boos

Re: [Matplotlib-users] stem plot with horizontal offset (BaseValue)

2015-03-31 Thread Andrew Dawson
Looking at the source code indicates there is a 'bottom' keyword which looks like it controls this, see https://github.com/matplotlib/matplotlib/blob/v1.4.3/lib/matplotlib/axes/_axes.py#L2295 On 31 March 2015 at 19:31, ssinfod wrote: > Hello, > > I found this stem plot example: > http://matplotl

Re: [Matplotlib-users] Axes.frame vs. Axes.spines in SVN Basemap and Matplotlib? (was New contourf()...)

2009-06-16 Thread Andrew Straw
too much to convert basemap. Please see svn r7144, 7145, and 7170 for my changes to lib/matplotlib/projections/geo.py -Andrew -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing o

[Matplotlib-users] Align Text (Relative)

2009-08-13 Thread Andrew Kelly
I am currently using the annotate() method for my data points and I was curious if there is a way to center a line of text relative to a line of text below it. I am currently using two annotate() function calls in a row (I need the text to be different colors) but I need the first one to act as a

[Matplotlib-users] Unknown Path Error

2009-08-31 Thread Andrew Kelly
ed fine yesterday. I tried re-installing with an older version but to no avail. I am totally clueless as to why this is happening. Anyone have a guess. -Andrew -- Let Crystal Reports handle the reporting - Free Crys

Re: [Matplotlib-users] Unknown Path Error

2009-08-31 Thread Andrew Kelly
tripping over the Artist.contains() function call when used with line2D. On Mon, Aug 31, 2009 at 1:28 PM, Michael Droettboom wrote: > Can you provide a standalone example that reproduces this error? > > Cheers, > Mike > > Andrew Kelly wrote: > >> I recently re-instal

Re: [Matplotlib-users] Placing vector eps graphics

2009-09-01 Thread Andrew Straw
jakobg wrote: > Hi there, > > I want to place an eps graphic I created in Inkscape in a plot. The final > image is supposed to be a vector eps as well. I looked up the forum but just > found the option with the Image (PIL) library which obviously rasterizes my > vector image. And I use the Tex opti

Re: [Matplotlib-users] best format for MS word?

2009-09-01 Thread Andrew Straw
Shixin Zeng wrote: > Hi, > > Could someone tell me what's the best format that matplotlib can > produce for insertion to MS word? You can try PyEMF. I don't know its status -- it might need some TLC. http://pyemf.sourceforge.net/ --

Re: [Matplotlib-users] making quicktime animations from linux

2009-09-03 Thread Andrew Straw
ered... I have been encoding on Ubuntu Jaunty with libraries from mediabuntu. I haven't tested the above using the plain Ubuntu ffmpeg yet. -Andrew Philip Austin wrote: > This isn't strictly a matplotlib question, but I'm hoping > dual mac/linux users can provide some advice on

Re: [Matplotlib-users] making quicktime animations from linux

2009-09-04 Thread Andrew Straw
Phil Austin wrote: > Andrew Straw wrote: > >> I use:: >> >> ffmpeg -r 60 -i frame%05d.png -vcodec wmv2 -b 2000k out.avi >> >> > > That's encouraging, thanks. I tried this and produced > > http://clouds.eos.ubc.ca/~phil/video/out.avi

Re: [Matplotlib-users] segfault on plot

2009-09-11 Thread Andrew Straw
e any way you can get a stack trace? And why do you say segfault -- did Windows pop up a dialog? What did it say? One of these days I will try to get a Windows buildslave for the MPL buildbot, -Andrew -- Let Crystal Re

[Matplotlib-users] [job] top-flight graphicist needed for climate science & media group

2009-09-13 Thread Andrew Straw
I am posting this for a friend of mine. Please respond to the email address in the ad if you are interested. -- Forwarded message -- From: *Ben Strauss* > Date: Fri, Sep 11, 2009 at 4:56 PM Subject: [job] top-flight graphicist needed for clima

[Matplotlib-users] violin plots

2009-09-17 Thread Andrew Straw
base without requiring scipy? Perhaps we should just include it as a demo. I note that examples/pylab_examples/demo_agg_filter.py requires scipy, too. Thanks Flávio for sharing -- I have occasionally wondered how my data would look in a violin plot. -Andrew

Re: [Matplotlib-users] Contouring on triangular grids

2009-09-18 Thread Andrew Straw
ral neighbors interpolation, as available through the mlab.griddata function? (See examples/pylab_examples/griddata_demo.py for an example apparently similar to yours.) -Andrew -- Come build with us! The BlackBerry® Developer C

Re: [Matplotlib-users] mplot3d: plot_surface() and contour on grid?

2009-10-09 Thread Andrew Straw
anx! >> > > Hi Matthias, I committed your patch to a github branch of MPL, but I'll let Reinier actually commit something based on this to MPL. http://github.com/astraw/matplotlib/tree/dev/michler-3d-contourf-offsets -Andrew

Re: [Matplotlib-users] matplotlib with Qt4 backend

2009-11-12 Thread Andrew Straw
Celil Rufat wrote: > I just installed matplotlib on Snow Leopard 10.6 with the Qt4 backend > (via macports). However, when I try one of the Qt4 examles: > > python > /opt/local/share/py26-matplotlib/examples/user_interfaces/embedding_in_qt4.py > > > IOError: [Errno 4] Interrupted system call > >

Re: [Matplotlib-users] matplotlib with Qt4 backend

2009-11-12 Thread Andrew Straw
Robert Kern wrote: > On 2009-11-12 12:05 PM, Andrew Straw wrote: > >> Celil Rufat wrote: >> >>> I just installed matplotlib on Snow Leopard 10.6 with the Qt4 backend >>> (via macports). However, when I try one of the Qt4 examles: >>> >>>

Re: [Matplotlib-users] incorrect boxplot?

2009-12-20 Thread Andrew Straw
Robert Kern wrote: > On 2009-09-14 13:49 PM, Gökhan Sever wrote: > >> On Mon, Sep 14, 2009 at 12:30 PM, > > wrote: >> >> I tried the following (most output text is deleted): >> >> In [1]: ob1=[1,1,2,2,1,2,4,3,2,2,2,3,4,5,6,7,8,9,7,6,4,5,5] >> In [2

Re: [Matplotlib-users] Specifying the number of ticks on y-axis

2009-12-22 Thread Andrew Straw
Sharaf Al-Sharif wrote: > Hi, > Is there a way to specify the number of ticks on an axis? Say, I want > the y-axes on all my subplots to have 5 ticks, for example. import matplotlib.ticker as mticker ax.yaxis.set_major_locator(mticker.MaxNLocator(4,steps=[1, 2, 5, 10])) --

Re: [Matplotlib-users] making inset graphs (small graph inside larger graph?)

2009-12-23 Thread Andrew Straw
per freem wrote: > Hi all, > > I was hoping someone could point to an example of making "inset > graphs", where a small graph appears inside of a large graph. For > example i want to make a line plot (using "plot") and then embed a bar > graph (using "bar") inside it. how can i do that? > http:/

Re: [Matplotlib-users] feature discussion/request: a 'layout' command for matplotlib

2010-01-10 Thread Andrew Straw
umentation and the source at http://github.com/astraw/svg_stack . The nice thing with svg_stack is that you can use svg files from other sources (i.e. not just matplotlib). Also, everything can be manually adjusted in Inkscape, which itself has nice command-line export to .png and .pdf capabilit

Re: [Matplotlib-users] feature discussion/request: a 'layout' command for matplotlib

2010-01-10 Thread Andrew Straw
Gael Varoquaux wrote: > On Sun, Jan 10, 2010 at 07:32:27AM -0800, Andrew Straw wrote: > >> This first is mplsizer, based on the wx layout model, and works "live" >> (with a figure open in a GUI) as well as for saving to disk. See the >> demo directory for, well

Re: [Matplotlib-users] Ratio of a plot using matplotlib

2010-01-14 Thread Andrew Straw
Yagua Rovi wrote: > I use matplotlib since two days only. I have done some things pretty > good but I am now in front of a problem an I didn't found a solution > in the documentation. > > I would like to draw the surface defined by the lists X, Y and the matrix Z. > I get to a nice graphical output

Re: [Matplotlib-users] An other question about matplotlib

2010-01-14 Thread Andrew Straw
Yagua Rovi wrote: > Hello Andrew, > > For the same need as the previous message, I try to display in colour > a given surface based with on polar coordinates. Z = f (r, theta) > Can you show me which function I have to use? > I don't know what to do with "polar (the

Re: [Matplotlib-users] line drawing bug or it's me doing something wrong?

2010-01-15 Thread Andrew Straw
46.imageshack.us/img246/9726/24229795.png > to the right (another part suddenly appears): > http://img190.imageshack.us/img190/5697/69412483.png > > still no idea... > Hi Paweł, to repeat a point that may have been lost in Michael'

Re: [Matplotlib-users] line drawing bug or it's me doing something wrong?

2010-01-15 Thread Andrew Straw
I just tested 0.99.1.2 (no 0.99.1.1 tarball seems available on SF) and svn trunk and found no trouble with either on Ubuntu Karmic amd64. -Andrew -- Throughout its 18-year history, RSA Conference consistently attracts

[Matplotlib-users] Top/Right Tick Labels

2010-01-21 Thread Andrew Kelly
fact that I can access the Tick instances on the Axis but when I call Tick.set_label2("New Label") the label does not get drawn. Perhaps I am being daft.) Thanks in advance. -Andrew -- Throughout its 18-ye

Re: [Matplotlib-users] Top/Right Tick Labels

2010-01-21 Thread Andrew Kelly
Turning label2On = true turned on the labels as directed. However, the function label2.set_text("New Tick Label") does not update the actual text. I can set_size(), etc and it works, but set_text() does not update. Any ideas why? -Andrew On Thu, Jan 21, 2010 at 10:32 AM, Ja

Re: [Matplotlib-users] Top/Right Tick Labels

2010-01-22 Thread Andrew Kelly
t 2:31 PM, Andrew Kelly wrote: > > Turning label2On = true turned on the labels as directed. However, the > > function label2.set_text("New Tick Label") does not update the > > actual text. I can set_size(), etc and it works, but set_text() does not > >

Re: [Matplotlib-users] missing module docs

2010-02-22 Thread Andrew Straw
r a > while but the progress has stalled. To add a module to the > documentation system, you need to Also, it's worth nothing that the docs from svn head are automatically compiled and uploaded from svn on each commit: HTML: http://matplotlib.sourceforge.net/trunk-docs/index.ht

[Matplotlib-users] Basemap interp

2010-02-24 Thread Andrew Charles
x27;m interpolating to is 144 by 72 I'm calling it as interp(x,lon,lat,plon,plat) where lon and plon are numpy arrays with shape (144,) lat has shape (73,) plat has shape(72,) and x has shape (72, 144) Does interp() really only work if the target grid is square? --

Re: [Matplotlib-users] Basemap interp

2010-02-25 Thread Andrew Charles
On Thu, Feb 25, 2010 at 7:26 PM, Friedrich Romstedt wrote: > 2010/2/25 Andrew Charles : >> I'm trying to interpolate from one grid to another using Basemap's >> interp function. It seems to want the lat and lon axis of the new grid >> to have the same s

[Matplotlib-users] speed up imports?

2010-04-01 Thread Andrew Kelly
Has anyone had any success in speeding up the mpl imports? "import matplotlib.pyplot as plt" ( or "from matplotlib.figure import Figure") takes 6 full seconds to load. That seems excessive. Any ideas? -Andy -- Download

Re: [Matplotlib-users] speed up imports?

2010-04-01 Thread Andrew Kelly
Eric, I am running it on a windows 7 machine and a windows XP machine. Odd that it does this only on win32. -Andy On Thu, Apr 1, 2010 at 4:17 PM, Eric Firing wrote: > Andrew Kelly wrote: > >> Has anyone had any success in speeding up the mpl imports? >> >> "im

Re: [Matplotlib-users] speed up imports?

2010-04-02 Thread Andrew Kelly
ibrary), which opens ~500 files. How does the total time of "import pytz" > compare? > > Mike > > Andrew Kelly wrote: > >> I see. I was wondering why it spit out a binary file. >> >> test.out is attached... >> >> -Andy >> >> O

Re: [Matplotlib-users] speed up imports?

2010-04-02 Thread Andrew Kelly
On Fri, Apr 2, 2010 at 1:41 PM, Eric Firing wrote: > Andrew Kelly wrote: > >> import pytz only took 0.0 seconds. >> >> > > Sounds like it was already imported, so you were not really timing that > import. > > On linux (ubuntu 9.10, Lenovo T60 laptop) i

Re: [Matplotlib-users] deb or rpm packages

2008-06-03 Thread Andrew Straw
nal and my laboratory's use, and anyone is welcome to use them, too. As always, please let me know if you find any bugs. (The source .dsc packages are also available at the same site, and might work with recompilation for Debian testing and possibly older Ubuntu versions.) -Andrew Johan Mazel wr

Re: [Matplotlib-users] deb or rpm packages

2008-06-05 Thread Andrew Straw
Johan Mazel wrote: > Hi > I can't find any deb package of matplotlib in the url that you gave > me. The sources are there but I'm not interested in the sources since > I can find them on the official website of matplotlib. > Is there any problem ? > Thanks for the answer by the way. > Johan mazel T

Re: [Matplotlib-users] easy_install and eggs

2008-06-06 Thread Andrew Charles
I had this problem too, on Leopard. Trying to easy_install the egg named as downloaded from sourceforge results in stuff being downloaded and failing to build. Renaming the egg as suggested by Vincent results in an 'easy install'. ----- Andrew Charles Centre for

[Matplotlib-users] matplotlib numpy version confusion with ipython -pylab

2008-06-06 Thread Andrew Charles
pinode: ipython -pylab numpy 1.1 or later is required; you have 1.0.5.dev4897 - Andrew Charles Centre for Australian Weather and Climate, Australian Bureau of Meteorology. - Check out the new SourceForge.net Marketplace. It'

Re: [Matplotlib-users] deb or rpm packages

2008-06-19 Thread Andrew Straw
rex wrote: > Andrew Straw <[EMAIL PROTECTED]> [2008-06-05 09:42]: > >> For i386: >> >> http://debs.astraw.com/hardy/python-matplotlib_0.98.0-0ads2_i386.deb >> >> For amd64: >> >> http://debs.astraw.com/hardy/python-matplotlib

Re: [Matplotlib-users] Axes3d

2008-06-21 Thread Andrew Straw
Mike, just a question about the new transforms backend -- can the input dimensionality be greater than 2? (I realize functions to do so probably don't currently exist, but the question is about the transforms machinery itself.) -Andrew Michael Droettboom wrote: > I'm not very fami

[Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
t my savefig commandds to produce something. Without ipython, I know you can do -dAgg (for example) but I don't see how /if that works with ipython. Andrew - Check out the new SourceForge.net Marketplace. It's the bes

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
#x27;backends' is not defined In [2]: John Hunter wrote: > On Fri, Jun 27, 2008 at 12:52 PM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> All the usual apologies if this is a FAQ, but I can't find it. >> >> Is there any way to chan

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
(newbackend, warn=False) 56 reload(matplotlib.backends) 57 from matplotlib.backends import pylab_setup TypeError: use() got an unexpected keyword argument 'warn' Andrew Eric Firing wrote: > Andrew, > > The traceback shows that you are tripping over something

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi John, John Hunter wrote: > On Fri, Jun 27, 2008 at 1:31 PM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi- >> >> [OK, sorry for all the top-posting...] >> >> Anyway, if I move to the current svn, I get >> ... > Try removing all the matplotl

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi, Fernando Perez wrote: > On Fri, Jun 27, 2008 at 10:52 AM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> All the usual apologies if this is a FAQ, but I can't find it. >> >> Is there any way to change the backend interactively when usi

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
import matplotlib >>>> print matplotlib.__file__ > > are you getting the file you think you should? Aha, the problem is in ipython, which shadows user() with its own version, not yet updated for the new signature in my version. Andrew > > If you have an old matplo

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi all, I should point out that for my actual use case, Fernando explained the right thing to do: start ipython *without* pylab, in which case use('Agg') [for example] is legal. Andrew Andrew Jaffe wrote: > Hi, > > Fernando Perez wrote: >> On Fri, Jun 27, 2008

Re: [Matplotlib-users] Colormap cluttering?

2008-07-28 Thread Andrew Straw
er done in matplotlib, if not what could be the strategy here…? > > I was thinking of set_over/set_under but seems not be exactly what I > need because I want to recreate the colormap from 10 to 250 with N segments. > > (moreover I don’t understand how you set the over/und

Re: [Matplotlib-users] Error During Install basemap-0.9.9

2008-08-15 Thread Andrew Straw
I don't know fedora, but is there a numpy-dev package or something similar? You'll need it to install numpy's header files. Zainal Abidin wrote: > Hi All, > I have an error during basemap-0.9.9 installation > > src/_geos.c:28:31: error: numpy/arrayobject.h: No such file or directory > and so on .

[Matplotlib-users] OSX CDAT Matplotlib interactive plots crash

2008-10-01 Thread Andrew Charles
hat can be applied to the script that builds matplotlib? ----- Andrew Charles - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with

Re: [Matplotlib-users] customizing Basemap

2008-10-06 Thread Andrew Straw
Hope that helps, -Andrew Mathew Yeates wrote: > I found example I wish to build on. It's embedding_in_gtk2.py under > mpl_examples/user_interfaces. I'll put a menu at the top. But how can I > add a Basemap instead of a Figure? > > Mathew > > > Jeff Whitaker wrote:

Re: [Matplotlib-users] Matplotlib PSD bug?

2008-12-01 Thread Andrew Straw
se Matlab's PSD/pwelch functions and had to spend some time sending in sine waves of various frequencies and amplitudes to figure out what the results meant. If matplotlib gives different results by default, I think it should 1) justify why and 2) indicate what option(s) may be set to get results e

Re: [Matplotlib-users] [matplotlib-devel] What would you like to see in a book about Matplotlib?

2009-01-05 Thread Andrew Straw
.fmin. That's my self-serving $0.02, since you asked! :) You may also want to speak with John Hunter and Fernando Perez about the possibility of collaborating -- they've already done some work towards a book, too. Andrew Sandro Tosi wrote: > Hello and Happy 2009! > > I

[Matplotlib-users] nice article on using MPL and basemap to display images from NASA

2009-02-11 Thread Andrew Straw
I just ran across this, which looks really nice. The author shows how to use MPL and basemap to download satellite images from the recent fires in Australia and overlay that with recent thermal hotspot data. http://pyevolve.sourceforge.net/wordpress/?p=86 -

Re: [Matplotlib-users] find the projected distance between two curves

2009-02-19 Thread Andrew Straw
G. Allegri wrote: > Hello list, > I'm completely new to matplotlib and I'm not a computer scientist (not > a good starting point!) but I need to solve a geometric/graphical > problem. > I've been asked to find a method, in Python, to find the distance > between a 2D polynomial curve, derived from l

Re: [Matplotlib-users] find the projected distance between two curves

2009-02-20 Thread Andrew Straw
G. Allegri wrote: > Hi Andrew. > With dist(point_i,polynomial_curve) do you mean point_i belonging to > the Line 2 set of points and pol_curve as Line 1? yes > In this case it > could be reasonably ok for me. How can I derive the closed form for > dist()? Excuse my ignor

Re: [Matplotlib-users] Rotating in imshow

2009-03-13 Thread Andrew Straw
It should work with imshow() as well if you can set the affine component of the transform to the desired values. Which it looks like you can in Affine2D(). (The affine matrix is the elements of TR listed above, it appears.) I have not tried to do this, however -- just saying that I think it

Re: [Matplotlib-users] Installing matplotlib for python 2.6 under windows

2009-03-19 Thread Andrew Straw
Romi Agar wrote: > Hi! > > I'm having a bit difficulty getting matplotlib to run under windows > (vista x64) with python 2.6. > I downloaded the source from svn, ran the build and install commands, Does that mean "python setup.py install"? > then copied the content of /build/lib.win32-2.6 > to

Re: [Matplotlib-users] imread() and PNGs

2009-04-04 Thread Andrew Straw
to that, you could do it by forwarding your original message to > matplotlib-devel. Tobias, I would like to apply your patch, but the test in examples/tests/pngsuite fails. If you can submit a new patch where this test passes, and, even better, if a small example 12-bit PNG of yours is adde

Re: [Matplotlib-users] imread() and PNGs

2009-04-05 Thread Andrew Straw
will apply it. >> >> Apart from that, I would echo Eric's thanks for the patch and >> explanation. >> >> -Andrew > > Hi Andrew and Eric, > Thanks for the responses. I was unaware of the png test suite. I have > attached a new diff that passes this test

Re: [Matplotlib-users] Basemap Installation Errors

2009-04-08 Thread Andrew Straw
umpy/__multiarray_a > pi.h also produces errors, so I suspect it may have to do with gcc... > Does that file .h exist at that location? Typically, it is the first error that I look at -- can you re-send the output including the first error? -Andrew

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-08 Thread Andrew Straw
d Lorenzo Di Gregorio doesn't sound like a very German name to me, so why your computer is speaking German I don't know... :) I do find something nice about running Python 2.6 under Win2k, though... Andrew --

Re: [Matplotlib-users] Changing axis units, with imshow()

2009-04-09 Thread Andrew Straw
Ciarán Mooney wrote: > Hi, > > I am trying to plot an image with matplotlib and change the default axis > units. > > Using the cookbook recipe (import image with PIL, and use imshow() ). > I am able to get matplotlib to display the image, but the axis are > just the x and y pixel numbers. > > I'd

Re: [Matplotlib-users] Display full number in ticks

2009-04-10 Thread Andrew Straw
Michael Droettboom wrote: > Pim Schellart wrote: >> Dear Matplotlib users/developers, >> >> The default behaviour of matplotlib.pyplot is to display large (e.g. >> 2452298.7554547498 as a small number 0.25545474980026484 + >> 2.4522985e6) I would like to be able to do one of the following. >> >>

Re: [Matplotlib-users] Updating a plot

2009-04-10 Thread Andrew Straw
Pellegrini Eric wrote: > Hello everybody, > > I would like to create a plot from which I set the x data later. The > method set_xdata works but the corresponding plot displays the initial > x limits. Is it possible to update the plot automatically in order > that the displayed plot has x limits cor

Re: [Matplotlib-users] Basemap Installation Errors

2009-04-10 Thread Andrew Straw
jtamir wrote: > > Andrew Straw wrote: >> Does that file .h exist at that location? >> > Yes, __multiarray_api.h is in > ~/lib/python2.5/site-packages/numpy/core/include/numpy/ > I am installing with prefix set to home directory. > > > > Andrew Straw

Re: [Matplotlib-users] pyplot.figure stealing window focus!!

2009-04-14 Thread Andrew Straw
Tyler B wrote: > Hi there, > > I am trying to run a python script on my computer at a regular > interval [in the background] to output an image file using > matplotlib. My problem is that every time the script runs, it > momentarily steals focus from whatever I'm working on -- which over > time ge

Re: [Matplotlib-users] pyplot.figure stealing window focus!!

2009-04-14 Thread Andrew Straw
Tyler B wrote: > I think that did it --- thanks Andrew!! > > Just out of curiosity, what does 'Agg' refer to? It's the low-level drawing library, anti-grain. You're bypassing the loading of whatever other "backend" -- a low-level drawing system -- that mat

[Matplotlib-users] Dog Ear?

2009-04-15 Thread Andrew Kelly
now I want to remove the graph area to the right of the line. Think of a dog-eared page in a book. Basically that top right triangle is gone. Can I do this in MPL or do I need to do some post processing in PIL? Much thanks for any help. -Andrew

[Matplotlib-users] New user having much trouble with formating dates on x-axis

2009-04-17 Thread Andrew Romero
The script plottest.py.txt reads the data file (out.txt) and creates the plot (myfig.png); however, I am unable to format the dates ... they always print as floats .. help   the files plottest.py.txt, out.txt and myfig.png are attached     Thanks   Andy import time import csv import matplo

[Matplotlib-users] Problem assigning labels in legends

2009-04-30 Thread Andrew Romero
Hi In one part of my script I plot some lines and assign labels to the lines. Later in the script I create a figure legend. How do I get the labels, that I assigned at plot-time, to be used in the legend?  Currently I am manually specifying the legend labels. # Plot some lines ... set values

Re: [Matplotlib-users] Question about imshow

2009-05-18 Thread Andrew Straw
s there any other idea? >> I'll make this change unless someone come up with something. > > I'm not wild about removing the PIL functionality entirely just to > remove an inconsistency. Andrew wrote the PIL support -- perhaps he > can comment. I wouldn't remove PIL

Re: [Matplotlib-users] ANN: matplotlib-0.98.5.3

2009-05-21 Thread Andrew Straw
Adam Mercer wrote: > On Wed, May 20, 2009 at 21:25, John Hunter wrote: > >> The problem here is that I built the site docs from svn, not the last >> release. 0.98.6svn is the version stamp from svn. I have mixed >> feelings about fixing this. On the one hand, there is merit to having >> the si

Re: [Matplotlib-users] ANN: matplotlib-0.98.5.3

2009-05-22 Thread Andrew Straw
Adam Mercer wrote: > On Thu, May 21, 2009 at 18:06, Andrew Straw wrote: > >> If there's a port of uscan for MacPorts ( >> http://manpages.debian.net/cgi-bin/man.cgi?query=uscan ) you could >> simply use the debian watch file. It's contents are: >>

Re: [Matplotlib-users] one data set, two y axis scales

2009-06-05 Thread Andrew Straw
tly the spines just draw the lines and the axes/axis handle all > the ticks and the locators. It might be more natural to move these > into the spine itself, and support independent > ticks/locators/formatter for each spine, with the default being > shared. > > Andrew, did you

[Matplotlib-users] 3D bar chart help!

2011-10-05 Thread Andrew C
Hello List Server, I am trying to take a raster dataset, getting the center points, and the z value and trying to graph it in a 3D bar chart quite unsuccessfully. My data looks like this: XCoord = [1,2,3,4] YCoord = [1,2,3,4] ZCoord = [12,14,4,26] Those are the known locations, but there w

[Matplotlib-users] RuntimeError: Could not open facefile

2012-03-23 Thread Andrew Smart
Hi, I'm running into this RuntimeError: Could not open facefile c:\Python32\lib\site-packages\matplotlib\mpl-data\fonts\ttf\Vera.ttf; Cannot_Open_Resource when I'm trying to save out a series of *.png files in a loop. It crashes on this error after many passes through the loop and successful files

Re: [Matplotlib-users] RuntimeError: Could not open facefile

2012-03-23 Thread Andrew Smart
//github.com/matplotlib/matplotlib/commit/4cb2aaa87b0aa9efe7178d7510d3d091ef5206df > > I think we need a Windows user/developer/expert to get to the bottom of > why file handles are not being freed to the OS. > > Mike > > > On 03/23/2012 04:35 PM, Andrew Smart wrote: > > Hi, > I'm

[Matplotlib-users] Correct way of saving properties for plot reconstruction

2012-08-23 Thread Andrew Nelson
tation. I appreciate any help the list is able to give me. regards, Andrew -- _ Dr. Andrew Nelson _ -- Live Security Virtual Conference Exclusive live

[Matplotlib-users] idea for a matplotlib figure contest (in memoriam John Hunter)

2012-08-30 Thread Andrew Straw
e figure submissions from my lab! Best regards, Andrew -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can r

[Matplotlib-users] 3d animated scatter plot

2012-11-11 Thread Andrew Dawson
7;__main__': main() This just changes the color of the initial marker. I also tried to use sc.set_3d_properties but it is not clear to me what the arguments should be here, I kept getting an error... If anyone has done this before I&#

Re: [Matplotlib-users] How to start when you don't know what to do

2013-01-15 Thread Andrew Smart
Do you happen to have a really good programmer nearby? I usually do a ton of dumb trial and error for a week, banging my head against the wall, until my super good programmer colleague comes over and goes "goddammit what are you trying to do?", then in like 2 minutes he shows me where I went wrong.

[Matplotlib-users] dash length for dashed contours

2013-01-23 Thread Andrew Dawson
would be a really nice feature if this could be implemented in matplotlib. Thanks, Andrew -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your s

[Matplotlib-users] removing paths inside polygon

2013-03-12 Thread Andrew Dawson
nside the polygon visible. Is this possible? I know I can just fill the polygon with the background color or something but this gets messy when there are other lines on the plot that don't need to be clipped. Than

[Matplotlib-users] Changing individual Tick labels

2013-03-13 Thread Andrew Jaffe
ffect. So: help! Yours, Andrew -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2

Re: [Matplotlib-users] removing paths inside polygon

2013-03-22 Thread Andrew Dawson
Thanks, the clipping is working now. But as you say the weird line width issue still remains for Agg (and png, perhaps that uses Agg, I don't know...). PDF output looks correct. On 20 March 2013 05:48, Jae-Joon Lee wrote: > > On Wed, Mar 13, 2013 at 2:17 AM, Andrew Dawson wrot

Re: [Matplotlib-users] Impossible to draw a direction of arrows in Matplotlib???

2013-04-12 Thread andrew nelson
mple to give better description: I see the potential for some confusion over the direction of arrows on a plot here. In standard trigonometry angles of 0, 90, 180, 270 degrees lie along '+x' (1, 0), '+y' (0, 1), '-x' (-1, 0) and '-y' (0, -1). Total

Re: [Matplotlib-users] Hovemuller Diagram

2013-07-12 Thread Andrew Dawson
As long as you use contour or contourf and your coordinates are 1d you should be able to do this no problem, just like Phil said. However, there is a bug that will prevent you from using pcolormesh or pcolor unfortunately. Andrew On 12 July 2013 08:51, Phil Elson wrote: > The balance of t

Re: [Matplotlib-users] imshow and projection axes

2010-07-23 Thread Andrew Straw
ches/v0_99_maint/lib/matplotlib/axes.py?r1=7867&r2=7866&pathrev=7867> Andrew: I'm sure that change is there for a good reason -- do you remember what it was? I don't just want to revert it. Interestingly, get_clip_on() is True by default, and I'm not sure in what ca

[Matplotlib-users] Plotting Coarse Data Question

2011-03-08 Thread Andrew Chapkowski
you Andrew -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions.

[Matplotlib-users] Plotting contour lines

2011-03-09 Thread Andrew Chapkowski
value, and I was to plot each set on a 3D contour graph. What do I need to do to format these points correctly? Thank you Andrew -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for

  1   2   >