orca() does not support file paths
See original GitHub issueI’m trying to export a static image in R using orca(), but it ignores the file path and just exports it to the current location of the script that I’m running.
For example, if I run orca(image, "/images/plot1.png")
from a script located in /code/script.R
, it saves it to /code/plot1.png
instead of where I specified.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
orca() does not support file paths · Issue #1310 - GitHub
I work around it by creating a tmpdir, changing into it, running orca, changing back the directory, moving the file, and removing the...
Read more >Plotly missing orca - python - Stack Overflow
I try to change the orca directory but it is still not working. Anyone who knows what is wrong? My code: import plotly.graph_objects...
Read more >Solving common issues — ORCA tutorials 5.0 documentation
Assigning PATH variables . A quite common initial source of error when trying to run ORCA is that your PATH variables are...
Read more >Python Orca error - Plotly Community Forum
When i am using plotly.to_image it give me error. It is mainly because of the connection error to orca. I dont know how...
Read more >Trouble exporting figures from plotly using orca | Physics Forums
You are likely missing some dependency like a window executable program that Is called by orca to do some work. ... so I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this has to do with the R wrapper.
Probably best to post on https://github.com/ropensci/plotly/issues/new
ouch! sorry!! was super super sure call plotly’s orca…
is that any future chance to have it shipped together with plotly (so installation with pip)?
Thanks and sorry again for the noise