Skip to content

Plots using an integer axis produces float labels #1076

Closed
@gdementen

Description

@gdementen

For example,

arr = ndtest('year=2010..2012')
arr.plot()

produces a plot from 2010.0 to 2012.0 in steps of 0.25, which looks really silly. Remarkably, the plot produced via the editor GUI (via Ctrl-P) does not suffer from that problem, so its code could probably be used for inspiration.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions