Re: [Matplotlib-users] pdf backend always uses solid_joinstyle="miter"

2009-03-11 Thread Jörgen Stenarson
Jouni K. Seppänen skrev: > Jörgen Stenarson writes: > >> I have been unable to get the pdf backend to respect the settings for >> solid_joinstyle properly. > > Fixed on the trunk; the test case is examples/api/joinstyle.py. Thanks > for your report! > Thanks for the quick fix. It works fine fo

Re: [Matplotlib-users] pdf backend always uses solid_joinstyle="miter"

2009-03-10 Thread Jouni K . Seppänen
Jörgen Stenarson writes: > I have been unable to get the pdf backend to respect the settings for > solid_joinstyle properly. Fixed on the trunk; the test case is examples/api/joinstyle.py. Thanks for your report! -- Jouni K. Seppänen http://www.iki.fi/jks ---

[Matplotlib-users] pdf backend always uses solid_joinstyle="miter"

2009-03-10 Thread Jörgen Stenarson
Hi, I have been unable to get the pdf backend to respect the settings for solid_joinstyle properly. When doing a plot using the default matplotlibrc I get rounded joins when saving as png but mitered when using pdf. I have also tried to set the joinstyle="round" directly in the plot command wi