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
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
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"