[Matplotlib-users] NavigationToolbar2QT change height

2011-08-10 Thread RICHARD Georges-Emmanuel
First of all congratulation for the release 1.1.0 of matplotlib it's a wonderfull. since the version 0.90 I started to use it, I keep enjoy it everyday. I work with PyQT4 and PySide. I try to modify the height of the NavigationToolbar2QT, but no matter I use "resize" the Qt4 method nothing happ

Re: [Matplotlib-users] Polygon radar plot instead of circular?

2011-08-10 Thread Tony Yu
On Wed, Aug 10, 2011 at 1:36 PM, Jay Wineinger wrote: > Hi everyone, > > I'm trying to construct a radar plot for 5 variables. I've found the > example code (radar_chart.py) for doing this with matplotlib but I'm having > trouble adjusting one aspect of the rendering. That sample file produces >

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Marc Magrans de Abril
Hi Ben, I will try to do it. Once it is done I let you know. Cheers, marc On Wed, Aug 10, 2011 at 7:41 PM, Benjamin Root wrote: > > > On Wed, Aug 10, 2011 at 12:32 PM, Marc Magrans de Abril > wrote: >> >> Dear colleagues, >> >> I'm trying to display an histogram with logarithmic bins using the

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Benjamin Root
On Wed, Aug 10, 2011 at 12:32 PM, Marc Magrans de Abril < marcmagransdeab...@gmail.com> wrote: > Dear colleagues, > > I'm trying to display an histogram with logarithmic bins using the > logarithmic scale in the x-axis. When I execute the attached python > script it crashes giving a "Bus Error" me

[Matplotlib-users] Polygon radar plot instead of circular?

2011-08-10 Thread Jay Wineinger
Hi everyone, I'm trying to construct a radar plot for 5 variables. I've found the example code (radar_chart.py) for doing this with matplotlib but I'm having trouble adjusting one aspect of the rendering. That sample file produces radar plots with circular frames and ticks (see http://wineinger

[Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Marc Magrans de Abril
Dear colleagues, I'm trying to display an histogram with logarithmic bins using the logarithmic scale in the x-axis. When I execute the attached python script it crashes giving a "Bus Error" message (see also the attached core dump). If I remove the line "plt.xscale('log')" the script goes up to

[Matplotlib-users] Ubuntu server package PPA python-matplotlib-nox ?

2011-08-10 Thread Jeff Kowalczyk
Does anyone maintain a PPA with a python-matplotlib-nox suitable for Ubuntu 11.04 amd64 server i.e. built without X or GUI libraries? On a fresh Ubuntu server install, python-numpy has relatively few dependencies, but python-matplotlib pulls in everything the full GUI needs. $ sudo aptitude insta