We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add_axis
add_mark
With this improvement, we can do
fig.add_axis(ax_x, ax_y, ax_z);
At the moment, we can only add one axis or one mark at a time.
The text was updated successfully, but these errors were encountered:
I like the new api to insert with initializer lists
vec.insert(vec.end(), { ax_x, ax_y, ax.z });
I wonder if we should have a type of observed sequence with STL-style API.
Sorry, something went wrong.
No branches or pull requests
With this improvement, we can do
At the moment, we can only add one axis or one mark at a time.
The text was updated successfully, but these errors were encountered: