question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for optional Y-axis anchoring of lower and/or upper bounds (as opposed to full graph auto-scaling)

See original GitHub issue

Currently the Y-axis lower-bound and upper-bound fluctuate constantly as the graph auto-scales itself every time it is updated. This is great for certain use cases.

Other use cases would benefit from static lower bound (e.g. leave the lower bound anchored in zero or some other value) and/or upper-bound - where it is important to visually spot the “big picture” rather than smaller variations.

For example, anchoring only lower-bound to zero would be great for a Humidifier or Temperature type use case, where minor variations of a fraction of a degree are not relevant, but one would normally like to spot bigger-picture trends - so it’s important to leave the lower bound constant in zero, but the upper bound can be auto-scaled

Other user cases may benefit from anchoring both lower and upper bound, for example router throughput, where throughput is limited to a known upper bound set by the ISP/DSL/Cablemodem subscription speed. So in this case one would use e.g. 0Mbps for the lower bound and 25Mbps for the upper bound.

Ideally, either ‘auto’ or a specific lower bound would apply on a per-entity basis (if different y-axis scales are support, which I believe is not the case now)

Usage examples


lower_bound: auto  # (default) 

lower_bound: 0

Currently I think only a single Y-axis scale is supported for all graphed entities, so lower_bound and upper_bound would be ‘global’ card configuration options. If in the future independent Y-axis scales are supported, then lower_bound/upper_bound would be best configured withing each entity

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
arigitcommented, Feb 9, 2019

Magic 😃 Thanks!! Can’t wait to test this out. Will try to compile the package. Will report back

0reactions
kalkihcommented, Feb 13, 2019

Now available in the latest release, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

NIS-Elements AR (Advanced Research) User's Guide (Ver.4.50)
Capture always creates a new document If checked, every acquisition creates a new image. Use last LUTs on image open When a new...
Read more >
WrightTools Documentation
WrightTools loads, processes, and plots multidimensional spectroscopy data. “Multidimensional spectroscopy” (MDS) is a family of diverse ...
Read more >
NIS-Elements - Manual
Displays a help screen with the description of switches (basically this page). -c “Command” The application runs the specified macro Command ...
Read more >
DataS/week1-MultilabelClassification.ipynb at master - GitHub
In this assignment you will learn how to predict tags for posts from StackOverflow. To solve this task you will use multilabel classification...
Read more >
NIS-Elements AR - Research at the UCR SOM
The Bio Analysis module measures and analyses time-lapse and multipoint ND images (Z-stack data sets are not supported). Note. This module requires a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found