Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add options to include shapes and
newshape
in legends #6653New 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
add options to include shapes and
newshape
in legends #6653Changes from 5 commits
6545353
786d9e6
2d7d3da
332a0dd
8a0f60a
f0c6b72
d3004c1
51a28f9
0fa6914
4728e86
2f1f812
3511eb4
8e181cc
6c0ab2e
7870720
ef0fe6f
2e77fc7
58b1cb1
3168078
6343338
7bf5029
948fd02
e5a600d
5b02b62
b35add8
6111aba
5c0168c
15986b8
759dbb4
9123425
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we say something about unranked or equal rank items? I presume traces according to their order in
data
, then shapes according to their order inlayout.shapes
?Also I don't see
shapes[].legendrank
used in a test image to intersperse shapes and traces, orshapes[].legend
to put shapes on multiple legends, can we add those?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call.
Addressed in 2e77fc7, 58b1cb1 and 3168078.