{"id":65120,"library":"plotpy","title":"Plotpy","description":"Rust plotting library using Python (Matplotlib) for rendering.","status":"active","version":"1.22.0","language":"rust","source_language":null,"source_url":"https://github.com/cpmech/plotpy","tags":["plotting","python","matplotlib","visualization","data"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nplotpy = \"1.22.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add plotpy","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Plot","correct":"use plotpy::Plot;"}],"quickstart":{"code":"use plotpy::Plot;\n\nfn main() {\n    let mut plot = Plot::new();\n    plot.plot(&[0.0, 1.0, 2.0], &[0.0, 1.0, 4.0], \"\");\n    plot.savefig(\"plot.png\").unwrap();\n}","lang":"rust","description":"Creates a simple line plot and saves it as PNG."},"warnings":[{"fix":"Install Python 3 and run 'pip install matplotlib'.","message":"Requires Python and Matplotlib installed","severity":"gotcha","affected_versions":">=0"}],"env_vars":null,"search_vec":"'data':14 'librari':4 'matplotlib':7,12 'plot':3,10 'plotpi':1 'python':6,11 'render':9 'rust':2 'use':5 'visual':13","created_at":"2026-06-17T17:05:30.714076+00:00","updated_at":"2026-06-17T17:05:30.714076+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/cpmech/plotpy","github":"https://github.com/cpmech/plotpy","docs":"https://docs.rs/plotpy/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}