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

Added Prepend/Extend Trace Methods for Scatter3D plots #425

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

DaltonBritton
Copy link

Description

This pull request introduces two new methods, PrependTraces3D and ExtendTraces3D, to enhance the functionality of Scatter3D plots. These methods allow users to efficiently add data points to existing traces at the beginning or end of the trace array, respectively.

Motivation

Currently, Scatter3D plots lack native support for appending or prepending data to existing traces without reconstructing the entire trace array. These new methods address this limitation by providing efficient ways to update trace data, improving the usability and performance of Scatter3D plots.

Changes Made

Added PrependTraces3D method(as well as variations) to insert data points at the beginning of a trace.
Added ExtendTraces3D method(as well as variations) to append data points to the end of a trace.
Updated documentation and created Scatter Chart 3D page

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.

None yet

2 participants