[Matplotlib-users] Polar graph radial labels

2011-12-26 Thread Luke Jennings
Hello, I am plotting polar graphs for a university project, the data is confidential but I based the work on this example http://matplotlib.sourceforge.net/examples/pylab_examples/polar_demo.html and fortunately the same problem occurs with this. If you take that code and change the last four

[Matplotlib-users] Shrink figure to plot legend above

2011-12-26 Thread Thomas Goebel
Hi all, i have a lot of label entrys, which i want to put above the figure. My problem is, i use 2 yaxes so a simple axes([]) call isn`t working. Plotting graphs with only one x and y axes, using i.e. axes([0.1,0.1,0.9,0.8)] worked perfect. Printing the legends for the plots is working too, but