Hello, I am plotting a kernel density, and the right-end of the plot is hard to see, especially when shared on the web with reduced resolution. I am using this command
q=Gadfly.plot(U, x=U.x, y=U.density, Geom.point, Theme(default_color=“dark red”, point_size=10pt , background_color=color(“white”),g
rid_color=color(“white”)))
Here is the plot
There are 2 peaks on the right, actually. Is there a way to make them more visible, without giving the false impression there are more points there?
Thanks