[matplotlib-devel] Unit Converter Interface Issue

2009-01-21 Thread James Evans
ons? If it is okay, I would like to apply the necessary changes. --James Evans -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu

[matplotlib-devel] Updated units.ConversionInterface

2009-01-28 Thread James Evans
convert a value of zero to a date (ie. The 'ordinal <= 0' datetime conversion error is now a lot more difficult to invoke). Additionally I have modified the DateConverter class to make use of any specified units, such that the timezone is used for the units value. --James Evans PS

Re: [matplotlib-devel] Updated units.ConversionInterface

2009-01-28 Thread James Evans
from. I have no real strong argument for or against, so if I should swap them around as you had suggested, then I have no problem changing it. --James > -Original Message- > From: Eric Firing [mailto:efir...@hawaii.edu] > Sent: Wednesday, January 28, 2009 10:48 AM > To: Jame

Re: [matplotlib-devel] Updated units.ConversionInterface

2009-01-29 Thread James Evans
Okay. Done. --James > -Original Message- > From: John Hunter [mailto:jdh2...@gmail.com] > Sent: Wednesday, January 28, 2009 11:46 AM > To: James Evans > Cc: Eric Firing; matplotlib development list > Subject: Re: [matplotlib-devel] Updated units.ConversionInterface &

Re: [matplotlib-devel] FW: Polar Plot Design Issues

2009-02-02 Thread James Evans
tboom [mailto:md...@stsci.edu] > Sent: Monday, February 02, 2009 8:28 AM > To: James Evans; matplotlib development list > Subject: Re: FW: Polar Plot Design Issues > > You can get this behavior you are asking for by passing "resolution=1" > to polar. (This has been there for

[matplotlib-devel] A Couple of additions

2009-02-03 Thread James Evans
or "smart" generated values. --James Evans -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build respons

[matplotlib-devel] Unit-Test Structure Submitted

2009-02-18 Thread James Evans
mprovement with this, but it gives a starting point from which discussions and modifications can take place. Any questions or comments? --James Evans -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francis

Re: [matplotlib-devel] broken examples/units/*

2009-02-24 Thread James Evans
Done. > -Original Message- > From: Eric Firing [mailto:efir...@hawaii.edu] > Sent: Saturday, February 21, 2009 12:18 PM > To: James Evans > Cc: matplotlib development list > Subject: broken examples/units/* > > James, > > The scripts in examples/units (and

Re: [matplotlib-devel] Tests and matplotlibrc

2009-05-20 Thread James Evans
changes to note if there is any negative consequences of the change. Do the defaults ever differ based upon platform? Backend? Phase of the moon? --James Evans > Date: Wed, 20 May 2009 10:32:12 -0500 > From: John Hunter > Subject: Re: [matplotlib-devel] Tests and matplotlibrc >

Re: [matplotlib-devel] Units issue

2009-05-21 Thread James Evans
pical use case). Overhead of re-converting would only occur when the user explicitly changes the units for a specified axis. Additionally this approach looks to be more appealing when it comes to making plottable data items that are selectable and ultimately manipulatable via a gui interface. --James

[matplotlib-devel] Question Regarding units.py

2009-09-24 Thread James Evans
was registered? Thanks, --James Evans -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobi

[matplotlib-devel] Artist default alpha value

2009-10-22 Thread James Evans
, --James Evans -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market

[matplotlib-devel] Z-Order Sorting

2009-12-01 Thread James Evans
ffect to appear random (This is also affecting the rendering of filled continents in basemap). I couldn't think of an easy solution without making some intrusive changes to what is already in place, so I thought that I'd post my findings for further discussion. --James Evans --

[matplotlib-devel] FontProperties being ignored...

2010-03-04 Thread James Evans
inherently wrong, or is this really a bug? Thanks, --James Evans textFormat.png Description: Binary data #!/usr/bin/env python import pylab from matplotlib.font_manager import FontProperties fig = pylab.figure() ax = pylab.subplot( 1, 1, 1 ) normalFont = FontProperties( family = "Sans

Re: [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-28 Thread James Evans
he setting as an encapsulated entity that can be passed around and selected at will can be quite useful. Just my $0.02 --James Evans > On 10/28/10 12:46 PM, Russell E. Owen wrote: > > > It's an interesting question. You can't call a matplotlib function to > do >

Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread James Evans
All, This is due to the fact that you have nothing to plot and the axes range defaults to 0->1. Unfortunately 0 cannot map to a valid datetime. I thought that I had fixed this so that using datetimes would cause the axes to initialize to a valid datetime value. Once I get up to speed with the w

[matplotlib-devel] git repository access

2011-03-30 Thread James Evans
arning. Any help would be appreciated. Thanks, --James Evans -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to

Re: [matplotlib-devel] git repository access

2011-03-30 Thread James Evans
Wednesday, March 30, 2011 12:10 PM > To: James Evans > Cc: matplotlib-devel@lists.sourceforge.net > Subject: Re: [matplotlib-devel] git repository access > > Hi, > > On Wed, Mar 30, 2011 at 12:06 PM, James Evans > wrote: > > Hello All, > > > > > > > &

Re: [matplotlib-devel] What is rcParams['units'] for?

2011-04-19 Thread James Evans
Honestly, I do not know what the units rc param is for. Personally I try to stay away from anything rc parameter related. I would guess that it was put in to handle default units, but the unit system handles defaults based on the type of data being plotted. Perhaps it was added in the first d

[matplotlib-devel] Qt backend submit

2006-11-30 Thread James Evans
) and all seem to be working. I have not, however tested this in the iPython environment (although I don't think that iPython uses Qt, does it?). Any feedback would be appreciated. --James Evans - Take Surveys. Earn Cash. I

[matplotlib-devel] Axis Length

2006-12-04 Thread James Evans
this implemented to make it generic for all backends. Right now I just have a hard-coded parameter for this, but it would be nice to make more automatic. Thanks, --James Evans - Take Surveys. Earn Cash. Influence the Future

Re: [matplotlib-devel] R3237 breaks mri_with_eeg.py demo

2007-04-18 Thread James Evans
Fixed. Try again. > -Original Message- > From: Eric Firing [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 18, 2007 12:22 AM > To: James Evans > Cc: matplotlib development list > Subject: R3237 breaks mri_with_eeg.py demo > > Revision 3237 to fix set_ti

[matplotlib-devel] Bar plot forget units information

2007-09-11 Thread James Evans
When using the 'bar' plot command, unit information is lost when changing the units for a given axis. The attached script demonstrates this. This is not the case for line plots because of the use of Line2D's 'recache' method. --James Evans ""&qu

[matplotlib-devel] Several Axes issues

2007-09-11 Thread James Evans
The attached script demonstrates several bugs that are all related to the Axes class. Areas affected are: * Autoscaling * Ellipse * Inverting Axis objects * Fixed aspect ratio 1) Auto scaling is not enacted when adding a Patch to an axes (more of a feature) 2) When manually calling axes.autosc

[matplotlib-devel] annotate fails with unitized data

2007-09-11 Thread James Evans
When passing unitized data into the annotate function it will fail because it attempts to use the data as a float. See the attached script for an example. --James Evans import pylab from basic_units import cm fig = pylab.figure() ax = fig.add_subplot(111) #BUG: This will fail

Re: [matplotlib-devel] API additions

2007-10-04 Thread James Evans
provides some level of protection by giving a "safe" method to call when writing methods that deal with axes limits. Let me know what you think. --James Evans > -Original Message- > From: Ted Drain [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 04, 2007 2:34 PM >

[matplotlib-devel] Annotation 'data offset'

2007-12-05 Thread James Evans
be given a different name (like 'offset' or 'point offset', etc). --James Evans - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data cen

[matplotlib-devel] Problem with Agg Ellipses

2007-12-07 Thread James Evans
There appears to be an issue with the agg backend with how it is drawing ellipses (or maybe it is how matplotlib uses agg), but the attached script shows how a point, which should be coincident with the center circle, but it is not. The second plot shows the same data, but using a custom (and mu

Re: [matplotlib-devel] Problem with Agg Ellipses

2007-12-20 Thread James Evans
y handling unitized data properly. It would be great if we could see this fix in the main branch, then we can make use of it right away without having to wait for the transforms branch to be completed. --James Evans > Date: Tue, 11 Dec 2007 15:47:45 -0500 > From: Michael Droettboom &

[matplotlib-devel] Polar plot ignores units

2008-01-28 Thread James Evans
gets skipped, one possibility is to have the PolarAxes manage a pair of converters for the 'theta' and 'r' axes. I plan to really test out the main branch later this month and will give feedback if this exists in the main br

[matplotlib-devel] set_xlim (and set_ylim) reset labels and tickers

2008-02-11 Thread James Evans
el( "My Label" ) ax4.set_xlim(3*cm, 6*cm) # cm are converted to inches show() ####### --James Evans - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(

[matplotlib-devel] nxutils

2011-11-17 Thread James Evans
. In particular I am referring to 'mlab.inside_poly'. In my case I was using 'nxutils.points_inside_poly' directly, but the end result is the same. Thanks, --James Evans -- All the data conti

Re: [matplotlib-devel] nxutils

2011-11-18 Thread James Evans
gt; Maybe it didn't need to; I don't know. Perhaps we need to formulate and > write down a deprecation policy. > > Eric > >> >> On 11/17/2011 12:03 PM, James Evans wrote: >>> >>> All, >>> >>> I have not touched the code for several mon

Re: [matplotlib-devel] adding second formatter/locater set to axes objects

2013-05-24 Thread James Evans
For what it is worth, we attacked this problem about four years ago at my work. We just implemented a simple formatter. A locator can also be done in a similar manner if that is desired. This is not exactly is a perfect solution, but it worked really well for us. class ScaledFormatter( ticker.F