Skip to content

Commit

Permalink
Merge pull request #593 from Soccertanker/patch-1
Browse files Browse the repository at this point in the history
Clarify Quick Start procedure so program works on first try
  • Loading branch information
AaronErhardt committed Jun 5, 2024
2 parents 1782858 + f26ffeb commit a87aed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ To use Plotters, you can simply add Plotters into your `Cargo.toml`
[dependencies]
plotters = "0.3.3"
```
Create the subdirectory `<Cargo project dir>/plotters-doc-data`

And the following code draws a quadratic function. `src/main.rs`,
And the following code draws a quadratic function. `src/main.rs` writes the chart to `plotters-doc-data/0.png`

```rust
use plotters::prelude::*;
Expand Down

0 comments on commit a87aed9

Please sign in to comment.