Re: [Matplotlib-users] basic understanding of plotting dates

2007-09-04 Thread Brendan Barnwell
format (which is just an integer) seems rather obtuse. -- --Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown - This SF.net email

[Matplotlib-users] Importing pyplot crashes python

2010-01-21 Thread Brendan Barnwell
, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Throughout its 18-year history, RSA Conference consistently attracts the world's best

Re: [Matplotlib-users] Importing pyplot crashes python

2010-01-23 Thread Brendan Barnwell
Brendan Barnwell wrote: Hi, I decided to upgrade to matoplotlib 0.99.1. I'm on Windows XP. I downloaded matplotlib-0.99.1.win32-py2.5.exe and ran it. It seemed to install. Now when I try from matplotlib import pyplot, Python crashes with one of those pythonw has encountered

[Matplotlib-users] Animation with many moving parts

2010-02-10 Thread Brendan Barnwell
wouldn't need to be redrawn. Is this feasible? Is there a standard way to go about this? Is there any way to figure out which artists overlap without looping over the list of all artists and checking the bbox bounds? Any other suggestions on how to do it? Thanks, -- Brendan Barnwell

[Matplotlib-users] How to blank an area of the canvas?

2010-02-12 Thread Brendan Barnwell
elsewhere? That's what I'm trying to do here. Thanks, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- SOLARIS 10 is the OS for Data

Re: [Matplotlib-users] How to blank an area of the canvas?

2010-02-14 Thread Brendan Barnwell
Brendan Barnwell wrote: I'm trying to find the quickest way to erase a rectangular area of the figure canvas. I tried using canvas.restore_region with the optional bbox argument, but there seems to be some mismatch between the measurement units of the saved buffer object

Re: [Matplotlib-users] How to blank an area of the canvas?

2010-02-16 Thread Brendan Barnwell
if you need an efficiency, Maybe so. What tool would you recommend for animated plots? Best wishes, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] savefig bbox_inches='tight' does not consider suptitle

2011-03-07 Thread Brendan Barnwell
the figure objects, the figure objects should create the axes objects, the axes objects should create the axis objects, and so on and so forth. That makes perfect sense, but is not at all what's implied by the text on the page linked above. Best wishes, -- Brendan Barnwell Do

Re: [Matplotlib-users] Feature request: automatic scaling of subplots, margins, etc

2011-05-11 Thread Brendan Barnwell
their sizes without drawing them. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Achieve unprecedented app performance and reliability What

[Matplotlib-users] Histogram of categorical values

2011-07-09 Thread Brendan Barnwell
be a common task, so I'm wondering if there's a function for it, or, failing that, a standard recipe. Thanks, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

[Matplotlib-users] Certain annotation parameters cause strange error

2011-10-29 Thread Brendan Barnwell
. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes

Re: [Matplotlib-users] What is your matplotlib workflow?

2012-06-18 Thread Brendan Barnwell
for getting around that. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Live Security Virtual Conference Exclusive live event

[Matplotlib-users] Why does contourf with the extend argument tweak the data limits?

2012-07-08 Thread Brendan Barnwell
passed in my specified levels was because I wanted THOSE to be the data limits. Why is matplotlib expanding the data limits, and thus preventing me from specifying the out of range color using the normal set_under and set_over methods? -- Brendan Barnwell Do not follow where the path may lead

Re: [Matplotlib-users] Why does contourf with the extend argument tweak the data limits?

2012-07-09 Thread Brendan Barnwell
and unmotivated, and it is what's causing incorrect clim to be set. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Live Security Virtual

Re: [Matplotlib-users] Novice question: Am I using pyplot.rgrids correctly?

2012-12-17 Thread Brendan Barnwell
to graph some things, and is supported by other plotting software (see, e.g., http://www.wolframalpha.com/input/?i=polar+plot+r%3Dtheta%2C-pi%3Cr%3C0). Matplotlib should plot r-coordinates according to this standard interpretation, -- Brendan Barnwell Do not follow where the path may lead

[Matplotlib-users] Pick PathCollection component by interior

2013-01-10 Thread Brendan Barnwell
that wrinkle would be a start. Thanks, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Master HTML5, CSS3, ASP.NET, MVC, AJAX

[Matplotlib-users] Plotting with WxAgg backend hangs

2013-03-11 Thread Brendan Barnwell
to be able to use WxAgg interactively? Thanks, -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Symantec Endpoint Protection 12

Re: [Matplotlib-users] Evolution of the interface

2013-03-15 Thread Brendan Barnwell
to an MPL object, and we shouldn't elevate attribute get/set as the main one that should be accessed by the call syntax. That MEP would be great, though! -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] set limits not obeyed for stacked plots when set_aspect('equal') used

2013-03-20 Thread Brendan Barnwell
be possible for the dimensions of the axes box to change, just not their aspect ratio (i.e., zooming in on an oblong region would just result in a lot of blank space). -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author

Re: [Matplotlib-users] set limits not obeyed for stacked plots when set_aspect('equal') used

2013-03-20 Thread Brendan Barnwell
be taken up by blank space around the axes. It would still be possible for the dimensions of the axes box to change, just not their aspect ratio (i.e., zooming in on an oblong region would just result in a lot of blank space). -- Brendan Barnwell Do not follow where the path may lead. Go, instead

Re: [Matplotlib-users] Individual custom markers and colorbar

2013-04-26 Thread Brendan Barnwell
the edgecolor equal to the string 'face' to make it use the facecolor. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Try New Relic

Re: [Matplotlib-users] timer objects in macosx backend

2013-07-18 Thread Brendan Barnwell
sense to have a way to stop the timer directly, regardless of how many names are pointing to it. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] Basic matshow question

2014-07-30 Thread Brendan Barnwell
interpreter, not IPython. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Infragistics Professional Build stunning WinForms apps today

Re: [Matplotlib-users] pick_event after zooming/panning stops working.

2014-08-21 Thread Brendan Barnwell
for the toolbar tools, so that zoom could be activated/deactivated without moving the mouse. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] Histogram appearance

2014-12-03 Thread Brendan Barnwell
that there are empty bins between each of the other bars. How are you setting the bins? You could try adjusting the bin boundaries. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] Key events using nbagg backend

2014-12-04 Thread Brendan Barnwell
#the-nbagg-backend it says: Phil Elson added a new backend, named “nbagg”, which enables interactive figures in a live IPython notebook session. The word interactive certainly could lead people to believe that the backend is, in fact, interactive. -- Brendan Barnwell Do not follow where the path may

Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Brendan Barnwell
! Please Help !! Well, one thing is that an installer with cp32 in the filename is for Python 3.2. For Python 3.4 you need the one that says cp34. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] animation.FuncAnimation example --- how does it work?

2015-04-23 Thread Brendan Barnwell
**kwargs syntax collects only keyword arguments, but those aren't involved as far as the frame argument here is concerned.) -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] Using dates in a simple plot with wxPython doesn't work

2015-07-28 Thread Brendan Barnwell
, change the second version to use the same import. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown

Re: [Matplotlib-users] How to visualize a, b results of x, y variables

2015-07-09 Thread Brendan Barnwell
. -- Brendan Barnwell Do not follow where the path may lead. Go, instead, where there is no path, and leave a trail. --author unknown -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you