-
Notifications
You must be signed in to change notification settings - Fork 321
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
Smart color scale #1253
Smart color scale #1253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! shall the notebook about plotting be updated with an example?
qcodes/dataset/plotting.py
Outdated
@@ -58,8 +60,10 @@ def plot_by_id(run_id: int, | |||
with standard SI units will be rescaled so that, for example, | |||
'0.00000005' tick label on 'V' axis are transformed to '50' on 'nV' | |||
axis ('n' is 'nano') | |||
smart_colorscale: if True, the colorscale of heatmap plots will be | |||
automatically adjusted to compensate for outliers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would write Disregard outliers
Codecov Report
@@ Coverage Diff @@
## master #1253 +/- ##
==========================================
- Coverage 70.61% 70.51% -0.11%
==========================================
Files 73 74 +1
Lines 8072 8092 +20
==========================================
+ Hits 5700 5706 +6
- Misses 2372 2386 +14 |
Merge: 3a2a214 4fbbb2d Author: Dominik Vogel <[email protected]> Merge pull request #1253 from Dominik-Vogel/smart_color_scale
See qdev-dk/qdev-wrappers#135
including
plot_by_id
here.