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

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 vertical

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? Here

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

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=detailaid=1952339group_id=80706atid=560722 Michiel, I have committed a modification of the demo, and also made some tweaks in hexbin itself. Manuel Metz also made some changes

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

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

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 The

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 matplotlib

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 no

[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

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 mailing