psyplot / psy-simple

psy-simple: The psyplot plugin for simple visualizations
https://psyplot.github.io/psy-simple
1 stars 3 forks source link

NEW FEATURE: use a slice for bounds formatoption #26

Open Chilipp opened 3 years ago

Chilipp commented 3 years ago

Summary

Currently you cannot easily define pass a range to the bounds or levels formatoption. There should be a possibility to specify something like bounds=slice(0, 1, 0.1) or bounds=slice(None, 1, 0.1).

Reason

The user does not have to specify the bounds manually.

Examples

see also