You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
3d-plot.rs v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago
animation.rs v811_spc009_project 7 months ago
area-chart.rs v811_spc009_project 7 months ago
blit-bitmap.rs v811_spc009_project 7 months ago
boxplot.rs v811_spc009_project 7 months ago
chart.rs v811_spc009_project 7 months ago
console.rs v811_spc009_project 7 months ago
errorbar.rs v811_spc009_project 7 months ago
histogram.rs v811_spc009_project 7 months ago
mandelbrot.rs v811_spc009_project 7 months ago
matshow.rs v811_spc009_project 7 months ago
nested_coord.rs v811_spc009_project 7 months ago
normal-dist.rs v811_spc009_project 7 months ago
normal-dist2.rs v811_spc009_project 7 months ago
relative_size.rs v811_spc009_project 7 months ago
sierpinski.rs v811_spc009_project 7 months ago
slc-temp.rs v811_spc009_project 7 months ago
snowflake.rs v811_spc009_project 7 months ago
stock.rs v811_spc009_project 7 months ago
two-scales.rs v811_spc009_project 7 months ago

README.md

plotters examples

To run any example, from within the repo, run cargo run --example <example_name> where <example name> is the name of the file without the .rs extension.

All the examples assumes the directory plotters-doc-data exists, otherwise those example crashs.

The output of these example files are used to generate the plotters-doc-data repo that populates the sample images in the main README. We also relies on the output of examples to detect protential layout changes. For that reason, they must be run with cargo from within the repo, or you must change the output filename in the example code to a directory that exists.

The examples that have their own directories and Cargo.toml files work differently. They are run the same way you would a standalone project.