# Module :: plot_interface [![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/ModulePlotInterfacePush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/ModulePlotInterfacePush.yml) [![docs.rs](https://img.shields.io/docsrs/plot_interface?color=e3e8f0&logo=docs.rs)](https://docs.rs/plot_interface) [![Open in Gitpod](https://raster.shields.io/static/v1?label=try&message=online&color=eee&logo=gitpod&logoColor=eee)](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=sample%2Frust%2Fplot_interface_trivial_sample%2Fsrc%2Fmain.rs,RUN_POSTFIX=--example%20plot_interface_trivial_sample/https://github.com/Wandalen/wTools) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY) Plot interface. ## Sample :: trivial ```rust ``` ### To add to your project ```bash cargo add plot_interface ``` ### Try out from the repository ``` shell test git clone https://github.com/Wandalen/wTools cd wTools cd sample/rust/plot_interface_trivial_sample cargo run ```