Hi, I am having troubles in downloading the 3D sctatter plot that I created in R in .pdf or .svg. Can some one please suggest how can I download the plot in R in pdf or svg format. I have tried orca : library(orca)
orca(fig, file =“3D Comparison of AAS Method.svg”) but this doesn’t work. additionally I tried downloading (kaleido). install.packages(‘reticulate’)
reticulate::install_miniconda()
reticulate::conda_install(‘r-reticulate’, ‘python-kaleido’)
reticulate::conda_install(‘r-reticulate’, ‘plotly’, channel = ‘plotly’)
reticulate::use_miniconda(‘r-reticulate’)
and ran this line : print(“The 3D plot has been created and saved as ‘3d_comparison_plot.pdf’.”) still does not work
1 Like
Did you find a solution? I am using r 4.4.2 and I cannot install kaleido in this version, but I followed the lines of save_image, the same you wrote in your post. Still not working