[matplotlib-devel] mlab functions

2008-01-31 Thread Ryan May
Hi, I was wondering if anyone had thought about finding homes for some of the functions in mlab that are useful outside of matplotlib? I'm specifically thinking of psd, which has no equivalent (to my knowledge) in numpy/scipy. Thanks, Ryan -- Ryan May Graduate Research Assistant School

[matplotlib-devel] pcolor curiosity

2008-03-13 Thread Ryan May
pass. Thanks Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com

Re: [matplotlib-devel] pcolor curiosity

2008-03-14 Thread Ryan May
. Is there a definitive list somewhere? I tried RendererBase in backend_bases, but it did not have draw_rectangle. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.net email is sponsored

Re: [matplotlib-devel] TKinter : 'module' object has no attribute 'tkinit'

2008-03-21 Thread Ryan May
. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

Re: [matplotlib-devel] TKinter : 'module' object has no attribute 'tkinit'

2008-03-21 Thread Ryan May
, with matplotlib 0.91.2 installed from Portage, I have: /usr/lib/python2.5/site-packages/matplotlib/backends/_tkagg.so And I don't have any problems with the TkAgg backend. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] Adding Backends

2008-06-07 Thread Ryan May
Hi, Is there any reason that adding a backend requires modifying both rcsetup.py and the __init__.py in the backends subdirectory? Couldn't rcsetup.py fetch the list from the __init__.py (or vice-versa)? Thanks, Ryan -- Ryan May Graduate Research Assistant School of Meteorology University

Re: [matplotlib-devel] Adding Backends

2008-06-07 Thread Ryan May
) on Gtk. gtkglext (which has python bindings) will let you render to a pixmap, so that should make it easy to integrate into the current matplotlib way of doing things. If things go well, I should have more on this after awhile. Ryan -- Ryan May Graduate Research Assistant School of Meteorology

[matplotlib-devel] Skew-T

2008-06-11 Thread Ryan May
degree skew of the temperature? Thanks, Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services

[matplotlib-devel] Skew-T

2008-06-12 Thread Ryan May
a transform that can handle the 45 degree skew of the temperature? Thanks, Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's

[matplotlib-devel] test

2008-06-12 Thread Ryan May
Test. Ignore. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything

[matplotlib-devel] test

2008-06-12 Thread Ryan May
Test. Ignore. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything

[matplotlib-devel] Test

2008-06-12 Thread Ryan May
Test. Please disregard. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about

Re: [matplotlib-devel] Test

2008-06-13 Thread Ryan May
David Moore wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ryan May wrote: Test. Please disregard. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Hi Ryan, Gmail never shows you your own emails. Your emails are getting

Re: [matplotlib-devel] Skew-T

2008-06-13 Thread Ryan May
Jeff Whitaker wrote: Ryan May wrote: (Sorry if this is a duplicate) Hi, I'm trying to make a Skew-T LogP plot, an important plot in meteorology, using matplotlib (mainly to help convert people away from much more horrible solutions). You can see one here: http://www.rap.ucar.edu

Re: [matplotlib-devel] Skew-T

2008-06-14 Thread Ryan May
John Hunter wrote: On Fri, Jun 13, 2008 at 3:28 PM, Ryan May [EMAIL PROTECTED] wrote: Ryan: I'm sure you could do it, and it would be a nice contribution to the community. There's some IDL code here Thanks. I also managed to find a matlab implementation, which was straightforward

[matplotlib-devel] Bug in scale.py

2008-06-27 Thread Ryan May
, a): 134 return ma.power(np.e, a) / np.e 135 136 def inverted(self): 137 return LogScale.Log2Transform() Shouldn't line 137 instead read: return LogScale.NaturalLogTransform() Ryan -- Ryan May Graduate Research Assistant School of Meteorology

[matplotlib-devel] Bug in PatchCollection

2008-07-13 Thread Ryan May
is that patch.fill is a boolean attribute, not a function. (Or at least it is for polygons and circles.) You only hit this if you override the default and specify match_original=True. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] Useless line in collections.py

2008-07-13 Thread Ryan May
) This is in __init__ for Collection, which ends with the code I've pasted here. It doesn't appear that Affine2D is used and is probably left over cruft. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] (Wind) Barbs

