orca
orca copied to clipboard
Command line application for generating static images of interactive plotly charts
Hi, I am trying to get .png plot files created from plotly and get the error in the attached images. I get this error in electron: The plot image inside...
Hi, I'am unable to write images using the docker image of orca. To reproduce the problem: ``` import time import plotly.io as pio import plotly.graph_objects as go plotly.io.orca.ensure_server() time.sleep(30) fig...
 `> sessionInfo() R version 3.6.2 (2019-12-12) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18363) Matrix products: default locale: [1] LC_COLLATE=Chinese (Simplified)_China.936 [2] LC_CTYPE=Chinese (Simplified)_China.936 [3] LC_MONETARY=Chinese (Simplified)_China.936...
On a fresh installation of Mac OS Fresh Sierra, when opening Orca, the following silently fails because folder `/usr/local/bin` does not exist: https://github.com/plotly/orca/blob/14de6f55838c0570dd455222ebd78e9f69c404d4/bin/orca_electron.js#L31
To help debug failed requests, we should try to provide helpful error messages to users. Console errors come to mind. Related to https://github.com/plotly/streambed/issues/14225
 Cannot install by using conda install -c plotly plotly-orca due to connection error...
Cannot convert go.Figure to a static imagine. The example used is coming from: https://plot.ly/python/orca-management/#config Cannot replicate what shows on this website. Error message: The image request was rejected by the...
Hi, I found I can save the 2d scene to image but could not do it on 3d, could you help me on this? i.e. it works fine on ```...
Hi, We are several users using orca on the same system and we have to erase the orca-build folder in /tmp everytime a new user wants to run orca. This...
Because Electron was bump from v1 to v6, let's make sure that the standalone binaries can be installed without any issues: - [x] Linux (tested AppImage off `master` on Ubuntu...