Skip to content

Commit 4487e18

Browse files
committed
Update readme
1 parent ad75413 commit 4487e18

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
2121
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
2222
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/38/plotters/blob/master/examples/console.rs) for how to plotting on Console with a customized backend.
2323
- Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for details
24+
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
2425

2526
## Gallery
2627

@@ -133,7 +134,7 @@ To view the source code for each example, please click on the example image.
133134
* [Dependencies](#dependencies)
134135
+ [Ubuntu Linux](#ubuntu-linux)
135136
* [Quick Start](#quick-start)
136-
* [Demo Projects ](#demo-projects-)
137+
* [Demo Projects](#demo-projects)
137138
* [Trying with Jupyter evcxr Kernel Interactively](#trying-with-jupyter-evcxr-kernel-interactively)
138139
* [Interactive Tutorial with Jupyter Notebook](#interactive-tutorial-with-jupyter-notebook)
139140
* [Plotting in Rust](#plotting-in-rust)
@@ -203,7 +204,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
203204

204205
![](https://plotters-rs.github.io/plotters-doc-data/0.png)
205206

206-
## Demo Projects
207+
## Demo Projects
207208

208209
To learn how to use Plotters in different scenarios by checking out the following demo projects:
209210

doc-template/readme.template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
2121
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
2222
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/38/plotters/blob/master/examples/console.rs) for how to plotting on Console with a customized backend.
2323
- Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for details
24+
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
2425

2526
## Gallery
2627

@@ -51,7 +52,7 @@ $$../examples/quick_start.rs$$
5152

5253
![](https://plotters-rs.github.io/plotters-doc-data/0.png)
5354

54-
## Demo Projects
55+
## Demo Projects
5556

5657
To learn how to use Plotters in different scenarios by checking out the following demo projects:
5758

plotters/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
2424
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
2525
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/38/plotters/blob/master/examples/console.rs) for how to plotting on Console with a customized backend.
2626
- Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for details
27+
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
2728
2829
## Gallery
2930
@@ -273,7 +274,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
273274
* [Dependencies](#dependencies)
274275
+ [Ubuntu Linux](#ubuntu-linux)
275276
* [Quick Start](#quick-start)
276-
* [Demo Projects ](#demo-projects-)
277+
* [Demo Projects](#demo-projects)
277278
* [Trying with Jupyter evcxr Kernel Interactively](#trying-with-jupyter-evcxr-kernel-interactively)
278279
* [Interactive Tutorial with Jupyter Notebook](#interactive-tutorial-with-jupyter-notebook)
279280
* [Plotting in Rust](#plotting-in-rust)

0 commit comments

Comments
 (0)