2008-07-15 Thread Ryan May
/criticism to help improve this. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma ''' Support for plotting a field of (wind) barbs. This is like quiver in that you have something that points along a vector field giving direction, but the magnitude

Re: [matplotlib-devel] (Wind) Barbs

2008-07-17 Thread Ryan May
John Hunter wrote: On Tue, Jul 15, 2008 at 5:37 PM, Ryan May [EMAIL PROTECTED] wrote: I welcome any comments/criticism to help improve this. Hey Ryan, I have looked at this code briefly and have a few minor comments. I think Eric, who did the bulk of the current quiver implementation

Re: [matplotlib-devel] (Wind) Barbs

2008-07-17 Thread Ryan May
Jeff Whitaker wrote: Ryan May wrote: Hi, I've got (what seems to me) a nice clean, self-contained implementation of wind barbs plots. I'd like to see if I can get this into matplotlib, as it would be very useful to the meteorology community. I've borrowed heavily from Quiver

Re: [matplotlib-devel] Alpha Weirdness on Windows

2008-07-18 Thread Ryan May
John Hunter wrote: On Thu, Jul 17, 2008 at 10:35 PM, Ryan May [EMAIL PROTECTED] wrote: Hi, Has anyone ever noticed weirdness with translucent polygons on win32 (using GTKAgg)? I had the occasion to actually do something on windows and noticed that, having drawn some polygons with alpha 1

Re: [matplotlib-devel] Any short plan for a new release (0.98.2 for real or 0.98.3)?

2008-07-18 Thread Ryan May
jinxed myself here.) Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

[matplotlib-devel] Masked arrays in Quiver/Windbarbs

2008-07-19 Thread Ryan May
, if nothing is drawn for a location X,Y where U,V are masked, this would seemingly lead to a problem where the locations and the things to be drawn get out of phase. Am I missing something here? Eric, did I miss some magic somewhere in quiver that handles this? Ryan -- Ryan May Graduate Research

Re: [matplotlib-devel] [Matplotlib-users] Can I update symbol positions and colors in a collection?

2008-07-19 Thread Ryan May
John Hunter wrote: On Thu, Jul 17, 2008 at 10:28 PM, Ryan May [EMAIL PROTECTED] wrote: I helped Eric out with this offline, and obviously set_array is for the colors, but the only solution we could come up with was to directly reset the PolyCollection._offsets member. This seems a little

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Ryan May
John Hunter wrote: On Sat, Jul 19, 2008 at 8:58 PM, Ryan May [EMAIL PROTECTED] wrote: Hi, In integrating my barbs work, I'm having trouble that causes a circular import. I used delete_masked_points from axes. The problem here is that axes imports quiver (where I put barbs) which then has

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Ryan May
John Hunter wrote: On Sat, Jul 19, 2008 at 9:30 PM, Ryan May [EMAIL PROTECTED] wrote: Take this one instead. I missed some imports on the last one (oops). Hey Ryan -- the code you have been contributing is certainly high quality, and I am happy to give you commit rights if you send me your

Re: [matplotlib-devel] Collections set/get_offsets method

2008-07-21 Thread Ryan May
Eric Firing wrote: Eric Firing wrote: Ryan May wrote: Hi, As promised, here's a short patch to add get_offsets() and set_offsets() to the Collections() base class. I tried to make it do the right thing with regard to _offsets vs. _uniform_offsets, depending on whether _uniform_offsets

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-21 Thread Ryan May
Michael Droettboom wrote: Ryan May wrote: 5) I added an empty circle marker for low wind speeds (vector magnitudes). Accomplishing having the unfilled circle while having the barbs filled involved a bit of a elegant hack. Using the set of vertices that draws the CirclePolygon, I add

Re: [matplotlib-devel] TextCollection

2008-07-22 Thread Ryan May
John Hunter wrote: On Mon, Jul 21, 2008 at 11:35 PM, Ryan May [EMAIL PROTECTED] wrote: Hi, Has anyone ever thought about creating a TextCollection class? The purpose would be similar to the other collections, to group a bunch of text objects with similar properties. This probably couldn't

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-22 Thread Ryan May
already got two separate checkouts at the moment, so I think I'll try to just keep them up to date and keep one pristine for small stuff and testing. I'll keep rsync in mind however when I need a fresh one, thanks, Ryan -- Ryan May Graduate Research Assistant School of Meteorology University

[matplotlib-devel] Wind Barbs

2008-07-22 Thread Ryan May
to Basemap? If so, will you handle it or should it? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [matplotlib-devel] Wind Barbs

2008-07-23 Thread Ryan May
Eric Firing wrote: Ryan May wrote: Ok, I've committed my wind barbs stuff in SVN. Anyone interested, go ahead an hammer on it. Very nice! Comments on the example, barb_demo.py: 1) In your third panel, you put the args after the kwargs. I had no idea this was even legal--it's

Re: [matplotlib-devel] clabel improvements

2008-07-23 Thread Ryan May
going to try to get anything out after that for scipy, or is this it? I realize with Friday we're targeting Debian. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net

Re: [matplotlib-devel] Wind Barbs

2008-07-23 Thread Ryan May
Eric Firing wrote: Ryan May wrote: Ok, I've committed my wind barbs stuff in SVN. Anyone interested, go ahead an hammer on it. Very nice! Comments on the example, barb_demo.py: 1) In your third panel, you put the args after the kwargs. I had no idea this was even legal--it's

Re: [matplotlib-devel] Scale independent drawing

2008-07-23 Thread Ryan May
Eric Firing wrote: Ryan May wrote: Hi, I'll continue my current flood of emails to the list. :) I'm finally getting back to my work on Skew-T plots, and I have a semi-working implementation (attached.) It runs, and as is, plots up some of the grid, with the x-value grid lines skewed 45

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-23 Thread Ryan May
John Hunter wrote: On Sat, Jul 19, 2008 at 11:09 PM, Ryan May [EMAIL PROTECTED] wrote: The only issue I've seen is that scaling with PS is way too big. I've attached ps and pdf files from the same run to show the problem. The only thing I can think of is since you are using a identity

Re: [matplotlib-devel] clipping tick lines

2008-07-24 Thread Ryan May
Eric Firing wrote: Ryan May wrote: Hey, I noticed today, while working on my skewT, that you can't tell the axis objects to clip their ticklines. If you want to set clipping on each individual tickline. I saw that the code is there in the relevant classes, but the lines to set clipping

Re: [matplotlib-devel] scipy 2008 sprints

2008-07-24 Thread Ryan May
plotting applications - Paul I'll be there the whole week, Monday-Sunday. I'm good to help out where I can. My personal goal is to get some work on OpenGL going, but that's less sprinty and more by myself kind of stuff (unless someone else is interested). Ryan -- Ryan May Graduate

Re: [matplotlib-devel] wx scroll wheel

2008-07-24 Thread Ryan May
with gtk please run the following to make sure I didn't break anything: examples/pylab_examples/image_slices_viewer.py Works for me. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] clabel improvements

2008-07-24 Thread Ryan May
this: def foo(l=[]): l.append('foo') print l foo() foo() foo(['bar']) foo() Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored by the Moblin Your

Re: [matplotlib-devel] clipping tick lines

2008-07-24 Thread Ryan May
://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/axis.py?view=diffr1=4816r2=4817 Uncommenting them doesn't seem to break anything and it solves my problem as well. I guess there could be performance impacts so I'll wait for Mike to weigh in. Ryan -- Ryan

[matplotlib-devel] Bug in Quiverkey

2008-07-24 Thread Ryan May
starts at line 292 of quiver.py. I'm not familiar enough with how this code works to try and fix it. None of the example code seems to exercise the coordinates parameter of quiverkey, just the units parameter for quiver. Ryan -- Ryan May Graduate Research Assistant School of Meteorology

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-24 Thread Ryan May
Eric Firing wrote: John Hunter wrote: On Wed, Jul 23, 2008 at 10:05 PM, Ryan May [EMAIL PROTECTED] wrote: grumble Ok, it fixes the problem if I pass dpi=72 to savefig(). Curiously, passing dpi=72 to Figure() does not have the same effect. So now how do I That is because savefig has its

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-25 Thread Ryan May
Eric Firing wrote: John Hunter wrote: On Thu, Jul 24, 2008 at 10:00 PM, Ryan May [EMAIL PROTECTED] wrote: What else is confusing is how that relates to DPI. When I change the figure's dpi, using set_dpi, (and redraw), I get physically *bigger* barbs. To me, if I'm actually specifying

Re: [matplotlib-devel] Wind Barbs Full Patch

2008-07-25 Thread Ryan May
to the png files or displayed figure (as one would expect). Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored by the Moblin Your Move Developer's

[matplotlib-devel] Clipping

2008-07-27 Thread Ryan May
the calls down to the renderer (in this case GTK), but they for some reason won't trace down any further. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma --- lib/matplotlib/axis.py (revision 5905) +++ lib/matplotlib/axis.py (working copy) @@ -123,7

Re: [matplotlib-devel] opengl backend

2008-08-27 Thread Ryan May
far that pyglet makes it a lot easier to do a full backend than some of the other python-opengl methods I'd explored in the past. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] linestyle dash tuple?

2008-09-04 Thread Ryan May
of on and off ink in points. But for the life of me, I cannot make this work. Can anyone give me a better explanation, or better yet, a working small example (that we could hopefully add to the example directory)? Thanks, Ryan -- Ryan May Graduate Research Assistant School

[matplotlib-devel] SVN Certificate problems

2008-09-17 Thread Ryan May
(R)eject, accept (t)emporarily or accept (p)ermanently? ^Csvn: OPTIONS of 'https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib': Server certificate verification failed: issuer is not trusted (https://matplotlib.svn.sourceforge.net) Thoughts? Ryan -- Ryan May Graduate

[matplotlib-devel] Basemap docs?

2008-09-25 Thread Ryan May
Jeff, I just noticed that the 0.99.1 tarball for Basemap does not include a pdf of the docs, while 0.99 did. Was this intentional or just an oversight? I only ask because it broke the gentoo option for installing the docs. Ryan -- Ryan May Graduate Research Assistant School

Re: [matplotlib-devel] Basemap docs?

2008-09-25 Thread Ryan May
Jeff Whitaker wrote: Ryan May wrote: Jeff, I just noticed that the 0.99.1 tarball for Basemap does not include a pdf of the docs, while 0.99 did. Was this intentional or just an oversight? I only ask because it broke the gentoo option for installing the docs. Ryan Ryan

Re: [matplotlib-devel] Event handling example not working

2008-10-28 Thread Ryan May
xy = self.rect.get_x(),self.rect.get_y() print 'event contains', xy x0, y0 = xy self.press = x0, y0, event.xdata, event.ydata Good catch. I checked in a slightly different version of the fix. Ryan -- Ryan May Graduate Research Assistant School of Meteorology

Re: [matplotlib-devel] Event handling example not working

2008-10-29 Thread Ryan May
is that randomly breaking API is always bad, and there's not much effort involved in fixing it here. On the other hand, we've already had 3 with this breakage, and no complaints up until now (and that's from our own docs :P) Thoughts? Ryan -- Ryan May Graduate Research Assistant School

Re: [matplotlib-devel] Event handling example not working

2008-11-05 Thread Ryan May
John Hunter wrote: On Wed, Oct 29, 2008 at 4:00 PM, Ryan May [EMAIL PROTECTED] wrote: Here's probably a better question to ask than just to fix the example. Was it intended that the Rectangle.xy attribute disappear? I couldn't find it documented in API_CHANGES. It appears

[matplotlib-devel] mlab.psd API

2008-11-05 Thread Ryan May
, is used to specify the blocksize used for averaging. If we can't outright change names here, I'd love for suggestions on a good way forward. 3) Can we remove the requirement for even NFFT (blocksize)? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] SF.net SVN: matplotlib:[6385] trunk/matplotlib/lib/matplotlib/cbook.py

2008-11-10 Thread Ryan May
the scatter() problem. I was just getting ready to start running this stuff by the list... Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored

Re: [matplotlib-devel] Help with scatter

2008-11-10 Thread Ryan May
)] scatter(x, y, c=c) show() I'm working on a better fix right now, but can you try making sure you have more (or less) colors specified than needed? I think that should work around (or it seems to on SVN HEAD). Ryan -- Ryan May Graduate Research Assistant School of Meteorology University

Re: [matplotlib-devel] SF.net SVN: matplotlib:[6385] trunk/matplotlib/lib/matplotlib/cbook.py

2008-11-10 Thread Ryan May
anything. Figuring out why font dictionary handling breaks would be good to do however. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma - This SF.Net email is sponsored by the Moblin

Re: [matplotlib-devel] Help with scatter

2008-11-10 Thread Ryan May
Ryan May wrote: Well, I can get the last one to work with SVN HEAD. The others don't work for me either, though I agree they probably should. It looks like any 1D sequence will trigger colormapping instead of strings being mapped to rgba arrays. I'll keep digging to see what changed

Re: [matplotlib-devel] Help with scatter

2008-11-10 Thread Ryan May
On Mon, Nov 10, 2008 at 5:54 PM, Eric Firing [EMAIL PROTECTED] wrote: Ryan May wrote: Ok, here's a patch that fixes the problem for me, as well as a test script that tests a bunch of the color options along with having more, the same, and less than the number of points passed

Re: [matplotlib-devel] Help with scatter

2008-11-11 Thread Ryan May
patch anyways, and I had just done the work of tracking down all the problem spots. Saves me the effort of doing the checkin. :) Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] Repeating docs

2008-11-11 Thread Ryan May
it be a good thing to restructure the duplicated docs into it's own string that can be incorporated when necessary? Or is this kind of monkey patching of the docs something we're trying to minimize? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] Repeating docs

2008-11-11 Thread Ryan May
() check if y is x, and if so, avoid doing the extra work. Would this be an acceptable solution to reduce code duplication? On a separate note, once I get done with these tweaks, are there any objections to submitting something based on this to scipy? Ryan -- Ryan May Graduate Research

Re: [matplotlib-devel] Repeating docs

2008-11-11 Thread Ryan May
John Hunter wrote: On Tue, Nov 11, 2008 at 1:38 PM, Ryan May [EMAIL PROTECTED] wrote: 1) Have psd(x) call csd(x,x) 2) Have csd() check if y is x, and if so, avoid doing the extra work. Would this be an acceptable solution to reduce code duplication? Sure, that should work fine. Ok, I

[matplotlib-devel] pyplot.fill() and masked arrays

2008-12-04 Thread Ryan May
Hi, Is there any reason pyplot.fill() doesn't support masked arrays? Or was it just overlooked? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -- SF.Net email is Sponsored

Re: [matplotlib-devel] pyplot.fill() and masked arrays

2008-12-04 Thread Ryan May
Ryan May wrote: Hi, Is there any reason pyplot.fill() doesn't support masked arrays? Or was it just overlooked? Looks like this is better handled by fill_between, nevermind. Now, what about dates? I'm having problems using dates for the x-axis for fill_between. I know I can use

Re: [matplotlib-devel] pyplot.fill() and masked arrays

2008-12-05 Thread Ryan May
Eric Firing wrote: Ryan May wrote: Now, what about dates? I'm having problems using dates for the x-axis for fill_between. I know I can use date2num on my array, but I was wonder if there was some magic I could add to the fill_between code. Magic is the operative word. It is sprinkled

Re: [matplotlib-devel] Native backend for Mac OS X

2008-12-17 Thread Ryan May
patches should go where, especially in gray areas like this. I'm +1 on going ahead and putting this on the branch, for the reasons you mentioned. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] Basemap inclusion of pupynere

2008-12-17 Thread Ryan May
Jeff, Would it be a lot of work for basemap to use the system copy of pupynere if it's installed, instead of installing its own copy? (like what's already done for dap and httplib2) Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] Basemap inclusion of pupynere

2008-12-17 Thread Ryan May
Jeff Whitaker wrote: Ryan May wrote: Jeff, Would it be a lot of work for basemap to use the system copy of pupynere if it's installed, instead of installing its own copy? (like what's already done for dap and httplib2) Ryan Ryan: The basemap version is modified to automatically

Re: [matplotlib-devel] Basemap inclusion of pupynere

2008-12-17 Thread Ryan May
Jeff Whitaker wrote: Ryan May wrote: On a related note, is there any reason that Basemap/pyshapelib couldn't use a system copy of shapelib? Right now, Gentoo's patching the setup.py to do this. I was curious if we could move that upstream. I know it's silly at some level to have multiple

Re: [matplotlib-devel] Matplotlib patch on EPD trac?

2009-01-09 Thread Ryan May
John Hunter wrote: Ryan May has been doing all the heavy lifting with respect to PSD and specgram, so I am going to turf this to him :-) It may be that the bug filer's problems are resolved in the recent changes in 98.5.2, but Ryan should confirm On Fri, Jan 9, 2009 at 2:45 PM, Dave

Re: [matplotlib-devel] Matplotlib patch on EPD trac?

2009-01-12 Thread Ryan May
Paul Kienzle wrote: On Jan 9, 2009, at 6:12 PM, Ryan May wrote: Maybe it's time to refactor here to get routine(s) that operate how we want (IMO more sanely than Matlab), and we provide wrappers that give Matlab-like behavior. Maybe we can also get these sane routines upstream

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Ryan May
of these values to numbers. However, matplotlib could behave a bit more nicely in this case rather than simply recursing until it hits the limit. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] [SciPy-user] recursion limit in plot

2009-01-15 Thread Ryan May
John Hunter wrote: On Thu, Jan 15, 2009 at 4:58 PM, Ryan May rma...@gmail.com wrote: Ok, my debugging tells me the problem comes down to the units support, specifically this code starting at line 130 in units.py: if converter is None and iterable(x): # if this is anything

Re: [matplotlib-devel] units/ example scripts

2009-01-16 Thread Ryan May
hairy :-) Ok, so what I'm taking from your responses is that it's not a waste of time to fix these, but that it is likely more involved than something I can do when I have only a short time to hack. I'll file these away (though if anyone else feels motivated, feel free!) :) Ryan -- Ryan May

[matplotlib-devel] set_aspect with shared axes

2009-01-22 Thread Ryan May
ratio properly set again. I thought using 'box' might alleviate the problem, but that's throwing an exception. I realize making the figures have the same layout would solve the problem, I just wasn't sure if there was another way. Ryan -- Ryan May Graduate Research Assistant School

[matplotlib-devel] online docs updating?

2009-01-27 Thread Ryan May
changes on http://matplotlib.sourceforge.net/users/shell.html. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -- This SF.net email is sponsored by: SourcForge Community SourceForge

Re: [matplotlib-devel] online docs updating?

2009-01-28 Thread Ryan May
John Hunter wrote: On Tue, Jan 27, 2009 at 3:33 PM, Ryan May rma...@gmail.com wrote: Hi, Do the online docs automatically update themselves from changes in SVN? I thought there was a nightly cron. I made some changes a few days ago (just a few typos) and they haven't shown up online yet

Re: [matplotlib-devel] Patch to fix api/matplotlib_configuration_api.html

2009-02-05 Thread Ryan May
Sandro Tosi wrote: Hi all! Attached a very simple patch to show matplotlib.patches correctly in the docpage above. Checked in on the trunk and maintainance branch, so it should get picked up whenever John pushes new docs to the website. Thanks for catching this. Ryan -- Ryan May Graduate

Re: [matplotlib-devel] Build Failure on Windows using Python25

2009-02-06 Thread Ryan May
. Well, we're also talking about C++ here and not C, so C99 does not apply. A quick googling around seems to indicate that some of the open source compilers support such a type, but it not standardized by C++. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] Status of Wx backend

2009-02-09 Thread Ryan May
, facecolor='#8388FC', edgecolor='None') ax.fill_between(x, y1, y2, where=y2=y1, facecolor='#C14F53', edgecolor='None') ax.set_title('fill between where') show() Thoughts? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

[matplotlib-devel] svnmerge other files?

2009-02-13 Thread Ryan May
Hi, Can anyone explain why everytime I go to merge changes from the maintainance branch, it wants to tweak these files (besides the ones I actually changed)? doc/pyplots/README doc/sphinxext/gen_gallery.py doc/sphinxext/gen_rst.py Ryan -- Ryan May Graduate Research Assistant School

Re: [matplotlib-devel] File format for plots

2009-03-02 Thread Ryan May
for the large applications/scripts. In fact, it's at the application level that such functionality would probably belong. My 0.02 anyways. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Sent from: Norman Oklahoma United States

Re: [matplotlib-devel] File format for plots

2009-03-03 Thread Ryan May
On Mon, Mar 2, 2009 at 3:52 PM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Mon, Mar 02, 2009 at 01:49:38PM -0600, Ryan May wrote: Other than the automatic regeneration from latex, what you want sounds like what we already have: small python scripts. In general, I'm

[matplotlib-devel] stixsans + mathtext.default : regular

2009-03-04 Thread Ryan May
configuration? I know that I personally like the look of the text with these two settings. Thoughts? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -- Open Source Business Conference

[matplotlib-devel] stixsans + mathtext.default : regular

2009-03-04 Thread Ryan May
fixed. My original script doesn't show any problem, but I've attached an image produced with the mathtext_demo.py. Notice the odd baseline for versus in the title and sin in the equation on the graph. Thoughts? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University

Re: [matplotlib-devel] stixsans + mathtext.default : regular

2009-03-04 Thread Ryan May
That fixes it for me. Thanks a lot for the quick fixes! Ryan On Wed, Mar 4, 2009 at 2:53 PM, Michael Droettboom md...@stsci.edu wrote: I was rounding where I should have been truncating. I think this is fixed now in SVN. Mike Ryan May wrote: On Wed, Mar 4, 2009 at 12:16 PM, Michael

[matplotlib-devel] QuadMesh method for setting grid

2009-03-24 Thread Ryan May
. Looking over the code base right now, it seems pretty organic, with a variety of all 3 of the approaches I mentioned being taken. Thoughts? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Sent from: Norman Oklahoma United States

Re: [matplotlib-devel] Rasterized artists have wrong transform

2009-04-23 Thread Ryan May
not a very complicated modification. I think part of the problem with decorators before was that they came around in 2.4. I think we only support =2.4 now, so this is no longer an issue. IMO, decorators seem like a sensible way to go. Ryan -- Ryan May Graduate Research Assistant School

Re: [matplotlib-devel] python-2.6 compatible matplotlib

2009-04-24 Thread Ryan May
exercises this code.) I also fixed the use of os.popen in cbook.report_memory(). Again, it works for me here, but I'd love for others to check. There is no code for windows with this one, but there is code for Macs. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University

Re: [matplotlib-devel] attempting to enable buildbot

2009-05-20 Thread Ryan May
citizen. I don't think the buildbot master will take many resources on my server, so I'm happy to host it there. I could put it under a different domain name, too -- that may be desirable for marketing reasons. I'll see if I can get the buildbot running on my gentoo AMD64 box. Ryan -- Ryan May

[matplotlib-devel] Tests and matplotlibrc

2009-05-20 Thread Ryan May
having to edit my matplotlibrc every time I want to run the test suite. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Sent from Norman, Oklahoma, United States -- Crystal

Re: [matplotlib-devel] Units issue

2009-05-20 Thread Ryan May
not currently functional, I just believe that some ufuncs don't work properly and that there are some corner cases that don't work, which I think is why Darren hasn't made an official release/announcement. Last time I played with it however, it was quite useful. Ryan -- Ryan May Graduate Research

Re: [matplotlib-devel] Tests and matplotlibrc

2009-05-20 Thread Ryan May
On Wed, May 20, 2009 at 10:20 AM, John Hunter jdh2...@gmail.com wrote: On Wed, May 20, 2009 at 10:12 AM, Ryan May rma...@gmail.com wrote: Hi, Is there any way to make the tests force a certain default set of rcparams? When I first ran the test suite just now, I got a lot of image

Re: [matplotlib-devel] Units issue

2009-05-20 Thread Ryan May
On Wed, May 20, 2009 at 11:54 AM, Christopher Barker chris.bar...@noaa.govwrote: Ryan May wrote: use the units in basic_units.py (in the examples/units directory). This looks like pretty cool stuff. However, I can't seem to find matplotlib.units or basic_units.py in the online Sphinx docs

[matplotlib-devel] Units issue

2009-05-20 Thread Ryan May
this behavior should work (just rescale the x-axis without actually changing the plot). Am I missing something, or is this a real bug? Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma Sent from Norman, Oklahoma, United States

Re: [matplotlib-devel] mplot3d update

2009-06-15 Thread Ryan May
On Sun, Jun 14, 2009 at 7:13 PM, Gökhan SEVER gokhanse...@gmail.com wrote: Could you tell me how to import axes3d module from within Ipython? from mpl_toolkits.mplot3d import axes3d Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma

Re: [matplotlib-devel] please add this example: legend translucent

2009-07-21 Thread Ryan May
to be changed. It will be automatically included. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma -- ___ Matplotlib-devel mailing list

  1   2   >