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

Scatter charts in chart builder #48

Closed
aschonfeld opened this issue Dec 29, 2019 · 2 comments
Closed

Scatter charts in chart builder #48

aschonfeld opened this issue Dec 29, 2019 · 2 comments

Comments

@aschonfeld
Copy link
Collaborator

If a user selects a numeric (int/float) column for the x-axis & y-axis then you should have the ability to select "Scatter" as a chart type. This will be limited to 15,000 points or else the client will crash.

You should also be able to group by a column, but in this case the user will be presented with scatters for each group since it is impossible to display them all in one scatter chart.

@drlima
Copy link

drlima commented Dec 29, 2019

@aschonfeld, it could also be useful to be able to add color bars for date or value ranges.
Here's a matplotlib example from PyMC3.

image

aschonfeld pushed a commit that referenced this issue Dec 31, 2019
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
aschonfeld pushed a commit that referenced this issue Dec 31, 2019
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
@aschonfeld aschonfeld mentioned this issue Jan 2, 2020
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
aschonfeld pushed a commit that referenced this issue Jan 2, 2020
- [#47](#47): selection of multiple columns for y-axis
- updated histogram bin selection to be an input box for full customization
- better display of timestamps in axis ticks for charts
- sorting of bar charts by y-axis
- [#48](#48): scatter charts in chart builder
- "nunique" added to list of aggregations
- turned on "threaded=True" for app.run to avoid hanging popups
- [#45](#45): rolling computations as aggregations
- Y-Axis editor
@aschonfeld
Copy link
Collaborator Author

fixed in v1.6.6

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

No branches or pull requests

2 participants