stripes in the colorbar

Hi,
I used the colorbar with the imshow for a while for a while, but now when I
produce a pdf of svg, light stripes appear in the colorbar. When I try to
modify the file with inkscape, I see that the stroke color is unset. Is this a
bug, a feature, or my backend that produces the file. And how can I get rid of
that?

Regards, Stefan

Hi,

the same happens with "regular" colorbars, too. Me, too, I didn't
always have this issue but I can't tell when exactly it was
introduced. Looks more like a bug than a feature to me---at least on
screen the result looks ugly.

Best regards,
Daniel

2011/1/12 <warmbau@...273...>:

···

Hi,
I used the colorbar with the imshow for a while for a while, but now when I
produce a pdf of svg, light stripes appear in the colorbar. When I try to
modify the file with inkscape, I see that the stroke color is unset. Is this a
bug, a feature, or my backend that produces the file. And how can I get rid of
that?

Regards, Stefan

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

--
Zugallistr. 11/14
5020 Salzburg
M_at +43 699 10 54 54 53
T_at +43 662 841635
M_de +49 179 2300317
E danielstefanmader@...982...

I wonder if this is related to recent reports about white-lines in pcolor output?

Does this happen irrespectively of the backend?

Ben Root

···

On Wed, Jan 12, 2011 at 2:28 AM, Daniel Mader <danielstefanmader@…982…> wrote:

Hi,

the same happens with “regular” colorbars, too. Me, too, I didn’t

always have this issue but I can’t tell when exactly it was

introduced. Looks more like a bug than a feature to me—at least on

screen the result looks ugly.

Best regards,

Daniel

2011/1/12 <warmbau@…273…>:

Hi,

I used the colorbar with the imshow for a while for a while, but now when I

produce a pdf of svg, light stripes appear in the colorbar. When I try to

modify the file with inkscape, I see that the stroke color is unset. Is this a

bug, a feature, or my backend that produces the file. And how can I get rid of

that?

Regards, Stefan

    Hi,

    the same happens with "regular" colorbars, too. Me, too, I didn't
    always have this issue but I can't tell when exactly it was
    introduced. Looks more like a bug than a feature to me---at least on
    screen the result looks ugly.

    Best regards,
    Daniel

    2011/1/12 <warmbau@...273... <mailto:warmbau@…273…>>:
     > Hi,
     > I used the colorbar with the imshow for a while for a while, but
    now when I
     > produce a pdf of svg, light stripes appear in the colorbar. When
    I try to
     > modify the file with inkscape, I see that the stroke color is
    unset. Is this a
     > bug, a feature, or my backend that produces the file. And how can
    I get rid of
     > that?

Whether stroke color is set or unset is neither a bug nor a feature, it is a compromise.

Try experimenting with the antialiasing setting.

     >
     > Regards, Stefan
     >

I wonder if this is related to recent reports about white-lines in
pcolor output?

Does this happen irrespectively of the backend?

There have always been problems along these lines, because no combination of edgewidth, stroking on or off, and antialiasing on or off works without artifacts on all backends and for all values of alpha.

I would be delighted if someone could figure out a nice, clean, universal solution for this problem.

Eric

···

On 01/12/2011 06:58 AM, Benjamin Root wrote:

On Wed, Jan 12, 2011 at 2:28 AM, Daniel Mader > <danielstefanmader@...982... > <mailto:danielstefanmader@…982…>> wrote:

Ben Root