Skip to content

Commit f31e744

Browse files
author
Ioannis Giagkiozis
committed
version update
1 parent e9a85fb commit f31e744

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/getting_started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ <h1 class="menu-title">Plotly.rs Book</h1>
155155
<h1><a class="header" href="#getting-started" id="getting-started">Getting Started</a></h1>
156156
<p>To start using <code>Plotly.rs</code> in your project add the following to your <code>Cargo.toml</code>:</p>
157157
<pre><code class="language-toml">[dependencies]
158-
plotly = &quot;0.5.0&quot;
158+
plotly = &quot;0.5.1&quot;
159159
</code></pre>
160160
<p>To add the ability to save plots in the following formats: png, jpeg, webp, svg, pdf and eps, you can use the <code>kaleido</code> feature. This feature depends on <a href="https://github.com/plotly/Kaleido">plotly/Kaleido</a>; a cross-platform library for generating static images. All the necessary binaries have been included with <code>plotly_kaleido</code> for <code>linux</code>, <code>windows</code> and <code>macos</code>. Previous versions of <code>Plotly.rs</code> used the <code>orca</code> feature; however this has been deprecated as it provided the same functionality but required additional installation steps. To enable the <code>kaleido</code> feature add the following to your <code>Cargo.toml</code> instead: </p>
161161
<pre><code class="language-toml">[dependencies]
162-
plotly = { version = &quot;0.5.0&quot;, features = [&quot;kaleido&quot;] }
162+
plotly = { version = &quot;0.5.1&quot;, features = [&quot;kaleido&quot;] }
163163
</code></pre>
164164
<p>Plotly Kaleido is an open source project </p>
165165
<p><code>Plotly.rs</code> has three main components: </p>

content/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ <h2><a class="header" href="#license" id="license">License</a></h2>
165165
<h1><a class="header" href="#getting-started" id="getting-started">Getting Started</a></h1>
166166
<p>To start using <code>Plotly.rs</code> in your project add the following to your <code>Cargo.toml</code>:</p>
167167
<pre><code class="language-toml">[dependencies]
168-
plotly = &quot;0.5.0&quot;
168+
plotly = &quot;0.5.1&quot;
169169
</code></pre>
170170
<p>To add the ability to save plots in the following formats: png, jpeg, webp, svg, pdf and eps, you can use the <code>kaleido</code> feature. This feature depends on <a href="https://github.com/plotly/Kaleido">plotly/Kaleido</a>; a cross-platform library for generating static images. All the necessary binaries have been included with <code>plotly_kaleido</code> for <code>linux</code>, <code>windows</code> and <code>macos</code>. Previous versions of <code>Plotly.rs</code> used the <code>orca</code> feature; however this has been deprecated as it provided the same functionality but required additional installation steps. To enable the <code>kaleido</code> feature add the following to your <code>Cargo.toml</code> instead: </p>
171171
<pre><code class="language-toml">[dependencies]
172-
plotly = { version = &quot;0.5.0&quot;, features = [&quot;kaleido&quot;] }
172+
plotly = { version = &quot;0.5.1&quot;, features = [&quot;kaleido&quot;] }
173173
</code></pre>
174174
<p>Plotly Kaleido is an open source project </p>
175175
<p><code>Plotly.rs</code> has three main components: </p>

content/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)