orca
orca copied to clipboard
Command line application for generating static images of interactive plotly charts
In my program I pass a pandas dataframes to a `multiprocessing.Pool` of workers. Each worker then creates a plotly figure and stores it on disk via `fig.write_image("img_name")`. If I use...
Downloading https://github.com/plotly/orca/releases/download/v1.3.1/orca-1.3.1.AppImage, and running it with the switch `--help`, it fails over SSH with no X11 forwarding. $ ./orca-1.3.1.AppImage --help (orca:27700): Gtk-WARNING **: 11:22:23.027: cannot open display: As the help...
The name clash with [GNOME screen reader Orca](https://wiki.gnome.org/Projects/Orca) caused confusion for one of our users today, and it looks like other people reported it too. Could Plotly check, if the...
I create a chart in plotly, then attempt to export it to an image specifying a full file path, but get an unhandled JavaScript error. Is this supported - or...
Hello, Trying to use orca on Rstudio 1.3.959 (windows 10, R-4.0.0) after the simple command : ``` p
I was unable to download windows-release.zip in chrome, then when I successfully downloaded the file in another browser I got an error "The archive is either in unknown format or...
When I used `orca.run`, the call back wasn't called. After checking the orca codes, I found the problem: electron app had been called 'ready' before `orca.run`, so orca.run call back...
The following code used to work when I tried to export plotly graph in pdf format. Now it stops working... Was there a update or anything that I'm not aware...
I have been using orca to export .svg images of charts generated in Google Colab via Plotly to my Google Drive. This worked perfectly until late last week, when I...
Hi, I'm using Plotly Python on Ubuntu. I have a long-running job with many processes using [Ray](https://github.com/ray-project/ray), which we can think of as a scheduler that launches new Python processes...