Fixed plotting command (#1)

This commit is contained in:
AtHeartEngineer
2022-06-21 16:36:23 -04:00
committed by GitHub
parent 0bab780576
commit 0fed4af1fb

View File

@@ -19,6 +19,6 @@ cargo test -- --nocapture test_example3
Plot the circuit layout
```
cargo test --all-features -- --nocapture test_example1
cargo test --all-features -- --nocapture test_example2
cargo test --all-features -- --nocapture plot_fibo1
cargo test --all-features -- --nocapture plot_fibo2
```