I'm trying to plot 100k points in a scatter plot. I couldn't distinguish between the points as the line width around the points is too big. Is there any way to remove this line or decrease the width of the line?
plot(x=A,
y=C,
Geom.point,
Theme(panel_fill=color("black"),
default_point_size=2pt,
default_color=color("red")));