You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to PGFPlots, but I did find that changing the \addplot+[...] to \addplot[...] (avoiding \addplot+ per the documentation) fixes the issue. Not sure if that's an easy fix in PGFPlots.jl, though.
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for filing this issue. I think you can just change the addplot+ commands in the function plotHelper(o::IO, p::Scatter) in src/PGFPlots.jl. If that does the trick for you, please file a PR and let's get it merged in!
I'm having an issue with the scatter classes field. Here's the example from the documentation:
This plots just fine; however, if the markers are filled in then the legend markers are filled in blue:
I'm very new to PGFPlots, but I did find that changing the
\addplot+[...]
to\addplot[...]
(avoiding\addplot+
per the documentation) fixes the issue. Not sure if that's an easy fix in PGFPlots.jl, though.Thanks!
The text was updated successfully, but these errors were encountered: