Re: [Matplotlib-users] Developing with IPython

2008-04-28 Thread Angus McMorland
2008/4/28 G Jones <[EMAIL PROTECTED]>: > Hello, > I appologize for a slightly off topic post, but I'm sure someone here > knows the answer. You're probably right, and people are pretty happy to answer things here in general. You're more likely to get traction for this question on the IPython mai

[Matplotlib-users] Developing with IPython

2008-04-28 Thread G Jones
Hello, I appologize for a slightly off topic post, but I'm sure someone here knows the answer. I like the idea of developing code interactively with IPython, but I cannot get past one hurdle. I would like to write my code in a module that I then import and instantiate classes or call functions from

Re: [Matplotlib-users] Strange Plotting Behavior When Extremely Zoomed

2008-04-28 Thread Sunzen Wang
Hi Stephen, On Mon, Apr 28, 2008 at 1:57 PM, Stephen George <[EMAIL PROTECTED]> wrote: > Hi Sunzen, > > I also get similar results as you. - always have Thank you for your trying. > > 'extremely zoomed' means I pick a corner of your staircase, and zoom in > on the corner multiple times, each time

Re: [Matplotlib-users] Postscript problem

2008-04-28 Thread Johann Cohen-Tanugi
yes it does! -lz now shows up and the pstest runs fine. Any idea what is failing wrt pkgconfig? thanks, Johann John Hunter wrote: > On Mon, Apr 28, 2008 at 3:55 PM, Johann Cohen-Tanugi > <[EMAIL PROTECTED]> wrote: > >> Hi Michael, >> >> ok, here it is attached. For completion, from the matplo

Re: [Matplotlib-users] Postscript problem

2008-04-28 Thread John Hunter
On Mon, Apr 28, 2008 at 3:55 PM, Johann Cohen-Tanugi <[EMAIL PROTECTED]> wrote: > Hi Michael, > > ok, here it is attached. For completion, from the matplotlib directory, I > issued : > [EMAIL PROTECTED] matplotlib]$ \rm -rf build > [EMAIL PROTECTED] matplotlib]$ python setup.py build > build.log

Re: [Matplotlib-users] Postscript problem

2008-04-28 Thread Michael Droettboom
Arthur M. Greene wrote: > The replies have been helpful, but I'm still trying to figure out where > the problem lies, but I have noticed that matplotlib-0.90.1 apparently > doesn't use ttconv. That is correct. ttconv is a tool to convert and subset Truetype fonts to Postscript fonts for embedd

Re: [Matplotlib-users] Postscript problem

2008-04-28 Thread Michael Droettboom
Johann Cohen-Tanugi wrote: > After browsing the web a little, it seems that the matplotlib build of > ft2font2 is missing the linking of libz.so : if I add it to the command > line > [EMAIL PROTECTED] matplotlib]$ g++ -pthread -shared > build/temp.linux-i686-2.5/src/ft2font.o > build/temp.linux

Re: [Matplotlib-users] Hexagonal binning plot

2008-04-28 Thread Eric Firing
Michiel de Hoon wrote: > Thanks! > I uploaded a demo on sourceforge: > > http://sourceforge.net/tracker/index.php?func=detail&aid=1952339&group_id=80706&atid=560722 Michiel, I have committed a modification of the demo, and also made some tweaks in hexbin itself. Manuel Metz also made some cha

[Matplotlib-users] Using System Fonts on Mac OS X?

2008-04-28 Thread Nicholas Matsakis
Cay anyone can provide some guidance on using system-installed fonts on Mac OS X? I'm using the PDF backend in matplotlib 0.91.2 on 10.5 (leopard)'s native python 2.5 installed with easy_install. Things seem to be working well and with matplotlib.font_manager.OSXInstalledFonts() I can see that

Re: [Matplotlib-users] In Windows, how to rename matplotlibrc to .matplotlibrc?

2008-04-28 Thread John Hunter
On Mon, Apr 28, 2008 at 7:41 AM, Dick Moores <[EMAIL PROTECTED]> wrote: > Win XP Pro > > I'm trying to get Matplotlib set up, and I've followed the suggestion > to move matplotlibrc to C:\Documents and Settings\Riley. But it seems > I also need to rename it to .matplotlibrc . Explorer won't let

[Matplotlib-users] In Windows, how to rename matplotlibrc to .matplotlibrc?

2008-04-28 Thread Dick Moores
Win XP Pro I'm trying to get Matplotlib set up, and I've followed the suggestion to move matplotlibrc to C:\Documents and Settings\Riley. But it seems I also need to rename it to .matplotlibrc . Explorer won't let me. So how to do this? Thanks, Dick Moores -- UliPad <>: http://code.google.com/

Re: [Matplotlib-users] Postscript problem

2008-04-28 Thread Johann Cohen-Tanugi
After browsing the web a little, it seems that the matplotlib build of ft2font2 is missing the linking of libz.so : if I add it to the command line [EMAIL PROTECTED] matplotlib]$ g++ -pthread -shared build/temp.linux-i686-2.5/src/ft2font.o build/temp.linux-i686-2.5/src/mplutils.o build/temp.li

Re: [Matplotlib-users] matlab style grouped bar charts

2008-04-28 Thread John Hunter
On Mon, Apr 28, 2008 at 4:44 AM, Robin <[EMAIL PROTECTED]> wrote: > I'm still curious to know if theres any convenience functions to do > this type of bar plotting. Also I've come to rely on the 'stacked' > option of MATLAB's bar command - is it possible to get that effect in > matplotlib? >

Re: [Matplotlib-users] matlab style grouped bar charts

2008-04-28 Thread Robin
On Mon, Apr 21, 2008 at 5:09 PM, Robin <[EMAIL PROTECTED]> wrote: > Hi, > > Is there anything like the matlab bar function implemented which > automatically plots groups of bars? Ie bar(x,y) where x.shape = (m,) > and y.shape =(m,n) or similar... > In Matlab this would draw M groups of N vertic

Re: [Matplotlib-users] Hexagonal binning plot

2008-04-28 Thread Eric Firing
Michiel, That looks very nice. I committed it to the trunk as svn 5084. Thank you! Please provide a simple demo script suitable for inclusion in the examples subdirectory, and I will commit that also. I think it would be nice to have two subplots, one with a linear color scale, the other wit