Skip to content

[DEVELOPMENT] Ticks and ticklabels #5

@marnec

Description

@marnec

Brief explanation
Add the possibility to draw ticks and ticklabels at an arbitrary frequency along an axis

Details
The Frame draws the 3d axes and their grids. Add the possibility to annotate an axis with ticks and relative labels. The ticks should be drawn at constant intervals with a certain frequency. The frequency has a default value and methods/params to be set by the user. Grid cell size should adjust accordingly to tick frequency so that ticks and grids are always in sync

Ticks frequency defautl value should be in some way proportional to the range of data in the axis

Notes
Ticks are Frame's responsibility but are also based on data when not specified, they should be drawn by default and then updated when a plot is added. This means that Frame should visit a new plot method that returns the range by the axis

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions