-
-
Notifications
You must be signed in to change notification settings - Fork 114
Histogram options #713
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
Histogram options #713
Conversation
f9fb978 to
5897ff6
Compare
5897ff6 to
8c7f873
Compare
| <HistogramInfoVertical> | ||
| {_('Note: in vertical orientation, X values are used for bins and Y values for weights.')} | ||
| {_( | ||
| 'Note: in vertical orientation, X values are used for bins and Y values for weights. You can configure the binning function in the ' |
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.
wordsmithing ... :) "... X values are used for binning. If Y values are provided, they are used as inputs to the histogram function which you can configure in the Traces panel. If Y values are omitted, the histogram function defaults to Count."
Also please rename "binning function" to "histogram function" in the Traces panel.
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.
Also: please move the "histogram function" outside of the "binning" section, right below normalization.
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.
Done
8c7f873 to
2a6d2ce
Compare
|
can you move the histogram function too plz ? when that's done, 💃 |
2a6d2ce to
f75c013
Compare
|
Hmmm I think the updated packages are a step too far here... I have to use Note also that even with node 10 I can't get |
|
OK I got it to run with a more recent 8.x |
closes #599