orca
orca copied to clipboard
Command line application for generating static images of interactive plotly charts
I have this image, with about 1.5 million points and three coordinates to plot on a scatterplotgl (x, y, color). However either with `image.write_image('file.jpg')` and with `orca.CMD graph image.json -o...
`orca --help` gives following error message `/usr/lib/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory` According to documentation we need to install...
Using orca (in R) the server cannot create nested output folder `server$export(qplot(1:10), "/tmp/subdir/test3.pdf")` gives ` cannot open file '/tmp/subdir/test3.pdf': No such file or directory` whereas `orca(p, "/tmp/subdir/plot3.pdf")` creates the recursive...
Hi everyone! I have a question about format localization settings. I create a plotly graph with date-format X axis. In RStudio viewer window months on X axis are signed in...
Ubuntu 16.04 - technically a "headless" system, but it does run a lightdm / unity-greeter on display :0. It just doesn't have a monitor attached. I ssh into it. orca...
The code below worked fine two weeks ago. Meanwhile I've seen some Plotly updates via conda. Anyway, now the saved image is empty - it only has a color bar,...
ValueError: The image request was rejected by the orca conversion utility with the following error: 525: plotly.js error Mine was caused due to my machine not being able to access...
Hi! I am trying to export my heatmaply plot as pdf, but I keep running into the same problem. I have installed orca through command-line in conda (as in the...
code: https://github.com/FlorinAndrei/c19 (clone this repo) world.py and usa.py are exported directly from world.ipynb and usa.ipynb. The Jupyter notebooks are the "source of truth". On macOS and Windows I can run...
The following program gives an error "PermissionError: [WinError 5] Access is denied" on Windows 10 running Python 3.7.2 & 3.7.7. It looks like the orca executable cannot be accessed. Interestingly,...