ggnewscale icon indicating copy to clipboard operation
ggnewscale copied to clipboard

Multiple Fill, Color and Other Scales in `ggplot2`

Results 6 ggnewscale issues
Sort by recently updated
recently updated
newest added

Hello. I ran into a problem with using multiple `new_scale_fill`. It doesn't seems to work for me when I used more than two. Please see the example belows. ```set.seed(445) plot_data

From #48 > A possible fix is to change the function to: new_scale("alpha", "some.name") instead of only adding the _new (or leaving it as the default behavior) and then using...

Hello, I am trying to create a gradient colour map with two scales using the following code but the second colour would not be displayed on the map: setwd("~/Desktop/Master/Data visualization/Data...

Maybe I am misunderstanding the expected behavior of the argument `show.legend` in `"ggplot2"` > Should this layer be included in the legends? NA, the default, includes if any aesthetics are...

Hello @eliocamp, Thanks a lot for the great tool. I am running into a problem when I try to call `guide_colourbar` together with `new_scale_fill()`. I am not sure if the...

invalid
reprex-needed

Hi @eliocamp, Many thanks for your time and effort to develop `ggnewscale`! Unfortunately, I'm currently having some issues with the correct coloring of my legend when plotting multiple legends for...