website/docs/controls/charts/matplotlibchartwithtoolbar.md
import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs';
<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/toolbar.png'} imageWidth="65%" />
Based on an official Matplotlib example.
<CodeExample path={frontMatter.examples + '/toolbar/main.py'} language="python" />
<Image src={frontMatter.example_images + '/toolbar.png'} width="65%" />
<CodeExample path={frontMatter.examples + '/three_d/main.py'} language="python" />
<Image src={frontMatter.example_images + '/three_d.png'} width="65%" />
<CodeExample path={frontMatter.examples + '/handle_events/main.py'} language="python" />
<Image src={frontMatter.example_images + '/handle_events.png'} width="65%" />
<CodeExample path={frontMatter.examples + '/animate/main.py'} language="python" />
<Image src={frontMatter.example_media + '/animate.png'} width="55%" />
<ClassMembers name={frontMatter.class_name} />