eliocamp / ggnewscale

Multiple Fill, Color and Other Scales in `ggplot2`
https://eliocamp.github.io/ggnewscale/
GNU General Public License v3.0
398 stars 18 forks source link

Expand to more scales? #22

Closed mattansb closed 4 years ago

mattansb commented 4 years ago

Are there any plans to expand the pkg to support more scale types? E.g. more than on linetype scale, size, shape, etc...

eliocamp commented 4 years ago

Perhaps I didn't explain it enought, but with new_scale() you can (in principle) add any scale you want. new_scale("linetype"), for example, allows you to have multiple linetype scales. Since it's not the main aim of the package, I didn't test it thoroughly, but it should work!

mattansb commented 4 years ago

Oh that's great! Thanks!

eliocamp commented 4 years ago

Excellent. I modified the README a bit to better explain how it works.