# Examples <!-- omit from toc -->
Please check out [the documentation](https://docs.rs/plotpy) and the integration tests in the [tests directory](https://github.com/cpmech/plotpy/tree/main/tests)
Some output of integration tests are shown below.
## Contents <!-- omit from toc -->
- [Barplot](#barplot)
- [Boxplot](#boxplot)
- [Canvas](#canvas)
- [Contour](#contour)
- [Curve](#curve)
- [DarkMode](#darkmode)
- [FillBetween](#fillbetween)
- [Histogram](#histogram)
- [Image](#image)
- [InsetAxes](#insetaxes)
- [Legend](#legend)
- [Plot](#plot)
- [Subplot and GridSpec](#subplot-and-gridspec)
- [Slope icon](#slope-icon)
- [Streamplot and quiver](#streamplot-and-quiver)
- [Surface and wireframe](#surface-and-wireframe)
- [Text](#text)
## Barplot
[test_barplot.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_barplot.rs)





## Boxplot
[test_boxplot.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_boxplot.rs)




## Canvas
[test_canvas.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_canvas.rs)













## Contour
[test_contour.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_contour.rs)

















## Curve
[test_curve.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_curve.rs)





## DarkMode
[test_dark_mode.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_dark_mode.rs)




## FillBetween
[test_fill_between.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_fill_between.rs)



## Histogram
[test_histogram.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_histogram.rs)


## Image
[test_image.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_image.rs)
[test_image_with_rgb.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_image_with_rgb.rs)
[test_image_with_rgba.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_image_with_rgba.rs)

## InsetAxes
[test_inset_axes.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_inset_axes.rs)







## Legend
[test_legend.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_legend.rs)


## Plot
[test_plot.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_plot.rs)











## Subplot and GridSpec
[test_subplot.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_subplot.rs)


## Slope icon
[test_slope_icon.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_slope_icon.rs)







## Streamplot and quiver
[test_stream.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_stream.rs)


## Surface and wireframe
[test_surface_geometry.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_surface_geometry.rs)



[test_surface.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_surface.rs)






[test_subplot_3d.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_subplot_3d.rs)

## Text
[test_text.rs](https://github.com/cpmech/plotpy/tree/main/tests/test_text.rs)

