-
I was wondering about 3d printing some graphs so blind people could "feel the data", but the text on plots (labels, axis text, title...) won't pass to the .stl file. So, this is my suggestion: is the…
-
If filename has .gif extension and gifski library, render_movie() should create a gif. Instead it creates .gif.mp4 file.
Example:
```
filename_movie = "out.gif"
#By default, the function pr…
-
Can we allow the use of a separate height variable (not the default colour value) when rendering ggplot2?
I am hoping to create a rayshader plot that uses a separate continuous variable to specify…
-
I think this is an rgl question really, but I'm interested in exporting hi-res images, larger than my screen.
Using rayshader::render_depth I get a screen-sized image and rgl.postscript (suggested …
-
Hi, if I run the rayshader examples published in https://www.rayshader.com regarding the volcano and mtcars data, I receive the following error msg for both examples:
**Error in makePSOCKcluster(…
-
Tyler, I am trying to 3d print a tiled elevation map, but when I pass the save_3dprint function, it clears the .rgl window (even though clear = FALSE) and saves a blank .stl file. Is it possible to do…
-
Hi, I would like to use rayshader to render some bathymetry data (all cells have negative values) but it seems that's is not well interpreted by the package
![image](https://user-images.githubusercon…
-
Amazing software and a true pleasure to use--thank you!
There was an XQuartz update on my Mac a few weeks ago. Ever since that update, I have been unable to use Rayshader. I am not sure if this is …
-
Hello,
First of all, thank you for creating this beautiful package mate. I am using the `plot_3d_vista` function to `3D` render a LiDAR point cloud ground surface data. So, I took the `X` and `Y` …
-
When I run this code it wont render. I tried reinstalling everything. Rayrender I reinstalled from install.packages. Everything else I installed from the github command.
```
> library(rayshader)…