Skip to content

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

Merged
merged 6 commits into from
Jan 29, 2020
Merged

add standalone orca doc #16

merged 6 commits into from
Jan 29, 2020

Conversation

jdamiba
Copy link
Contributor

@jdamiba jdamiba commented Jan 20, 2020

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.

packageVersion('plotly')
```

### Export R Graphs As Static Images Using `orca()`
Copy link
Contributor

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,

Copy link
Contributor

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

html_document:
keep_md: true
page_type: u-guide
permalink: r/image-export-orca/
Copy link
Contributor

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/

Joseph Damiba and others added 2 commits January 20, 2020 15:31
Co-Authored-By: Nicolas Kruchten <nicolas@plot.ly>
@jdamiba
Copy link
Contributor Author

jdamiba commented Jan 20, 2020

I have updated this PR with info about file formats and a note about network access.

```{r, echo = FALSE, message=FALSE}
knitr::opts_chunk$set(message = FALSE, warning=FALSE)
```
### New to Plotly?
Copy link
Contributor

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

@nicolaskruchten
Copy link
Contributor

💃

@jdamiba jdamiba merged commit 9815686 into master Jan 29, 2020
@jdamiba jdamiba deleted the add-orca-doc branch January 29, 2020 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants