Skip to content

Commit 06c6e1c

Browse files
committed
Mention bounds tips
1 parent 0a08393 commit 06c6e1c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorials/shape-creation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ Since we inherit from :class:`.LineCollection` here, we don't need to define
6767
the ``distance()`` and ``plot()`` methods (unless we want to override them).
6868

6969
.. tip::
70-
You can use the :func:`.plot_shape_on_dataset` function to visualize your shape's
71-
positioning relative to a given dataset:
70+
You can use the :func:`.plot_shape_on_dataset` function to visualize your
71+
shape's positioning relative to a given dataset. Your shape can exceed the data
72+
bounds (:attr:`.Dataset.data_bounds`); however, it should not exceed the morph
73+
bounds (:attr:`.Dataset.morph_bounds`):
7274

7375
.. plot::
7476
:scale: 75

0 commit comments

Comments
 (0)