-
Notifications
You must be signed in to change notification settings - Fork 50
add standalone orca doc #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
r/2020-01-20-static-image-export.Rmd
Outdated
packageVersion('plotly') | ||
``` | ||
|
||
### Export R Graphs As Static Images Using `orca()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll want to add some of the extra information here about how orca runs locally, doesn't require any kind of network access, and the various file formats that you can target like jpg, svg, png, pdf, eps etc,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also we'll need the warning from the other page about the limitations of vector vs raster
r/2020-01-20-static-image-export.Rmd
Outdated
html_document: | ||
keep_md: true | ||
page_type: u-guide | ||
permalink: r/image-export-orca/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one should actually get the /r/static-image-export/
permalink and the other page should get a new one like /r/chart-studio-image-export/
Co-Authored-By: Nicolas Kruchten <nicolas@plot.ly>
I have updated this PR with info about file formats and a note about network access. |
r/2020-01-20-static-image-export.Rmd
Outdated
```{r, echo = FALSE, message=FALSE} | ||
knitr::opts_chunk$set(message = FALSE, warning=FALSE) | ||
``` | ||
### New to Plotly? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's remove this "new to plotly" section here so we don't forget it in the other PR
💃 |
The purpose of this PR is to add a standalone doc about exporting charts as static images to the
plotly fundamentals
section of the R graphing libraries docs.