Can't layer an existing trace on top of itself
See original GitHub issuehttp://codepen.io/cpsievert/pen/zoNBMV
Possibly related to #1083. I also tried pushing traces to gd.data and calling Plotly.redraw(gd)
with the same problem, so I think the issue needs to be resolved there.
PS. this is quite important for the R packages’ newest stuff
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
FIX YOUR TRACE TOOL!! - Esri Community
Try the Editor Options and set the option to use Classic Snapping. Then open the Classic Snapping Window that will be available from...
Read more >Need help! I wanted to trace the outline of this ship for ... - Reddit
I wanted to trace the outline of this ship for a project but i accidentally drew on the layer with the image so...
Read more >How to TRACE a PHOTO on PROCREATE #Shorts - YouTube
In this short video I will show you how you can trace a photo in ... opacity of the photo layer ✓ Make...
Read more >Work with error features—ArcGIS Pro | Documentation
Expand the Trace Network layer in the Contents pane. · Right-click the Point Errors or Line Errors sublayer. · Click Attribute table to...
Read more >layer as trace - Graphisoft Community
1 - Go to the STORY (from the PROJECT MAP) that has the layer(s) you want to use for a trace. 2 -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh and I should mention @cpsievert both this issue and #1083 will be fixed in
1.20.3
set to be released in the next few hours.@cpsievert I believe a mere flat extend suffice here as @dfcreative 's patch in https://github.com/plotly/plotly.js/pull/1136
JSON.parse
+JSON.striginify
makes a deep copy which is safer but also very slow.