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

Don't draw ticks on tick subplots when mirror:'all' #4140

Merged
merged 2 commits into from
Aug 21, 2019

Conversation

etpinard
Copy link
Contributor

fixes #4136

before: https://codepen.io/DaanyWaay/pen/ZEzpYWY
after: https://codepen.io/etpinard/pen/zYOoYJV

and see the mirror-all-vs-allticks image diff in cc19178

cc @plotly/plotly_js

... when mirror isn't 'allticks' as _linepositions gets
    filled in lsInner (in subroutines.js) when mirror is set
    to 'all' OR 'allticks'
@etpinard etpinard added bug something broken status: reviewable labels Aug 20, 2019
@archmoj
Copy link
Contributor

archmoj commented Aug 21, 2019

@etpinard thanks very much for the fix & test.
💃

@thchr
Copy link

thchr commented Jul 22, 2021

This seems to still be be broken on v2.2.1: https://codepen.io/thchr/pen/eYWGjQM ?
I.e., the tick marks are on both y-axes of the first subplot.

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

Successfully merging this pull request may close these issues.

mirror: "all" - all axis lines and ticks are mirrored
3 participants