@@ -24,92 +24,92 @@ The `to_inline_html` method is used to produce the html plot displayed in this p
2424{{#include ../../../../examples/shapes/src/main.rs:filled_area_chart}}
2525```
2626
27- {{#include ../../../../examples/shapes/out/filled_area_chart .html}}
27+ {{#include ../../../../examples/shapes/output/inline_filled_area_chart .html}}
2828
2929
3030## Vertical and Horizontal Lines Positioned Relative to Axes
3131``` rust,no_run
3232{{#include ../../../../examples/shapes/src/main.rs:vertical_and_horizontal_lines_positioned_relative_to_axes}}
3333```
3434
35- {{#include ../../../../examples/shapes/out/vertical_and_horizontal_lines_positioned_relative_to_axes .html}}
35+ {{#include ../../../../examples/shapes/output/inline_vertical_and_horizontal_lines_positioned_relative_to_axes .html}}
3636
3737
3838## Lines Positioned Relative to the Plot and to the Axes
3939``` rust,no_run
4040{{#include ../../../../examples/shapes/src/main.rs:lines_positioned_relative_to_the_plot_and_to_the_axes}}
4141```
4242
43- {{#include ../../../../examples/shapes/out/lines_positioned_relative_to_the_plot_and_to_the_axes .html}}
43+ {{#include ../../../../examples/shapes/output/inline_lines_positioned_relative_to_the_plot_and_to_the_axes .html}}
4444
4545
4646## Creating Tangent Lines with Shapes
4747``` rust,no_run
4848{{#include ../../../../examples/shapes/src/main.rs:creating_tangent_lines_with_shapes}}
4949```
5050
51- {{#include ../../../../examples/shapes/out/creating_tangent_lines_with_shapes .html}}
51+ {{#include ../../../../examples/shapes/output/inline_creating_tangent_lines_with_shapes .html}}
5252
5353
5454## Rectangles Positioned Relative to the Axes
5555``` rust,no_run
5656{{#include ../../../../examples/shapes/src/main.rs:rectangles_positioned_relative_to_the_axes}}
5757```
5858
59- {{#include ../../../../examples/shapes/out/rectangles_positioned_relative_to_the_axes .html}}
59+ {{#include ../../../../examples/shapes/output/inline_rectangles_positioned_relative_to_the_axes .html}}
6060
6161
6262## Rectangle Positioned Relative to the Plot and to the Axes
6363``` rust,no_run
6464{{#include ../../../../examples/shapes/src/main.rs:rectangle_positioned_relative_to_the_plot_and_to_the_axes}}
6565```
6666
67- {{#include ../../../../examples/shapes/out/rectangle_positioned_relative_to_the_plot_and_to_the_axes .html}}
67+ {{#include ../../../../examples/shapes/output/inline_rectangle_positioned_relative_to_the_plot_and_to_the_axes .html}}
6868
6969
7070## Highlighting Time Series Regions with Rectangle Shapes
7171``` rust,no_run
7272{{#include ../../../../examples/shapes/src/main.rs:highlighting_time_series_regions_with_rectangle_shapes}}
7373```
7474
75- {{#include ../../../../examples/shapes/out/highlighting_time_series_regions_with_rectangle_shapes .html}}
75+ {{#include ../../../../examples/shapes/output/inline_highlighting_time_series_regions_with_rectangle_shapes .html}}
7676
7777
7878## Circles Positioned Relative to the Axes
7979``` rust,no_run
8080{{#include ../../../../examples/shapes/src/main.rs:circles_positioned_relative_to_the_axes}}
8181```
8282
83- {{#include ../../../../examples/shapes/out/circles_positioned_relative_to_the_axes .html}}
83+ {{#include ../../../../examples/shapes/output/inline_circles_positioned_relative_to_the_axes .html}}
8484
8585
8686## Highlighting Clusters of Scatter Points with Circle Shapes
8787``` rust,no_run
8888{{#include ../../../../examples/shapes/src/main.rs:highlighting_clusters_of_scatter_points_with_circle_shapes}}
8989```
9090
91- {{#include ../../../../examples/shapes/out/highlighting_clusters_of_scatter_points_with_circle_shapes .html}}
91+ {{#include ../../../../examples/shapes/output/inline_highlighting_clusters_of_scatter_points_with_circle_shapes .html}}
9292
9393
9494## Venn Diagram with Circle Shapes
9595``` rust,no_run
9696{{#include ../../../../examples/shapes/src/main.rs:venn_diagram_with_circle_shapes}}
9797```
9898
99- {{#include ../../../../examples/shapes/out/venn_diagram_with_circle_shapes .html}}
99+ {{#include ../../../../examples/shapes/output/inline_venn_diagram_with_circle_shapes .html}}
100100
101101
102102## Adding Shapes to Subplots
103103``` rust,no_run
104104{{#include ../../../../examples/shapes/src/main.rs:adding_shapes_to_subplots}}
105105```
106106
107- {{#include ../../../../examples/shapes/out/adding_shapes_to_subplots .html}}
107+ {{#include ../../../../examples/shapes/output/inline_adding_shapes_to_subplots .html}}
108108
109109
110110## SVG Paths
111111``` rust,no_run
112112{{#include ../../../../examples/shapes/src/main.rs:svg_paths}}
113113```
114114
115- {{#include ../../../../examples/shapes/out/svg_paths .html}}
115+ {{#include ../../../../examples/shapes/output/inline_svg_paths .html}}
0 commit comments