I'm using matplotlib 0.91.2 from ubuntu hardy 8.04 When I saved a plot in a pdf format the legend is not properly drawn. I attached the figure to demonstrate the problem. The legend box(?) is smaller than the legend label.
I used the following code to draw this test plot.
from pylab import *
x = []; y = []
figure(figsize=(2,2))
Angle = '0.0'
plot(x,y,label='0.0deg'); axis([0,1,0,1]); legend()
savefig('test.pdf')
Any comment?
--
Yong-Duk Jin
<<attachment: test.jpg>>
------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
