We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I opened an issue in GR, but this is possibly due to how Plots treats line widths.
jheinen/GR.jl#147 (comment)
The text was updated successfully, but these errors were encountered:
See also #1416. You can use linecolor = invisible() as a workaround.
linecolor = invisible()
Sorry, something went wrong.
Or probably linealpha = 0 is also sufficient.
linealpha = 0
But i think we could include this workaround in the gr backend code.
Neither linecolor = invisible() nor linealpha = 0 work for me when saving to PDF. What am I supposed to do instead?
No branches or pull requests
I opened an issue in GR, but this is possibly due to how Plots treats line widths.
jheinen/GR.jl#147 (comment)
The text was updated successfully, but these errors were encountered: