[Matplotlib-users] unable to create legend for vlines graph

2009-01-28 Thread Nitin Bhide
Hi, I am unable to create legend for vlines graph. I have modified the vline_demo.py to demonstrate the problem (see below) #!/usr/bin/env python from matplotlib.pyplot import * from numpy import sin, exp, absolute, pi, arange from num

[Matplotlib-users] figure legend overlapping with the axes title

2009-01-04 Thread Nitin Bhide
c='lower center'. In this case, figure legend overlapps the x-axis label. Am I missing some parameter ? How I can place the figure legend below the x-axis label ? Is there a way to place the figure legend below the axes title

[Matplotlib-users] unexpected keyword argument error while running legend_demo3.py

2008-12-03 Thread Nitin Bhide
Hi, I am getting following error while running the 'legend_demo3.py' from the examples. exec codeObject in __main__.__dict__ File "D:\nitinb\SoftwareSources\SVNPlot\legendtest.py", line 13, in ax1.legend(loc=1, ncol=3, shadow=True) File "F:\Python25\Lib\site-packages\matplotlib\axes.py"