[matplotlib-devel] HTML5 Matplotlib Backend

2010-07-19 Thread Ryan Wagner
document.getElementById('cursor_info').innerText = "Cursor at: " + x2 + "," + y2; } } The simple affine transformation can be accomplished by leaving off the MatrixB part. Non affine will probably be similar to the above followed by a log or e

[matplotlib-devel] Support for Python 2.7?

2010-05-17 Thread Ryan Wagner
Does anyone know if/when MPL will be supported on Python 2.7? Thanks! -Ryan -- ___ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-07 Thread Ryan Wagner
Works for me :) -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Disc

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-07 Thread Ryan Wagner
PM To: John Hunter Cc: Reinier Heeres; Ryan Wagner; matplotlib-devel@lists.sourceforge.net Subject: Re: [matplotlib-devel] Adding Shades Keyword to 3D routines. John Hunter wrote: > > BTW, it looks like the edges of the polys are aliased in the "masked" > side of the figure. Ha

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-07 Thread Ryan Wagner
Wow, no kidding John, what a difference! Great work Mike! -Original Message- From: John Hunter [mailto:jdh2...@gmail.com] Sent: Friday, August 07, 2009 12:54 PM To: Michael Droettboom Cc: Reinier Heeres; Ryan Wagner; matplotlib-devel@lists.sourceforge.net Subject: Re: [matplotlib-devel

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-06 Thread Ryan Wagner
> On Thu, Aug 6, 2009 at 4:11 PM, Ryan Wagner wrote: >> When I set the linewidths to 0 (in the patch I'm working on) I get an image >> looking like this: >> >> http://static.ryanjwagner.com/mpl_patches/lw0.png >> >> I don't think this looks c

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-06 Thread Ryan Wagner
Hi Mike and John, I've got a question about the functionality about axes3d.plot_surface: When I set the linewidths to 0 (in the patch I'm working on) I get an image looking like this: http://static.ryanjwagner.com/mpl_patches/lw0.png I don't think this looks correct to me, as I can still see

Re: [matplotlib-devel] Adding Shades Keyword to 3D routines.

2009-08-06 Thread Ryan Wagner
Ok, I forgot my attachments would be stripped. Links: Output of surface3d_demo.py (should explain why I want this patch) http://static.ryanjwagner.com/mpl_patches/lightSource.png Example code http://static.ryanjwagner.com/mpl_patches/surface3d_demo.py Edited mpl source... just proof of concept...

[matplotlib-devel] mplot3d contour patch on tracker

2009-06-29 Thread Ryan Wagner
tions regarding this. Ryan Wagner Support/Consulting Engineer Visual Numerics Inc. rwag...@vni.com<mailto:rwag...@vni.com> -- ___ Matplotlib-devel mailing list Matpl