Conversation
Co-authored-by: Alex Johnson <alex@plot.ly>
There was a problem hiding this comment.
@alexshoe Follow-up, could you add one texttemplate which uses a 'simple' variable and one which uses a 'derived' variable to this mock?
|
@alexshoe This is looking really good. 🎉 I left some minor comments on the implementation (mostly style and readability) and also noticed some issues with the Jasmine tests. Could you do a pass through all the Jasmine tests and make sure they make sense, are testing the right things, etc. I also realized there's a pretty good chance that |
|
@emilykl Thanks for the comments! I tested Meanwhile, I also modified the code to display labels for non-path shapes since it previously didn't work well with multi-axis references. Also added labels to the image test to confirm that it works. |
|
@alexshoe Thanks to @camdecoster 's work in #7577 , we now have the Good news that raw values work as expected! |
|
Woohoo! Awesome work — excited to see this go live! |
|
🥳 🥳 🥳 Congrats @alexshoe ! 🎉 💃 🪩 |
Description:
Extends
xrefandyrefto accept arrays, allowing shapes to span multiple subplots with each vertex anchored to a different axis. See #7151 for more information.Example:
Progress:
xrefandyrefto allow array values