ggalt icon indicating copy to clipboard operation
ggalt copied to clipboard

:earth_americas: Extra Coordinate Systems, Geoms, Statistical Transformations & Scales for 'ggplot2'

Results 59 ggalt issues
Sort by recently updated
recently updated
newest added

This behaviour is not really clear from the documentation. It would help to have this information added. (or change the underlying Stat to first arrange by x value.) Example (partly...

I have just started using geom_xsplines, I like it very much. However, I could not find a way to change the spline from solid to dashed or dotted (as in...

enhancement

Hi! I'm trying to run a toy example with `geom_horizon()`, influenced by the example in the readme and [this FlowingData post](https://flowingdata.com/2015/07/02/changing-price-of-food-items-and-horizon-graphs/). I'm trying to visualize price change for food in...

The plot viewer crash occurs on my computer, and on Rstudio cloud, due to some interaction with `geom_xspline()` I don't know if this is a ggalt issue or a ggsave...

This is an attempt to update CoordProj to the current ggplot2 Coord extension API (#62 ). I don't know if it's correct, but at least the examples do run. ```...

I have used coord_proj() without an issue until today when I found that I get the following error. `Error in zero_range(from) : x must be length 1 or 2` It...

bug

Hello, I have tried to find guidance on what s_shape is actually doing in geom_encircle() it is used in a number of the examples but not (as far as I...

Some miscellaneous functionality [here](https://gist.github.com/bbolker/5ba6a37d64b06a176e320b2b696b6733) for - scientific notation with superscripts (i.e. 10^3, 10^4, etc.) - latitude/longitude scales These could be further improved by - allowing for a LaTeX (intended for...

I have developed a new stat for `ggplot2` allowing to compute proportions according to a specified denominator. For example, it allows to compute and to display column proportion on a...

In order to get a similar result as the base graphics `xspline` function, the base proto class has to be a path and not a line. In most cases there...