Skip to content
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

Change plotly_POST to api_create #52

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/plot-ly-for-collaboration.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1>
<section class="normal" id="section-">
<div id="plot.ly-for-collaboration" class="section level2 unnumbered">
<h2>plot.ly for collaboration</h2>
<p><a href="https://plot.ly/">plot.ly</a> subscribers can use the <code>plotly_POST()</code> function to publish plots from R onto plotly’s web platform. This platform makes it very easy to host/share your graphs, collaborate with others, and is free to use for public graphs.<a href="#fn1" class="footnote-ref" id="fnref1"><sup>1</sup></a> Once a plot is hosted on your account, others may copy/fork your graph to their account (with the right permissions) using a friendly user-interface. Here is a quick demonstration of that workflow from inside RStudio:</p>
<p><a href="https://plot.ly/">plot.ly</a> subscribers can use the <code>api_create()</code> (<code>plotly_POST()</code> is deprecated) function to publish plots from R onto plotly’s web platform. This platform makes it very easy to host/share your graphs, collaborate with others, and is free to use for public graphs.<a href="#fn1" class="footnote-ref" id="fnref1"><sup>1</sup></a> Once a plot is hosted on your account, others may copy/fork your graph to their account (with the right permissions) using a friendly user-interface. Here is a quick demonstration of that workflow from inside RStudio:</p>
<div class="rmdtip">
<p>
As long as you can view a plot hosted on <a href="http://plot.ly" class="uri">http://plot.ly</a>, you can bring the data behind with plot into R via the <code>get_figure()</code> function. This makes it easy to access and modify plots created with <em>any</em> plotly.js interface (e.g., Python, MATLAB, Julia, Scala, etc) from your R console.
Expand Down