question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

orca() does not support file paths

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
etpinardcommented, Jul 25, 2018

I think this has to do with the R wrapper.

Probably best to post on https://github.com/ropensci/plotly/issues/new

0reactions
ghtmttcommented, Dec 28, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found