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.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
3d-plot.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
3d-plot2.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
animation.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
area-chart.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
blit-bitmap.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
boxplot.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
chart.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
console.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
customized_coord.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
errorbar.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
full_palette.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
histogram.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
mandelbrot.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
matshow.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
nested_coord.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
normal-dist.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
normal-dist2.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
pie.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
relative_size.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
sierpinski.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
slc-temp.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
snowflake.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
stock.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
tick_control.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
two-scales.rs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago

README.md

plotters examples

  • The example projects have been moved to independent git repository under plotters-rs organization, please check the Example Project section for the links.

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 rely on the output of examples to detect potential 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.

Example Projects