[Matplotlib-users] Color a line segment as a gradient?

2011-09-29 Thread Uri Laserson
... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu -- All of the data generated in your IT infrastructure is seriously valuable

[Matplotlib-users] quick documentation fix

2011-06-14 Thread Uri Laserson
... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu -- EditLive Enterprise is the world's most technically advanced content

[Matplotlib-users] jitter in matplotlib?

2011-02-23 Thread Uri Laserson
... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu -- Free

Re: [Matplotlib-users] (no subject)

2011-01-25 Thread Uri Laserson
--fcompiler=gnu95 python setup.py install # in scipy directory: python setup.py build --fcompiler=gnu95 sudo python setup.py install # fresh shell pip install ipython Uri ... Uri Laserson Graduate Student, Biomedical

Re: [Matplotlib-users] Fonts not found

2011-01-21 Thread Uri Laserson
Problem solved. Thanks! Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu On Fri, Jan 21, 2011 at 12:44, todd

Re: [Matplotlib-users] Fonts not found

2011-01-21 Thread Uri Laserson
Homebrew is a newish package management system that is Git-based: http://mxcl.github.com/homebrew/ ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1

[Matplotlib-users] Segmentation fault with cairo backend for vector graphics only

2011-01-20 Thread Uri Laserson
...thanks! Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu

[Matplotlib-users] Fonts not found

2011-01-20 Thread Uri Laserson
... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu -- Protect

Re: [Matplotlib-users] Analog of processing map() or protovis scale?

2011-01-17 Thread Uri Laserson
Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu On Sun, Jan 16, 2011 at 21:23, Paul Ivanov pivanov...@gmail.com wrote: Uri Laserson, on 2011-01-16 17:41, wrote: Hi all, Does there already exist some

[Matplotlib-users] Analog of processing map() or protovis scale?

2011-01-16 Thread Uri Laserson
) or s = root(p=5).domain(0.1,0.6).range(0,1) There could be multiple versions, including linear, log, symlog, root (power), discrete, etc. Thanks! Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-14 Thread Uri Laserson
these problems (currently in beta). Thanks for the help! Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu On Tue, Dec 14

[Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
now. Thanks! Uri ... Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
Can you try importing pyplot from a regular python prompt? If that works, then the issue is with ipython messing up the import process of mpl. I get exactly the same problem... laser...@hobbes:~$ python Python 2.7.1 (r271:86832, Dec 13 2010, 14:21:05) [GCC 4.2.1 (Apple Inc. build 5664)]

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
Well, on my Linux system, when I get that error, it happens when I do an update of numpy, but fail to rebuild mpl. Here is the order how I build things: numpy, scipy, matplotlib. I would imagine ipython goes last. That has been my order as well. How can I track down why the import of

Re: [Matplotlib-users] Ternary Plotting using Matplotlib

2010-09-15 Thread Uri Laserson
/matplotlib-users -- Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742 8019 laser...@mit.edu -- Start uncovering the many advantages of virtual

[Matplotlib-users] Radar chart with multiple scales?

2010-05-13 Thread Uri Laserson
Hi all, I noticed that the example for the radar chart has only a single scale. Is there a way to generate a radar plot where each axis has its own scale? Thanks! Uri -- Uri Laserson Graduate Student, Biomedical Engineering Harvard-MIT Division of Health Sciences and Technology M +1 917 742

Re: [Matplotlib-users] plotting from within ipython, and then go on in the shell calculations

2009-10-14 Thread Uri Laserson
Whenever I use matplotlib, I will perform something like the following in an ipython shell (no special flags): import matplotlib.pyplot as plt fig = plt.figure() do things, like adding axes to the figure and plotting fig.show()# this will cause the window to pop up, and give me back a

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-29 Thread Uri Laserson
],                     [self.x, self.y2]]) However, note that Mike's example has x-center at 0. -JJ On Mon, Sep 28, 2009 at 6:41 PM, Uri Laserson laser...@mit.edu wrote: Hi Mike, This is definitely on the right track.  Thanks a lot for writing it out.  When I change the view limits, indeed the width

[Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Uri Laserson
suggestions are welcome...thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1 917 742 8019 laser...@mit.edu -- Come

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Uri Laserson
would fail (though I'm still not exactly sure why, no doubt because of my own ignorance). Uri Mike Eric Firing wrote: Uri Laserson wrote: Is it possible to specify a path object that will use different transforms for different vertices? This is again related to plotting a box whose

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Uri Laserson
to update itself at draw time. Mike Uri Laserson wrote: On Mon, Sep 28, 2009 at 16:03, Michael Droettboom md...@stsci.edu wrote: If I understand correctly, the top and bottom of the box are in data coordinates, the x-center of the box is in data coordinates, only the width of the box

Re: [Matplotlib-users] Path object where different vertices use different transforms?

2009-09-28 Thread Uri Laserson
time now (albeit I don't have much computer visualization/graphics experience) and still have only a fuzzy idea of what order things are called in and what the overall strategy/structure of the system is like. Uri -JJ Uri Mike Eric Firing wrote: Uri Laserson wrote: Is it possible

[Matplotlib-users] Rectangles with position in data coords and width in axes coords

2009-09-25 Thread Uri Laserson
/points/etc? Any suggestions are welcome... Thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1 917 742 8019 laser...@mit.edu

[Matplotlib-users] twinx/twiny usage

2009-08-12 Thread Uri Laserson
assign the xaxis attribute of one axes to reference an Axis instance in a different axes object? Or would this make everything break? Thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1

Re: [Matplotlib-users] Building current SVN trunk on Mac OS X 10.5

2009-08-05 Thread Uri Laserson
. --Michiel. --- On Tue, 8/4/09, Uri Laserson laser...@mit.edu wrote: From: Uri Laserson laser...@mit.edu Subject: Re: [Matplotlib-users] Building current SVN trunk on Mac OS X 10.5 To: John Hunter jdh2...@gmail.com Cc: matplotlib-users@lists.sourceforge.net Date: Tuesday, August 4, 2009, 3:27

Re: [Matplotlib-users] Building current SVN trunk on Mac OS X 10.5

2009-08-04 Thread Uri Laserson
to proceed. Thanks! Uri On Thu, Jul 30, 2009 at 01:34, Uri Laserson laser...@mit.edu wrote: The first suggestion failed with the same error, while the same suggestion worked up through the last step (make installers) which fails with the same error. I decided to try Tommy's suggestion of just

[Matplotlib-users] advice on time-series of histograms

2009-08-04 Thread Uri Laserson
, and play with their relative sizes on the canvas to get the proper spacing of the timepoints. I have browsed the list of examples but was not able to find something similar. Any suggestions are welcome... Thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School

[Matplotlib-users] Building current SVN trunk on Mac OS X 10.5

2009-07-29 Thread Uri Laserson
/LnyDoYbfGd8tkbnxDCl7Zk+++TI/-Tmp-//ccHqlli7.out (No such file or directory) error: command 'g++' failed with exit status 1 -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1 917 742 8019 laser...@mit.edu

Re: [Matplotlib-users] Building current SVN trunk on Mac OS X 10.5

2009-07-29 Thread Uri Laserson
. This will build mpl the way we do when making a release: fetch the dependencies (zlip, png and freetype) and build them with the right flags, and then build mpl explcitly linking to these libs. JDH -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics

[Matplotlib-users] Creating new type of plot

2009-07-13 Thread Uri Laserson
of matplotlib. (And sorry if I am sounding critical of the package. I actually love it, and have been quite the MPL evangelist in my little section of Boston.) Any suggestions are welcome. Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute

[Matplotlib-users] zeros on log scatter plot

2009-01-27 Thread Uri Laserson
mark to the left/below)? Thanks in advance! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1 917 742 8019 laser...@mit.edu

[Matplotlib-users] tick line formatting

2008-08-26 Thread Uri Laserson
Hi, Is it possible to create tick marks that go outwards (i.e., point towards the label) rather than inwards? Thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics) Massachusetts Institute of Technology (Mathematics) phone +1 917 742 8019 [EMAIL

[Matplotlib-users] axis formatting

2008-08-26 Thread Uri Laserson
Hi, Is it possible to create plots that only have a single x-axis on the bottom and a single y-axis on the left, while suppressing an upper or right axis (i.e., have the graph be open)? Thanks! Uri -- Uri Laserson PhD Candidate, Biomedical Engineering Harvard Medical School (Genetics