-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Notebook improvements #2220
Notebook improvements #2220
Conversation
"* 0D: BoxWhisker, Spikes, Distribution, \n", | ||
"* 1D: Scatter, Curve, ErrorBars, Spread, Bars, BoxWhisker\n", | ||
"* 2D: Points, HeatMap, Bars, BoxWhisker, Bivariate\n", | ||
"* 3D: Scatter3D, Trisurface, VectorField, BoxWhisker, Bars\n", |
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.
Should now be TriSurface
.
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.
Good catch.
Looks good, other than updating the spelling to |
@@ -244,15 +244,15 @@ | |||
"metadata": {}, | |||
"outputs": [], | |||
"source": [ | |||
"%%opts Overlay [show_legend=False height=400 width=600] ErrorBars (line_width=5) Scatter(alpha=0.2 size=6)\n", | |||
"%%opts Overlay [show_legend=False height=400 width=600] ErrorBars (line_width=5) Scatter [jitter=0.2] (alpha=0.2 size=6)\n", |
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.
Just checking that jitter
complains if it is used without categorical axes (it should)....
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.
Opened an issue here: #2236
@jlstevens Ready to merge. |
54c4488
to
3382bf4
Compare
Looks good. Merging! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Various notebook improvements: