Ulrike Grömping
Ulrike Grömping
It's `demo(use_Cairo)` in the package.
Not sure, might be spurious, from an unclosed device, and thus not a problem of this package. Best, Ulrike
I believe that a file called `blacksquare0.png` was created from an (erroneously) open device while running the code for creating the `blackcircle1.png` ... files (and possibly, while `img.name` was not...
I see! I observe that appending does not happen for the same `img.name`, only if the `img.name` is different with the same `htmlfile`. This is something I would not want...
Thanks for the pointer!
I used Firefox 58.0 (using js stuff with RStudio often gives me problems, so I usually switch the viewer off). The color in `lines3d` works for me, the line width...
In terms of colors, things now work work for me. The `lwd` option for `lines3d` still does not have any effect. A repeated call to `lines3d` works by opening a...
Yes, indeed most of it also works for me! The `lines3d` did not work because of a simple mistake on my end (forgot to change `s`). The need to reset...
Nice, the colors now work for me. `lwd` still has no effect whatsoever (R 3.4.1 and Firefox).
Hi Brian, you can always extract the results from your object and create a plot without the built-in plot method. The code below gives an example how that can be...