Re: [Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-20 Thread Lebostein
Thank You! -- View this message in context: http://www.nabble.com/legend%3A-axespad%2C-pad%2C-handlelen%2C-labelsep---without-effect-tp21087472p21109685.html Sent from the matplotlib - users mailing list archive at Nabble.com. ---

Re: [Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-19 Thread Jae-Joon Lee
John, I updated api_chages.rst (but you'd better check my english). I also made a few changes so that a warning is issued when deprecated parameters are used in rc file. I deleted deprecated parameters in lib/matplotlib/rcsetup.py and also from lib/matplotlib/mpl-data/matplotlib.conf.template. I d

Re: [Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-19 Thread John Hunter
On Fri, Dec 19, 2008 at 8:36 AM, Jae-Joon Lee wrote: > The legend class has been reimplemented recently and the name of some > keyword arguments (and their meaning) has been changed. Those > parameters you're using are deprecated ones. It is supposed to show > you some warnings if deprecated param

Re: [Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-19 Thread Jae-Joon Lee
The legend class has been reimplemented recently and the name of some keyword arguments (and their meaning) has been changed. Those parameters you're using are deprecated ones. It is supposed to show you some warnings if deprecated parameters are used, so what you see is a bug. I'll take a look. I

[Matplotlib-users] legend: axespad, pad, handlelen, labelsep - without effect

2008-12-19 Thread Lebostein
Hi, please open the legend_demo3: http://matplotlib.sourceforge.net/plot_directive/mpl_examples/pylab_examples/legend_demo3.py 1. add this line: pylab.rc('legend', axespad=0.0, pad=0.0, handlelen=0.0, labelsep=0.0) 2. add this line: pylab.rc('legend', axespad=10.0, pad=10.0, handlelen=10.0, lab