Skip to content

Commit a87aed9

Browse files
authored
Merge pull request #593 from Soccertanker/patch-1
Clarify Quick Start procedure so program works on first try
2 parents 1782858 + f26ffeb commit a87aed9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ To use Plotters, you can simply add Plotters into your `Cargo.toml`
165165
[dependencies]
166166
plotters = "0.3.3"
167167
```
168+
Create the subdirectory `<Cargo project dir>/plotters-doc-data`
168169

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

171172
```rust
172173
use plotters::prelude::*;

0 commit comments

Comments
 (0)