Search

Items tagged with: ggplot


The media in this post is not displayed to visitors. To view it, please go to the original post.

Convert from beziers to line segments in pure #RStats.

Here's the tiger, once with false colour, once with real colours. Plotted with #ggplot geom_polygon()

Feeling pretty good for a bit of lazy #WeekendCoding


The media in this post is not displayed to visitors. To view it, please go to the original post.

#ggplot raw svg data

Stroke is coloured by the shape index within the SVG.

#RStats


The media in this post is not displayed to visitors. To view it, please go to the original post.

Reconsidering shape of the returned data to make use with #ggplot easier.

#RStats







If you set limits for a scale (e.g. x-axis) in ggplot, how would you like data outside of that range be handled? There is the oob parameter for that and a set of functions to use with it: scales.r-lib.org/reference/oob… #rstats #ggplot #dataviz