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

ScatterPlot: Add OffsetX and OffsetY #1164

Closed
swharden opened this issue Jul 24, 2021 · 0 comments · Fixed by #1213
Closed

ScatterPlot: Add OffsetX and OffsetY #1164

swharden opened this issue Jul 24, 2021 · 0 comments · Fixed by #1213

Comments

@swharden
Copy link
Member

Feature description: Scatter plots should have X and Y offsets to allow "shifting" display of the data without requiring modification of the values in the arrays

Code example:

var sp = plt.AddScatter(xs, ys);
sp.OffsetX = 123;
sp.OffsetY = 456;

This idea was raised in #1002 and implemented in #1111 (not yet merged)

@swharden swharden changed the title Add OffsetX and OffsetY fields to ScatterPlot ScatterPlot: Add OffsetX and OffsetY Aug 5, 2021
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 a pull request may close this issue.

1 participant