You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -19,39 +19,39 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
19
19
- A new Plotters Developer's Guide is a work in progress. The preview version is available [here](https://plotters-rs.github.io/book).
20
20
- Try Plotters with an interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
21
21
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22
-
- 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 plot on console with a customized backend.
22
+
- 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/plotters-rs/plotters/blob/master/plotters/examples/console.rs) for how to plot on console with a customized backend.
23
23
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
24
24
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
25
25
26
26
## Gallery
27
27
28
28
To view the source code for each example, please click on the example image.
Copy file name to clipboardExpand all lines: doc-template/readme.template.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
19
19
- A new Plotters Developer's Guide is a work in progress. The preview version is available [here](https://plotters-rs.github.io/book).
20
20
- Try Plotters with an interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
21
21
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22
-
- 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 plot on console with a customized backend.
22
+
- 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/plotters-rs/plotters/blob/master/plotters/examples/console.rs) for how to plot on console with a customized backend.
23
23
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
24
24
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
25
25
@@ -69,7 +69,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
69
69
The following code shows a minimal example of this.
0 commit comments