Skip to content

Commit e94ae02

Browse files
update book for release refs/tags/0.13.5
1 parent 75c4cba commit e94ae02

File tree

8 files changed

+29
-31
lines changed

8 files changed

+29
-31
lines changed

content/fundamentals/shapes.html

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

content/fundamentals/static_image_export.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ <h2 id="basic-usage"><a class="header" href="#basic-usage">Basic Usage</a></h2>
235235
<h3 id="simple-export"><a class="header" href="#simple-export">Simple Export</a></h3>
236236
<pre><pre class="playground"><code class="language-rust"><span class="boring">#![allow(unused)]
237237
</span><span class="boring">fn main() {
238-
</span>use plotly::{Plot, Scatter};
239-
use plotly::plotly_static::ImageFormat;
238+
</span>use plotly::{Plot, Scatter, ImageFormat};
240239

241240
let mut plot = Plot::new();
242241
plot.add_trace(Scatter::new(vec![1, 2, 3], vec![4, 5, 6]));

content/print.html

Lines changed: 14 additions & 15 deletions
Large diffs are not rendered by default.

content/recipes/basic_charts/line_charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ <h2 id="setting-lower-or-upper-bounds-on-axis"><a class="header" href="#setting-
622622
<span class="boring">}</span></code></pre></pre>
623623
<div id="set_lower_or_upper_bound_on_axis" class="plotly-graph-div" style="height:100%; width:100%;"></div>
624624
<script type="text/javascript">
625-
Plotly.newPlot("set_lower_or_upper_bound_on_axis", {"data":[{"type":"scatter","name":"versicolor","mode":"markers","x":[3.2,3.2,3.1,2.3,2.8,2.8,3.3,2.4,2.9,2.7,2.0,3.0,2.2,2.9,2.9,3.1,3.0,2.7,2.2,2.5,3.2,2.8,2.5,2.8,2.9,3.0,2.8,3.0,2.9,2.6,2.4,2.4,2.7,2.7,3.0,3.4,3.1,2.3,3.0,2.5,2.6,3.0,2.6,2.3,2.7,3.0,2.9,2.9,2.5,2.8],"y":[7.0,6.4,6.9,5.5,6.5,5.7,6.3,4.9,6.6,5.2,5.0,5.9,6.0,6.1,5.6,6.7,5.6,5.8,6.2,5.6,5.9,6.1,6.3,6.1,6.4,6.6,6.8,6.7,6.0,5.7,5.5,5.5,5.8,6.0,5.4,6.0,6.7,6.3,5.6,5.5,5.5,6.1,5.8,5.0,5.6,5.7,5.7,6.2,5.1,5.7],"xaxis":"x1","yaxis":"y1"},{"type":"scatter","name":"virginica","mode":"markers","x":[3.3,2.7,3.0,2.9,3.0,3.0,2.5,2.9,2.5,3.6,3.2,2.7,3.0,2.5,2.8,3.2,3.0,3.8,2.6,2.2,3.2,2.8,2.8,2.7,3.3,3.2,2.8,3.0,2.8,3.0,2.8,3.8,2.8,2.8,2.6,3.0,3.4,3.1,3.0,3.1,3.1,3.1,2.7,3.2,3.3,3.0,2.5,3.0,3.4,3.0],"y":[6.3,5.8,7.1,6.3,6.5,7.6,4.9,7.3,6.7,7.2,6.5,6.4,6.8,5.7,5.8,6.4,6.5,7.7,7.7,6.0,6.9,5.6,7.7,6.3,6.7,7.2,6.2,6.1,6.4,7.2,7.4,7.9,6.4,6.3,6.1,7.7,6.3,6.4,6.0,6.9,6.7,6.9,5.8,6.8,6.7,6.7,6.3,6.5,6.2,5.9],"xaxis":"x2","yaxis":"y2"},{"type":"scatter","name":"setosa","mode":"markers","x":[3.5,3.0,3.2,3.1,3.6,3.9,3.4,3.4,2.9,3.1,3.7,3.4,3.0,3.0,4.0,4.4,3.9,3.5,3.8,3.8,3.4,3.7,3.6,3.3,3.4,3.0,3.4,3.5,3.4,3.2,3.1,3.4,4.1,4.2,3.1,3.2,3.5,3.6,3.0,3.4,3.5,2.3,3.2,3.5,3.8,3.0,3.8,3.2,3.7,3.3],"y":[5.1,4.9,4.7,4.6,5.0,5.4,4.6,5.0,4.4,4.9,5.4,4.8,4.8,4.3,5.8,5.7,5.4,5.1,5.7,5.1,5.4,5.1,4.6,5.1,4.8,5.0,5.0,5.2,5.2,4.7,4.8,5.4,5.2,5.5,4.9,5.0,5.5,4.9,4.4,5.1,5.0,4.5,4.4,5.0,5.1,4.8,5.1,4.6,5.3,5.0],"xaxis":"x3","yaxis":"y3"}],"layout":{"title":{"text":"Iris Dataset - Subplots by Species"},"grid":{"rows":1,"columns":3,"pattern":"independent"},"xaxis":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis":{"title":{"text":"sepal_length"},"range":[3.0,null]},"xaxis2":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis2":{"title":{"text":"sepal_length"},"range":[3.0,null]},"xaxis3":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis3":{"title":{"text":"sepal_length"},"range":[3.0,null]}},"config":{},"frames":null});
625+
Plotly.newPlot("set_lower_or_upper_bound_on_axis", {"data":[{"type":"scatter","name":"versicolor","mode":"markers","x":[3.2,3.2,3.1,2.3,2.8,2.8,3.3,2.4,2.9,2.7,2.0,3.0,2.2,2.9,2.9,3.1,3.0,2.7,2.2,2.5,3.2,2.8,2.5,2.8,2.9,3.0,2.8,3.0,2.9,2.6,2.4,2.4,2.7,2.7,3.0,3.4,3.1,2.3,3.0,2.5,2.6,3.0,2.6,2.3,2.7,3.0,2.9,2.9,2.5,2.8],"y":[7.0,6.4,6.9,5.5,6.5,5.7,6.3,4.9,6.6,5.2,5.0,5.9,6.0,6.1,5.6,6.7,5.6,5.8,6.2,5.6,5.9,6.1,6.3,6.1,6.4,6.6,6.8,6.7,6.0,5.7,5.5,5.5,5.8,6.0,5.4,6.0,6.7,6.3,5.6,5.5,5.5,6.1,5.8,5.0,5.6,5.7,5.7,6.2,5.1,5.7],"xaxis":"x1","yaxis":"y1"},{"type":"scatter","name":"setosa","mode":"markers","x":[3.5,3.0,3.2,3.1,3.6,3.9,3.4,3.4,2.9,3.1,3.7,3.4,3.0,3.0,4.0,4.4,3.9,3.5,3.8,3.8,3.4,3.7,3.6,3.3,3.4,3.0,3.4,3.5,3.4,3.2,3.1,3.4,4.1,4.2,3.1,3.2,3.5,3.6,3.0,3.4,3.5,2.3,3.2,3.5,3.8,3.0,3.8,3.2,3.7,3.3],"y":[5.1,4.9,4.7,4.6,5.0,5.4,4.6,5.0,4.4,4.9,5.4,4.8,4.8,4.3,5.8,5.7,5.4,5.1,5.7,5.1,5.4,5.1,4.6,5.1,4.8,5.0,5.0,5.2,5.2,4.7,4.8,5.4,5.2,5.5,4.9,5.0,5.5,4.9,4.4,5.1,5.0,4.5,4.4,5.0,5.1,4.8,5.1,4.6,5.3,5.0],"xaxis":"x2","yaxis":"y2"},{"type":"scatter","name":"virginica","mode":"markers","x":[3.3,2.7,3.0,2.9,3.0,3.0,2.5,2.9,2.5,3.6,3.2,2.7,3.0,2.5,2.8,3.2,3.0,3.8,2.6,2.2,3.2,2.8,2.8,2.7,3.3,3.2,2.8,3.0,2.8,3.0,2.8,3.8,2.8,2.8,2.6,3.0,3.4,3.1,3.0,3.1,3.1,3.1,2.7,3.2,3.3,3.0,2.5,3.0,3.4,3.0],"y":[6.3,5.8,7.1,6.3,6.5,7.6,4.9,7.3,6.7,7.2,6.5,6.4,6.8,5.7,5.8,6.4,6.5,7.7,7.7,6.0,6.9,5.6,7.7,6.3,6.7,7.2,6.2,6.1,6.4,7.2,7.4,7.9,6.4,6.3,6.1,7.7,6.3,6.4,6.0,6.9,6.7,6.9,5.8,6.8,6.7,6.7,6.3,6.5,6.2,5.9],"xaxis":"x3","yaxis":"y3"}],"layout":{"title":{"text":"Iris Dataset - Subplots by Species"},"grid":{"rows":1,"columns":3,"pattern":"independent"},"xaxis":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis":{"title":{"text":"sepal_length"},"range":[3.0,null]},"xaxis2":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis2":{"title":{"text":"sepal_length"},"range":[3.0,null]},"xaxis3":{"title":{"text":"sepal_width"},"range":[null,4.5]},"yaxis3":{"title":{"text":"sepal_length"},"range":[3.0,null]}},"config":{},"frames":null});
626626
</script>
627627
</main>
628628

content/recipes/basic_charts/scatter_plots.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

content/recipes/statistical_charts/box_plots.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

content/recipes/statistical_charts/histograms.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

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.

0 commit comments

Comments
 (0)