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
Thanks, this looks like a more general bug with line types in the Canvas graphics device!
For example, the code
plot(1:10, 1:10, type="l", lty=2)
should produce a dashed line, but instead produce a solid line.
georgestagg
changed the title
slight differences in plot with RStudio and WebR
Specifying line type in the webR Canvas graphics device does not work
Oct 6, 2023
Not sure if its discrependency is intended but i am seeing a very slight difference in the following code in RStudio vs webR
RStudio shows the lines as dashed and webR (using plot()) draws the line as solid.

The text was updated successfully, but these errors were encountered: