You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have possibility to draw ticks on both side of the frame using TPad::SetTickx() method.
But it is not possible to do for color palette where ticks also drawn.
I propose to implement TPad::SetTickz() method and let draw ticks on both sides of palette - optionally of course.
Feature description
We have possibility to draw ticks on both side of the frame using
TPad::SetTickx()
method.But it is not possible to do for color palette where ticks also drawn.
I propose to implement
TPad::SetTickz()
method and let draw ticks on both sides of palette - optionally of course.Such option already implemented in JSROOT:
https://jsroot.gsi.de/dev/examples.htm#th2_tickz
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: