-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
[BUG] Grid covering axes #4202
Comments
dd0
added a commit
to dd0/Plots.jl
that referenced
this issue
Jun 18, 2024
Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue JuliaPlots#4202 for GR.
dd0
added a commit
to dd0/Plots.jl
that referenced
this issue
Jun 18, 2024
Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue JuliaPlots#4202 for GR.
dd0
added a commit
to dd0/Plots.jl
that referenced
this issue
Jun 18, 2024
Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue JuliaPlots#4202 for GR.
dd0
added a commit
to dd0/Plots.jl
that referenced
this issue
Jul 12, 2024
Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue JuliaPlots#4202 for GR.
BeastyBlacksmith
pushed a commit
that referenced
this issue
Jul 13, 2024
Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue #4202 for GR.
BeastyBlacksmith
pushed a commit
that referenced
this issue
Jul 13, 2024
* GR: Draw all gridlines before axis Separates grid drawing from the remainder of gr_draw_axis, so that all gridlines are drawn below the axis. Previously, y-axis gridlines were drawn after the x-axis and could overlap it. Fixes issue #4202 for GR. * Added qualified PlotsBase names missing from v1 port
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
on pgfplotsx():
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: 1.29.0
Backend version (
]st -m <backend(s)>
): GR 0.64.2, PGFPlotsX 1.5.0Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: