Re: [Matplotlib-users] Plotting with more than two y-axes (with twinx?)

2013-11-27 Thread Dale Chayes
On Nov 27, 2013, at 18:38 , Joe Kington wrote: > Hi Daniel, > > For what it's worth, the code runs perfectly for me as-is on matplotlib 1.3.1 > with python 2.7 on linux. Same here for what its' worth: OS X 10.9 python2.7 from Fink matplotlib-p

Re: [Matplotlib-users] Crash when using matplotlib.tri.LinearTriInterpolator

2014-08-11 Thread Dale Chayes
Runs to completion without errors on my installation: OS X 10.9.4 MacBook Air w/ 8GB of memory Python 2.7 and matplotlib 1.3.1-1 lib -Dale On Aug 10, 2014, at 13:43 , Hartmut Kaiser wrote: > All, > > I'm running into a crash while trying to construct a > tri.LinearTriInterpolator. Here is

Re: [Matplotlib-users] Loading txt files

2011-11-01 Thread Dale Chayes
Attached is a very simple version. It assumes your sample data is in a file. The first line is "magic" and makes significant assumptions about where python is installed on your system. This may or may not be the right answer for your system. Plotting requires matplotlib which you may need to in

Re: [Matplotlib-users] Page not available on server

2011-11-24 Thread Dale Chayes
On Nov 23, 2011, at 7:58 , Sven Ahrens wrote: > Dear mailinglist readers, > > I have a problem by accessing the content > > http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_layout_00.html This one works: http://matplotlib.sourceforge.net/examples/pylab_examples/demo_tight_

Re: [Matplotlib-users] use the github version on a linux box

2012-02-08 Thread Dale Chayes
I interpreted the "public key" error (as did others) to be an ssh issue. For a publicly readable approach this seems to work: [dhcp-90-166:python/matplotlib/git] dale% git clone git://github.com/matplotlib/matplotlib.git Cloning into matplotlib... remote: Counting objects: 57725, done. remote:

Re: [Matplotlib-users] pdf/eps export; dotted line plot shows random markers on the line

2012-06-09 Thread Dale Chayes
No extra "stuff" in the png and pdf plots in my case (changed the hash-bang line): Mac 10.7.4 w/ python and matplotlib from (not too recent) Fink: i python27 1:2.7.2-5Interpreted, object-oriented language i python27-shlibs 1:2.7.2-5Interpreted, object-oriented language i

Re: [Matplotlib-users] zoomed in detail box

2012-09-12 Thread Dale Chayes
[replying only to the list -Dale] On Sep 12, 2012, at 07:02 , Jae-Joon Lee wrote: > Your code works as expected in my side. I wasn't quite sure what to expect, but based on Jae-Joon's note: > So, changing (0.5, 0.5) to something like (0.6, 0.5) has no effect in > your side? It seems to work o