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
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
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
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
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
> 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
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
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...
tions regarding this.
Ryan Wagner
Support/Consulting Engineer
Visual Numerics Inc.
rwag...@vni.com<mailto:rwag...@vni.com>
--
___
Matplotlib-devel mailing list
Matpl