Re: [Matplotlib-users] Customize SHADOW

2009-09-30 Thread Michael Droettboom
https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Come build

Re: [Matplotlib-users] Customize SHADOW

2009-09-30 Thread Michael Droettboom
, autopct='%0.2f%%', shadow=True) plots[0][0].set_edgecolor('#E4471A') plots[0][1].set_edgecolor('#1AA8E4') title('Raining Hogs and Dogs', bbox={'facecolor':'0.8', 'pad':5}) show() On Wed, Sep 30, 2009 at 5:19 PM, Michael Droettboom md...@stsci.edu mailto:md...@stsci.edu wrote: Can

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Michael Droettboom
. Is this correct? Any suggestions are welcome...thanks! Uri -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Come build

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Michael Droettboom
https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Come

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Michael Droettboom
Is the attached sort of what you want? It defines a custom rectangle by (x, w, y1, y2) and overrides the get_transform of the patch to update itself at draw time. Mike Uri Laserson wrote: On Mon, Sep 28, 2009 at 16:03, Michael Droettboom md...@stsci.edu wrote: If I understand correctly

Re: [Matplotlib-users] Segmentation fault under Agg

2009-09-24 Thread Michael Droettboom
I committed a slightly tighter version of this that uses a rectangle based on the size of the image plus a border to accomodate the exact marker size. Probably makes very little difference, but I suppose if there was a dense field of markers outside of view, this might speed things up a bit

Re: [Matplotlib-users] mplot3d bars3d demo

2009-09-17 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Come build with us

Re: [Matplotlib-users] Polar plots rendered incorrectly in SVG

2009-09-17 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute

Re: [Matplotlib-users] Latex characters don't show when I save to eps

2009-09-16 Thread Michael Droettboom
... #text.latex.preamble : # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES ... #text.dvipnghack : False # some versions of dvipng don't handle ... #text.markup : 'plain' # Affects how text, such as titles and labels, are Thanks for your answers so far. Diaboflo -- Michael

Re: [Matplotlib-users] Latex characters don't show when I save to eps

2009-09-16 Thread Michael Droettboom
Hmm... 0.91.2 works for me. What platform are you on? When you view the attached file, do you see the phi in the title area? That can rule out a problem in your viewer. If that works for you, can you send me the .eps file you generated? Mike Diaboflo wrote: Michael Droettboom-3 wrote

Re: [Matplotlib-users] DO NOT round values

2009-09-15 Thread Michael Droettboom
://p.sf.net/sfu/devconf ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael

Re: [Matplotlib-users] Math text produces garbage output

2009-09-14 Thread Michael Droettboom
. As running the _same_ example with debug-annoying turned on just terminates the execution at: backend Agg version v2.2 backend_agg.new_figure_manager -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] can't get basemap working: undefined symbol: PyUnicodeUCS4_DecodeUTF8

2009-09-14 Thread Michael Droettboom
/_geoslib.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 --- Any ideas as to what may be causing this? -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Michael Droettboom
an issue with the fonts on my system but I can't figure out how to proceed with pinpointing the issue. Regards, -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Math text produces garbage output

2009-09-11 Thread Michael Droettboom
The log doesn't show any actual plotting. Did you run the same example with debug-annoying turned on? Turning debugging on shouldn't change any behavior -- only output more debugging information to the console. Cheers, Mike Kamran Riaz Khan wrote: On 09/11/2009 07:28 PM, Michael Droettboom

Re: [Matplotlib-users] download

2009-09-09 Thread Michael Droettboom
This change has gone into effect (for me at least on a Liux box). Can anyone test Windows and Mac and report back? Cheers, Mike Michael Droettboom wrote: I just went in and changed the default file downloads back to correct values, but alas, it appears to have no effect. There is some

Re: [Matplotlib-users] python make.py html

2009-09-09 Thread Michael Droettboom
application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael

Re: [Matplotlib-users] download

2009-09-08 Thread Michael Droettboom
I just went in and changed the default file downloads back to correct values, but alas, it appears to have no effect. There is some hints in the (many) related SF bugs that there may be a delay associated with these settings, so I will check back again at the end of the day. Mike On

