plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
293 stars 40 forks source link

Orca issue vectorised output #328

Closed ferhat00 closed 4 years ago

ferhat00 commented 4 years ago

I have an issue with a plotly boxplot created, and using Orca to output to pdf. The pdf needs to be fully vectorised so someone else can use it. Currently the fonts come out as black boxes when someone uses that pdf in DTP software such as Adobe InDesign.

See below: image

Are there any parameters I am using wrong? Are there additional arguments I should use to ensure the output is fully vectorised? Or is Plotly/Orca combination wrong to use?

ferhat00 commented 4 years ago

I fixed the problem using the more_args = "--enable-webgl" argument for the orca function.