Plotly Orca implements the orca
feature for Plotly for Rust
The orca
feature enables Plot
conversion to the following output formats: png, jpeg, webp, svg, pdf and eps.
To use plotly_orca
which is used by the orca
feature for plotly
, first you need to install the
Orca command line utility.
Download the appropriate binary of Orca for your system from here.
Copy the orca-
bash
sudo ln -s /home/<user_name>/apps/orca-<version>-x86_64.AppImage /usr/bin/plotly_orca
Note, it's important that the symbolic link is named exactly as shown above. The name of the link is not orca
as there
already exists an executable on RHEL 8 and Centos 8 with that name.
TODO
TODO