thomasp85 / ggforce

Accelerating ggplot2
https://ggforce.data-imaginist.com
Other
917 stars 105 forks source link

Stop ordering of shapes from being changed by `arcPaths`. #225

Closed dmurdoch closed 2 years ago

dmurdoch commented 3 years ago

This adds a function make_unique() to be used instead of base::make.unique() so the ordering of the elements is not changed by arcPaths. Fixes issue #224.

thomasp85 commented 2 years ago

Thank you!