[Matplotlib-users] Gridspy dashboard - Web based Matplotlib

2009-11-05 Thread Tom Leys
Hi. I would like to introduce my usage of Matplotlib... " Gridspy provides you with an interactive view of resource usage in your building. It gives you hard data on your consumption patterns and helps you to make informed decisions. ... The Gridspy allows you to access and monitor your consump

[Matplotlib-users] Error due to unusual font file

2009-11-05 Thread Alan Jackson
Trying to get a colleague to start using python, he ran into trouble, getting an error exit whenever he tried to fire up ipython -pylab After much searching, he figured it out... it appears that a small patch may be in order. Here is his note : > I found it: I have a font installed in my personal

[Matplotlib-users] add_axes in inches

2009-11-05 Thread Thomas Robitaille
Hi, Is there an easy way to add axes to a figure, but specify the 'rect' in real rather than relative units? For example, something like: fig.add_axes([0.5,0.5,3.,3.], inches=True) This would guarantee that for example if I want to increase the canvas size to add more subplots, I don't have