Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow static min and max via cfg #18

Merged
merged 1 commit into from
Oct 13, 2018
Merged

Allow static min and max via cfg #18

merged 1 commit into from
Oct 13, 2018

Conversation

snobu
Copy link
Contributor

@snobu snobu commented Oct 12, 2018

Sometimes auto-scale is just not what you want, you can now just say:

cfg['minimum'] = 0
cfg['maximum'] = 100

and the scale stays fixed. This is useful when you stream data to plot().

Sometimes auto-scale is just not what you want, you can now just say cfg['minimum'] = 0 and cfg['maximum'] = 100 and the scale stays fixed.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 81beeff on snobu:patch-1 into fe711d3 on kroitor:master.

@kroitor kroitor self-assigned this Oct 13, 2018
@kroitor kroitor merged commit 052c3e8 into kroitor:master Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants