Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 213 Bytes

ggplot-tricks.md

File metadata and controls

11 lines (5 loc) · 213 Bytes

ggplot tricks

Using more than 6 shapes

Use scale_shape_manual(values=1:25) will use 25 shapes.

Using units for axes

For instance, we want to use 150 M then we can use unit_format(unit ="M")