Re: [Matplotlib-users] clipping and linewidth/circle radius

2009-09-02 Thread Michael Droettboom
* 1.5, X) In [5]: Y = ma.masked_where((Y -0.5) | (Y 0.5), Y) In [6]: plot(X, Y) Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Unknown Path Error

2009-09-01 Thread Michael Droettboom
but not in 0.99. The newer version was tripping over the Artist.contains() function call when used with line2D. On Mon, Aug 31, 2009 at 1:28 PM, Michael Droettboom md...@stsci.edu mailto:md...@stsci.edu wrote: Can you provide a standalone example that reproduces this error? Cheers

Re: [Matplotlib-users] setting axis label offset from end of spine

2009-09-01 Thread Michael Droettboom
-tested to ensure it didn't break existing functionality. Mike jason-s...@creativetrax.com wrote: Michael Droettboom wrote: The xlabel doesn't use the data transform, it uses the axes transform, where the edges of the axes always go from 0.0 to 1.0, regardless of the data extents

Re: [Matplotlib-users] Placing vector eps graphics

2009-09-01 Thread Michael Droettboom
grateful if someone could help me with this issue. Thanks! Jakob -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Unknown Path Error

2009-08-31 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Let Crystal Reports

Re: [Matplotlib-users] mplot3D plot_surface colors

2009-08-27 Thread Michael Droettboom
It's important to note that we're not, as far as I'm aware, considering anything lighting or ray-tracing-like yet. I'm not sure that Phong shading actually makes sense without doing that. The Gouraud shading we're in the process of implementing uses only explicit colors specified in the

Re: [Matplotlib-users] yaxis labels on both sides

2009-08-27 Thread Michael Droettboom
Maybe with the new spines support in 0.99 this could be an attribute/method on the spine? Mike On 08/27/2009 02:18 PM, Jae-Joon Lee wrote: I don't think there is a direct support for this in mpl and I guess only way is to adjust the parameters of each ticks. def set_ticks_both(axis):

Re: [Matplotlib-users] mplot3D plot_surface colors

2009-08-26 Thread Michael Droettboom
/sfu/bobj-july ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope

Re: [Matplotlib-users] mplot3D plot_surface colors

2009-08-26 Thread Michael Droettboom
, no, the artifacts will not be there. There are other inherent artifacts related to the triangulation itself, of course ;) Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] AttributeError: draw_gouraud_triangle

2009-08-19 Thread Michael Droettboom
Have you tried removing the build directory to force a full rebuild? draw_gouraud_triangle was recently added to the _backend_agg extension, so I would guess for some reason it is still loading an old version of that extension. If forcing the full rebuild doesn't help, can you send the

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-06 Thread Michael Droettboom
-- реклама --- Поторопись зарегистрировать самый короткий почтовый адрес @i.ua http://mail.i.ua/reg - и получи 1Gb для хранения писем -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope

Re: [Matplotlib-users] can't import _tkagg

2009-08-06 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] Re peated calls to Specgram for animation, memory leaking

2009-08-05 Thread Michael Droettboom
) fig.canvas.draw_idle() return True gobject.timeout_add(100, update) plt.show() -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA import gobject import numpy as np import

Re: [Matplotlib-users] matplotlib and QT 4.5.2

2009-08-05 Thread Michael Droettboom
. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software

Re: [Matplotlib-users] NavigationToolbar internationalization

2009-08-05 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute

Re: [Matplotlib-users] build problems with TkAgg backend

2009-08-04 Thread Michael Droettboom
-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

Re: [Matplotlib-users] Change Font Properties of Annotations

2009-08-04 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Hiding data via legend

2009-08-04 Thread Michael Droettboom
of syntax for the caller of the function is just for convenience. One could just as easily do: lines = ax.plot(t, y1, lw=2, color='red', label='1 hz') line = lines[0] Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute

Re: [Matplotlib-users] polar() is not equal to ax.plot (where ax is a PolarAxes)?

