-
Notifications
You must be signed in to change notification settings - Fork 45
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
Chart package: dot plots #469
Comments
The following text by Flannery and @schanzer is repeated here from Curriculum issue bootstrapworld/curriculum#2205 as it better belongs here: Here's what they look like / how we teach about them in CODAP: Added spec from Emmanuel: We should add a dot-plot-series type, with fields for labels and color. If the data is categorical, the labels should be processed in the order they are given. If the data is quantitative, the min and max values should define a standard x-axis. For each location on the axis (or each label), the number of matching values should be represented as solid circles of whatever color was specified. Resizing the chart window should stretch the axes, but not deform the circles into ellipses. |
…he dot-chart option set brownplt#469 chart.arr: Added dot-chart-from-list() dot-chart-test.arr added
(I plan to add to this PR a dot chart that accepts numerical (as opposed to categorical) input values, after ironing out details about the input arg signature) |
…tches the corresponding histogram brownplt#469
…e +ve brownplt#469 - use ranges for labels instead of midpt - use test from curriculum animals dataset
…Stack y-columns if x's colliding w each other (because of resizing) brownplt#469
…rdered. No frequencies brownplt#469 Also, no distinction for non-binned charts. Every chart responds to resizing
…of the previous dots (because input is not guaranteed to be sorted) brownplt#469
@ds26gte and I completed this in November |
CODAP has really driven home the value of dot plots. Would be amazing to have someone tackle this.
The text was updated successfully, but these errors were encountered: