The Python Oracle

"nticks" not being respected for xaxis in plotly scene

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Techno Intrigue Looping

--

Chapters
00:00 Question
00:50 Accepted answer (Score 0)
01:10 Thank you

--

Full question
https://stackoverflow.com/questions/6971...

Question links:
[image]: https://i.stack.imgur.com/PiVWO.png

Accepted answer links:
[here]: https://plotly.com/python/reference/scat.../

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #plotly #plotlypython #scatter3d

#avk47



ACCEPTED ANSWER

Score 0


Looking through the documentation for scatter3d traces here, nticks is the maximum number of a ticks for an axis, and the actual number of ticks is less than or equal to nticks.