orca icon indicating copy to clipboard operation
orca copied to clipboard

Command line application for generating static images of interactive plotly charts

Results 109 orca issues
Sort by recently updated
recently updated
newest added

We are using plotly to generate plots of particles in space as scatter plots (using the Scatter3d functions). When saving the figure to .eps file using `fig.write_image("name.eps")` we receive this...

I tried to use the orca() function in the plotly package, but after installing the command line utility of orca using the following command: --------- > conda create -n my_root...

I am trying to export scatter3d plot using orca under xvfb. 2D scatter plots are exported correctly. The error occurs only for 3d scatter plots. I will appreciate any help....

Hey, The README says: ``` Method 2: npm If you have Node.js installed (recommended v8.x), you can easily install Orca using npm as: ``` When installing nodejs v8 I get:...

I have a notebook that uses orca to save images. I run it in a bash script that activates all the necessary environments. When running from the command line, it...

type: installation issue

I had to use plotly's graphs for publications and some of them contained TeX-based text. Plotly's graph font options and TeX font options were always mismatching and thicker in strokes,...

library(plotly) p % add_surface() orca(p, "surface-plot.png") Would you please can a user control the spinner, ie spinner = FALSE, in the background function of orca

Because EPS does not support semi-transparency, it seems like `poppler` will rasterize graphics if they have semi-transparent elements (ie. elements with opacity ]0,1[). The way to fix this is to...

type: bug

Hi, Thanks, I use the R plotly library. Here is an example: ``` ex % layout(xaxis = list(title = 'Region', tickangle = 270, zeroline = FALSE, categoryorder = "array", categoryarray...

type: bug