Outside tick marker gap
See original GitHub issueUnless I turn on the axis lines, there appears to be a 1px gap between the outside
tick markers and the gridlines. This is problematic in cases like bar charts with the zero line activated but not the axis lines.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Change the spacing of tick marks on the axis of a plot?
Is there a way to control how many decimal places R uses for numerical tick labels. I just tried labels=c(0.0,0.5,1.0,1.5,2.0) but in the...
Read more >Ticks in Matplotlib
Tip-Top Tick Tips and Tricks. Well formatted axis ticks elevate a plot from serviceable to professional, but unfortunately it's one of the toughest...
Read more >Is there an option to change the space/distance between tick ...
The most convenient way I found is to wrap Plot (without FrameLabels and PlotLabel and with appropriate ImagePadding and ImageMargins ) ...
Read more >Formatting ticks in Python - Plotly
Detailed examples of Formatting Ticks including changing color, size, log axes, and more in Python.
Read more >Customizing Ticks | Python Data Science Handbook
This section will give several examples of adjusting the tick locations and formatting for the particular plot type you're interested in. Before we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Let me revise: I think when there are visible gridlines that are clearly continuations of the tick, it looks awkward too
Looking through old branches. Branch
https://github.com/plotly/plotly.js/compare/no-tick-pad-if-no-axis-line
made an attempt at the fix, so I won’t delete it.