2009-08-03 Thread Michael Droettboom
using polar() it produces different plot (!) than when I used ax.plot() from my application. I compared this with the plot produced in Matlab using the same sets of data, and found that it looked closer to my plot produced using polar(). I am confused :( Thank you -- Michael Droettboom

Re: [Matplotlib-users] Marker positioning accuracy

2009-07-31 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA

Re: [Matplotlib-users] Can't find the module axes_grid in mpl_toolkits

2009-07-30 Thread Michael Droettboom
mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Sourceforge download page shows basemap as default download on windows

2009-07-29 Thread Michael Droettboom
mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Artifacts In Transparent Contour Plots?

2009-07-29 Thread Michael Droettboom
. Joseph Smidt -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Michael Droettboom
: ax.set_varlabels(spokeLabels, radiiGrid, radiiLabels) show() -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] build requirements for matplotlib

2009-07-24 Thread Michael Droettboom
Nils Wagner wrote: On Thu, 23 Jul 2009 16:15:27 -0400 Michael Droettboom md...@stsci.edu wrote: The latest version I see there is 2.3.9. Is this another instance of the sourceforge file display bug that haunted matplotlib recently? Mike Is it possible to install matplotlib

Re: [Matplotlib-users] log plots do not work when using base 2

2009-07-23 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- ___ Matplotlib-users mailing list

Re: [Matplotlib-users] build requirements for matplotlib

2009-07-23 Thread Michael Droettboom
mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] PDF backend errors out; PNG works fine

2009-07-22 Thread Michael Droettboom
-- ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] strange contour plot

2009-07-16 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Enter the BlackBerry Developer Challenge This is your chance to win up

Re: [Matplotlib-users] strange contour plot

2009-07-16 Thread Michael Droettboom
files and the test script. Please let me know what you find (and feel free to comment on the code if there is an easier way to do something). -Jeffrey On Thu, Jul 16, 2009 at 12:00 PM, Michael Droettboom md...@stsci.edu mailto:md...@stsci.edu wrote: You might be running into one

Re: [Matplotlib-users] strange contour plot

2009-07-16 Thread Michael Droettboom
On Thu, Jul 16, 2009 at 12:20 PM, Michael Droettboom md...@stsci.edu mailto:md...@stsci.edu wrote: It looks like this bug has been fixed on the SVN trunk. Unfortunately, these changes were pretty major surgery, so

Re: [Matplotlib-users] {axesgrid} - How to change fontsize on multiple labels?

2009-07-10 Thread Michael Droettboom
the math rendering use the same font as the rest of the text by setting mathtext.default to regular (assuming text.usetex is False). Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

[Matplotlib-users] SourceForge issues was: Re: current svn fails to build on mac

2009-07-09 Thread Michael Droettboom
perfect). Hopefully these sorts of things will finally get addressed. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] ipython threading fails with macosx backend

2009-07-02 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- ___ Matplotlib-users mailing

Re: [Matplotlib-users] to much points

2009-07-01 Thread Michael Droettboom
I agree with Jae-Joon here -- try to reduce the number of points before passing it to matplotlib. However, I'm a little concerned about the segfault -- I'd rather matplotlib give a MemoryError exception if that's in fact what is happening. Jae-Joon -- can you share your test that causes the

Re: [Matplotlib-users] to much points

2009-07-01 Thread Michael Droettboom
This should now be fixed on the maintenance branch and trunk. A Numpy array allocation was not being NULL-checked in _path.cpp:affine_transform. I know a MemoryError doesn't help the user much more than a segfault, but it always makes me feel better to get a real Python exception rather than

Re: [Matplotlib-users] Help building

2009-06-30 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

[Matplotlib-users] [Fwd: Re: Running matplotlib job with cron]

2009-06-25 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA ---BeginMessage--- You'll want to use the Agg backend, since the GtkAgg backend will try to open a window (which isn't generally possible from a cron

Re: [Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-15 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-14 Thread Michael Droettboom
matplotlib.__version__ = 0.98.6svn numpy.__version__=1.4.0.dev6728 As installed by superpack_2009.03.28.sh from http://macinscience.org/?page_id=6 using: backend: macosx Cheers, Zane -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science

Re: [Matplotlib-users] changing matplotlib fonts in illustrator

2009-06-14 Thread Michael Droettboom
You might want to try setting the rcParam pdf.fonttype to 42 (i.e. TrueType mode), which will avoid font subsetting. You may also want to try using the Ps backend, which does support Helvetica directly. matplotlib ships all of the standard Ps font metrics as part of matplotlib. Be sure to

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-12 Thread Michael Droettboom
As installed by superpack_2009.03.28.sh from http://macinscience.org/?page_id=6 using: backend: macosx Cheers, Zane -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] bug in PDFs

2009-06-12 Thread Michael Droettboom
Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-12 Thread Michael Droettboom
=1.4.0.dev6728 As installed by superpack_2009.03.28.sh from http://macinscience.org/?page_id=6 using: backend: macosx Cheers, Zane -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] imshow axis labels

2009-06-09 Thread Michael Droettboom
? Thanks Jeremy Michael Droettboom wrote: What are you setting the x ticklabels to? If you want to control how the numbers are displayed, you can create a custom formatter (which is basically a function to convert a floating-point number to a string). If you want to control the number

Re: [Matplotlib-users] imshow axis labels

2009-06-08 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Crystal Reports - New

Re: [Matplotlib-users] Segmentation fault with python 2.6 on 64 bits linux

2009-06-03 Thread Michael Droettboom
-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- OpenSolaris 2009.06 is a cutting edge operating system

Re: [Matplotlib-users] computer modern

2009-06-01 Thread Michael Droettboom
seems to contain all of them in a single file (STIXGeneral.ttf) ? Nicolas Michael Droettboom a écrit : The name of the Computer Modern Roman font that ships with matplotlib is cmr10, so mpl.rc('font', family = 'serif', serif = 'cmr10') should work. Mike Nicolas Pourcelot wrote

Re: [Matplotlib-users] display a path?

2009-06-01 Thread Michael Droettboom
a PathPatch as well as parts of the path that surround it. to do this i would like to show the PathPatch with no edge and then also show part of the path (with no fill). thanks in advance, lb -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope

Re: [Matplotlib-users] mathtext : overrightarrow

2009-05-28 Thread Michael Droettboom
Handling this like an accent is trivial, and handled with the patch below (which I will commit to SVN). Handling this in such a way that the length of the arrow changes based on the size of the underlying text is less straightforward and will take some time to implement. Cheers, Mike Index:

Re: [Matplotlib-users] matplotlib dropping points in complex plot?

2009-05-27 Thread Michael Droettboom
Group, R/GA, Big Spaceship. http://p.sf.net/sfu/creativitycat-com ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
: Thanks Mike, I just wanted to be sure wether matplotlib had a copy or not. I'll have to work on giving hints to the GC then... guillaume. Michael Droettboom wrote: Yes, Python is reference counted (with a garbage collector to handle cycles etc.). So, yes, the matplotlib plot keeps

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
this copy to matplotlib and del everything (so that it *should* be clean, from my understandings). actually, my design is quite horrible. prolly a rewrite from scratch is the best thing to do. anyway, it's a bit off-topic on the matplotlib user list :) Michael Droettboom wrote: I don't follow

Re: [Matplotlib-users] matplotlib dropping points in complex plot?

2009-05-27 Thread Michael Droettboom
Good find. The comment is out of date. It is now followed in all backends. I will update the template. Mike Eric Firing wrote: Michael Droettboom wrote: You can set the rcParam path.simplify to False to turn off this behavior. Mike, The matplotlibrc.template indicates

Re: [Matplotlib-users] Memory leak somewhere?

2009-05-26 Thread Michael Droettboom
Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Problem with Arcs

2009-05-18 Thread Michael Droettboom
with Circle or Ellipse. I'm trying to use Arc because I only want a half-circle. Thanks all -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] copied text

2009-05-08 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] Polar plotting clockwise and rotated

2009-05-01 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Register Now Save for Velocity, the Web Performance Operations Conference from

Re: [Matplotlib-users] Manually enable export as EMF

2009-05-01 Thread Michael Droettboom
in the name. What GUI backend are you using? That sounds like a bug in how the file selection dialog is being used. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Floating point exception

