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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
18
18
19
19
- A new Plotters Developer's Guide is working in progress. The preview version is available at [here](https://plotters-rs.github.io/book).
20
20
- To try Plotters with interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
21
-
- To view the WASM example, go to this [link](https://plumberserver.com/plotters-wasm-demo/index.html)
21
+
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22
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 plotting on Console with a customized backend.
23
23
- Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for details
24
24
@@ -133,6 +133,7 @@ To view the source code for each example, please click on the example image.
133
133
*[Dependencies](#dependencies)
134
134
+[Ubuntu Linux](#ubuntu-linux)
135
135
*[Quick Start](#quick-start)
136
+
*[Demo Projects ](#demo-projects-)
136
137
*[Trying with Jupyter evcxr Kernel Interactively](#trying-with-jupyter-evcxr-kernel-interactively)
137
138
*[Interactive Tutorial with Jupyter Notebook](#interactive-tutorial-with-jupyter-notebook)
And select the notebook called `evcxr-jupyter-integration.ipynb`.
264
273
265
-
Also, there's a static HTML version of this notebook available at the [this location](https://plumberserver.com/plotters-docs/evcxr-jupyter-integration.html)
274
+
Also, there's a static HTML version of this notebook available at the [this location](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html)
266
275
267
276
## Plotting in Rust
268
277
@@ -289,8 +298,8 @@ very useful for visualization on a web page and would have a huge performance im
289
298
Plotters currently supports backend that uses the HTML5 canvas. To use the WASM support, you can simply use
290
299
`CanvasBackend` instead of other backend and all other API remains the same!
291
300
292
-
There's a small demo for Plotters + WASM under `examples/wasm-demo` directory of this repo.
293
-
To play with the deployed version, follow this [link](https://plumberserver.com/plotters-wasm-demo/index.html).
301
+
There's a small demo for Plotters + WASM available at [here](https://github.com/plotters-rs/plotters-wasm-demo).
302
+
To play with the deployed version, follow this [link](https://plotters-rs.github.io/wasm-demo/www/index.html).
Copy file name to clipboardExpand all lines: doc-template/readme.template.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
18
18
19
19
- A new Plotters Developer's Guide is working in progress. The preview version is available at [here](https://plotters-rs.github.io/book).
20
20
- To try Plotters with interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
21
-
- To view the WASM example, go to this [link](https://plumberserver.com/plotters-wasm-demo/index.html)
21
+
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22
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 plotting on Console with a customized backend.
23
23
- Plotters now moved all backend code to sperate repositories, check [FAQ list](#faq-list) for details
And select the notebook called `evcxr-jupyter-integration.ipynb`.
113
121
114
-
Also, there's a static HTML version of this notebook available at the [this location](https://plumberserver.com/plotters-docs/evcxr-jupyter-integration.html)
122
+
Also, there's a static HTML version of this notebook available at the [this location](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html)
115
123
116
124
## Plotting in Rust
117
125
@@ -138,8 +146,8 @@ very useful for visualization on a web page and would have a huge performance im
138
146
Plotters currently supports backend that uses the HTML5 canvas. To use the WASM support, you can simply use
139
147
`CanvasBackend` instead of other backend and all other API remains the same!
140
148
141
-
There's a small demo for Plotters + WASM under `examples/wasm-demo` directory of this repo.
142
-
To play with the deployed version, follow this [link](https://plumberserver.com/plotters-wasm-demo/index.html).
149
+
There's a small demo for Plotters + WASM available at [here](https://github.com/plotters-rs/plotters-wasm-demo).
150
+
To play with the deployed version, follow this [link](https://plotters-rs.github.io/wasm-demo/www/index.html).
0 commit comments