Fixed plotting command

This commit is contained in:
AtHeartEngineer
2022-06-17 12:57:37 -04:00
committed by GitHub
parent 0bab780576
commit 16b5d78690

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
```