2009-05-01 Thread Michael Droettboom
/3. http://p.sf.net/sfu/velocityconf ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
on py2exe site :-/ so if anyone could help... Thanks a lot. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Register Now

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
is supposed to use only Tahoma ttf font which I included on the data files. Michael Droettboom-3 wrote: It sounds like it is not finding the appropriate fonts. Have you tried installing (in C:\Windows\Fonts) all of the ttf files included with matplotlib? If that's not it, can you

Re: [Matplotlib-users] fill_between and masked array

2009-04-29 Thread Michael Droettboom
list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-27 Thread Michael Droettboom
-line tool Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Crystal Reports #45; New Free Runtime and 30 Day

Re: [Matplotlib-users] Segmentation fault using imshow on large image

2009-04-24 Thread Michael Droettboom
On my machine (32-bit Fedora 10 with 2GB RAM), it chugs along swapping for a lng time and then fails with a Python MemoryError exception -- which is at least reasonable. I suspect you're running on a 64-bit machine and we're running into some sort of non-64-bit-clean issue. We try to be

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-22 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Stay on top

Re: [Matplotlib-users] Memory leak in Agg backend?

2009-04-17 Thread Michael Droettboom
Are you able to run it inside of valgrind's massif tool? Calling out to ps can be a bit spurious (particularly with a memory-pooling Python build) especially for a leak this small. Mike Andres Luhamaa wrote: Michael Droettboom wrote: I am not able to reproduce this leak here

Re: [Matplotlib-users] matplotlib.pyparsing.ParseFatalException: Expected end of math '$'

2009-04-14 Thread Michael Droettboom
Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] matplotlib.pyparsing.ParseFatalException: Expected end of math '$'

2009-04-14 Thread Michael Droettboom
', 'backslashreplace'), MathTextWarning) Like it says, it renders the plot but with a dummy symbol. A plain [ or ] does not even render the plot. Just tried, \left[ and \right] and they work. Cheers, Chaitanya On Tue, Apr 14, 2009 at 6:30 PM, Michael Droettboom md...@stsci.edu wrote: You need

Re: [Matplotlib-users] How do I install Matplotlib 0.98 on Ubuntu 8.04 Hardy Heron?

2009-04-13 Thread Michael Droettboom
, but I don't know how to use it on Hardy. Thanks. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- This SF.net email

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

2009-04-10 Thread Michael Droettboom
not load it, so I think it might be a linking problem. I've noticed that _delaunay.cpp has a PyMODINIT_FUNC init_delaunay(void) while _path.cpp has just a void init_path(void). If you make that change, does it work? Mike Best Regards, Lorenzo On 4/9/09, *Michael Droettboom* md

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

2009-04-10 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] Lots of little problems with appearance (Agg vs. GTK, xlim, tick locators)

2009-04-10 Thread Michael Droettboom
: l = plt.axvline(x=mark, color='r') plt.savefig(str(filePath+'/'+fileNameExt)) Thank you, I hope somebody can help. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

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

2009-04-09 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] error bars on a log log plot

2009-04-03 Thread Michael Droettboom
, Johann Michael Droettboom wrote: I have to say I don't really have a lot of experience with error bars on log plots -- but the root cause here is that the lower bound of the error bar goes negative, and as we all know, the log of a negative number is undefined. If you can suggest where

Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread Michael Droettboom
is not fatal and I can display what I attempted to plot with pylab.show. However, the warning has a significant impact on the interactive usability of Python and matplotlib as a replacement for Matlab. Anyone have any suggestions or observations? Yours, David Sigeti -- Michael Droettboom

Re: [Matplotlib-users] Bug when saving in PNG?

2009-03-31 Thread Michael Droettboom
-- ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute

Re: [Matplotlib-users] error bars on a log log plot

2009-03-31 Thread Michael Droettboom
-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] problem with label if x/yscale are both log

2009-03-31 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division

Re: [Matplotlib-users] On changing the default tick pad

2009-03-23 Thread Michael Droettboom
/www-adobe-com ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space

<    1   2   3   4   5   6   7   8   9   10   >