Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/inputs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ automatically run with the element's latest value.
| Integration | Description |
|-------------|-------------|
| [`marimo.ui.altair_chart`][marimo.ui.altair_chart] | Interactive Altair charts |
| [`marimo.ui.matplotlib`][marimo.ui.matplotlib] | Reactive Matplotlib plots |
| [`marimo.ui.plotly`][marimo.ui.plotly] | Interactive Plotly charts |
| [`marimo.mpl.interactive`][marimo.mpl.interactive] | Interactive Matplotlib plots |
| [`marimo.ui.anywidget`][marimo.ui.anywidget] | Custom widgets |
7 changes: 7 additions & 0 deletions docs/api/inputs/matplotlib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Matplotlib

Reactive matplotlib plots that support lasso and box selections.

For more information about plotting, see the [plotting guide](/guides/working_with_data/plotting.md).

::: marimo.ui.matplotlib
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ nav:
- File Browser: api/inputs/file_browser.md
- Form: api/inputs/form.md
- Matrix: api/inputs/matrix.md
- Matplotlib: api/inputs/matplotlib.md
- Microphone: api/inputs/microphone.md
- Multiselect: api/inputs/multiselect.md
- Navigation Menu: api/inputs/nav_menu.md
Expand Down
Loading