Skip to content

Commit 70dd683

Browse files
committed
Link from general plotting docs
1 parent b29493e commit 70dd683

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/callbacks/plotting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ def plan():
110110
# Add a PNG saving callback
111111
png_callback = PlotPNGSaver(y="y_variable", x="x_variable", ax=ax, output_dir=Path("C://", "Some", "Custom", "Directory"), postfix="test123")
112112
```
113+
114+
## Replotting a previous scan
115+
116+
See {doc}`/replotting_scans` for information about how to replay bluesky documents into an arbitrary set of callbacks, which can be used to replot a previous scan.

0 commit comments

Comments
 (0)