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

feat: scatter plot implementation (WIP) #213

Merged
merged 26 commits into from
Nov 14, 2023
Merged

feat: scatter plot implementation (WIP) #213

merged 26 commits into from
Nov 14, 2023

Conversation

mgreminger
Copy link
Owner

Work in progress, this comment defines required new types and updates the parser definition.

Work in progress, this comment defines required new types and updates the parser definition.
Also, update types needed for scatter plot and parser rule for scatter plot query statement
Also, update scatter query types to include only necessary fields
Next, need to handle CombinedExpressionScatter to collect scatter results during second evaluation pass
The combine_plot_results function still needs to be updated to work with scatter plot
…plots

Scatter plot code now functional. Need to implement scatter plot style for the Plotly plots.
Adding "as lines" plots ueses lines for scatter plot using the syntax (x,y) as lines=
Add tests for all scatter plot error paths and fix some scatter plot error issues
Visual test makes sure function and identical scatter line plot look the same
Slice already makes a shallow copy, the spread was unnecessary. Shouldn't change functionality
Also, update plotting tutorials for scatter plot features
@mgreminger mgreminger merged commit b21f4c8 into main Nov 14, 2023
2 checks passed
@mgreminger mgreminger deleted the scatter-plot branch November 14, 2023 05:20
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

Successfully merging this pull request may close these issues.

1 participant