Skip to content

Commit

Permalink
Merge pull request #578 from LechevSpace/chore/update-readme-backend-faq
Browse files Browse the repository at this point in the history
chore: update README backend FAQ
  • Loading branch information
AaronErhardt committed May 8, 2024
2 parents 01cc98f + 557fa30 commit 9b05119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
- 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.
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
- 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.
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
- Plotters has moved some backend code to separate repositories, check [FAQ list](#faq-list) for details
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.

## Gallery
Expand Down Expand Up @@ -611,8 +611,8 @@ pub fn register_font(
Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate.
Use the following link to find the backend code:
- [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git)
- [SVG Backend](https://github.com/plotters-rs/plotters-svg.git)
- [Bitmap Backend](./plotters-bitmap/) (current repository)
- [SVG Backend](./plotters-svg/) (current repository)
- [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git)
- [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)
Expand Down

0 comments on commit 9b05119

Please sign in to comment.