-
I notice in the docs the voronoi mesh is clipped to the frame. Is there a way to clip it or mask it to a e.g. a US state border or county border? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You can do it in SVG, but there’s not a built-in way to do this with Plot currently. See #1109. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the pointer. Because I don't know how to incorporate the workflow from #1109 I ended up writing some js to post-process the plots.
Which works for my needs. Is there a way to set a class or id attribute on a plot? |
Beta Was this translation helpful? Give feedback.
-
saner version of the above js
|
Beta Was this translation helpful? Give feedback.
Thanks for the pointer. Because I don't know how to incorporate the workflow from #1109 I ended up writing some js to post-process the plots.
Which works for my needs.
Is there a way to set a class or id attribute on a plot?