Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving to PNG adds lines back when linewidth=0 #1733

Open
joshday opened this issue Sep 8, 2018 · 4 comments
Open

Saving to PNG adds lines back when linewidth=0 #1733

joshday opened this issue Sep 8, 2018 · 4 comments
Labels

Comments

@joshday
Copy link
Contributor

joshday commented Sep 8, 2018

I opened an issue in GR, but this is possibly due to how Plots treats line widths.

jheinen/GR.jl#147 (comment)

@daschw
Copy link
Member

daschw commented Sep 9, 2018

See also #1416. You can use linecolor = invisible() as a workaround.

@daschw daschw closed this as completed Sep 9, 2018
@daschw daschw reopened this Sep 9, 2018
@daschw
Copy link
Member

daschw commented Sep 9, 2018

Or probably linealpha = 0 is also sufficient.

@daschw
Copy link
Member

daschw commented Sep 9, 2018

But i think we could include this workaround in the gr backend code.

@giancarloantonucci
Copy link

Neither linecolor = invisible() nor linealpha = 0 work for me when saving to PDF. What am I supposed to do instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants