ggfan icon indicating copy to clipboard operation
ggfan copied to clipboard

Fan plots for plotting distributions in ggplot2

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

Hi there, just wondering if this package is still being maintained? It has disappeared from CRAN but it is still useful to my work.

The rstan package is finally doing the right thing and not listing the ggplot2 package in the Depends field of its DESCRIPTION, but this has had the unfortunate minor side...

By looking at the code it looks like one should be able to do: ```r ggplot(fake_df) + geom_fan(aes(x=x,y=y,alpha=..Interval..)) ``` But I'm getting the error `Error: $ operator is invalid for...

Investigate option for discrete legend for few quantiles.

Add tests for final images based on vdiffr, as used in ggplot2