feat: add image/plotters
This commit is contained in:
12
__image/plotters/justfile
Normal file
12
__image/plotters/justfile
Normal file
@@ -0,0 +1,12 @@
|
||||
main:
|
||||
cargo r
|
||||
|
||||
stock:
|
||||
cargo r --example stock
|
||||
|
||||
slc:
|
||||
cargo r --example slc-temp
|
||||
|
||||
area-chart:
|
||||
cargo r --example area-chart
|
||||
|
||||
Reference in New Issue
Block a user