Control point border thickness in ggplot

后端 未结 3 1724
花落未央
花落未央 2020-11-29 04:21

When using ggplot, I can set shape to 21-25 to get shapes that have independent setting for the internal (fill) and border (col) color

3条回答
  •  清歌不尽
    2020-11-29 04:42

    Another solution is to create the plot in R and then export it to a .svg file. The linewidth can then be changed using vector graphics editing software (e.g., Inkscape). This method is particularly useful when data points overlap.

提交回复
热议问题