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

Fix annotations getting drawn under markers in pgfplotsx backend #3957

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Conversation

chwons
Copy link
Contributor

@chwons chwons commented Nov 26, 2021

When adding annotations to a scatter plot, the annotations get drawn under the markers.
I added the option clip mode = individual to fix this.

annotation

@codecov
Copy link

codecov bot commented Nov 27, 2021

Codecov Report

Merging #3957 (018783b) into master (c94cf18) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3957      +/-   ##
==========================================
+ Coverage   62.45%   62.49%   +0.04%     
==========================================
  Files          29       29              
  Lines        7223     7223              
==========================================
+ Hits         4511     4514       +3     
+ Misses       2712     2709       -3     
Impacted Files Coverage Δ
src/backends/pgfplotsx.jl 60.18% <ø> (ø)
src/args.jl 71.71% <0.00%> (-0.31%) ⬇️
src/backends/gr.jl 88.40% <0.00%> (+0.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5838182...018783b. Read the comment docs.

@BeastyBlacksmith BeastyBlacksmith merged commit 06bc99e into JuliaPlots:master Nov 29, 2021
@BeastyBlacksmith
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants