Skip to content

Commit a30f1c6

Browse files
fix: DOC-1404: update link to dynamic plots overview (#1374)
Current link 404s
1 parent 30b60fd commit a30f1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ui/docs/add-interactivity/plot-with-deephaven-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plotting
22

3-
In addition to tables, Deephaven supports [dynamic plots](/core/docs/how-to-guides/plotting/) as an excellent way to visualize real-time data. You can add plots to your `deephaven.ui` components. Like tables, plots will update in real time and react to changes in the UI.
3+
In addition to tables, Deephaven supports [dynamic plots](/core/docs/how-to-guides/plotting/overview) as an excellent way to visualize real-time data. You can add plots to your `deephaven.ui` components. Like tables, plots will update in real time and react to changes in the UI.
44

55
The `deephaven.ui` module provides a simple interface for creating interactive plots using the `deephaven-express` library. This guide will show you how to create plots that update based on user input.
66

0 commit comments

Comments
 (0)