question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Outside tick marker gap

See original GitHub issue

Unless 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.

See https://codepen.io/nicolaskruchten/pen/ajoreY

image

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
nicolaskruchtencommented, Dec 11, 2018

Let me revise: I think when there are visible gridlines that are clearly continuations of the tick, it looks awkward too

0reactions
etpinardcommented, Mar 13, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found