You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2338 did a great job that helps chosing shapes (pch).
Yet, we still have to see vignette to find full name list of shapes.
I'd suggest exporting pch_table, which is currently inside the translate_shape_string.
#2338 did a great job that helps chosing shapes (pch).
Yet, we still have to see vignette to find full name list of shapes.
I'd suggest exporting
pch_table
, which is currently inside thetranslate_shape_string
.ggplot2/R/geom-point.r
Line 145 in 2b03e47
Also, I'd suggest
pch_table
to have a unique class, and implementautoplot
method to draw the plot below byautoplot(pch_table)
(from #2075 (comment))
If my suggestion sounds nice, I'd be happy to work on a PR.
The text was updated successfully, but these errors were encountered: