Skip to content

Commit 4067e5e

Browse files
committed
Tweak captions
1 parent 30b2a0c commit 4067e5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tutorials/shape-creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ the ``distance()`` and ``plot()`` methods (unless we want to override them).
7676
:scale: 75
7777
:include-source:
7878
:caption:
79-
Visualization of how the :class:`.XLines` looks when calculated based on the
79+
Visualization of the :class:`.XLines` shape when calculated based on the
8080
music :class:`.Dataset`, with the dataset's bounds.
8181

8282
from data_morph.data.loader import DataLoader

src/data_morph/plotting/diagnostics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def plot_shape_on_dataset(
4848
:scale: 75
4949
:include-source:
5050
:caption:
51-
Visualization of the :class:`.Star` when calculated based on the
51+
Visualization of the :class:`.Star` shape when calculated based on the
5252
music :class:`.Dataset`, with the dataset's bounds.
5353
5454
from data_morph.data.loader import DataLoader
@@ -63,7 +63,7 @@ def plot_shape_on_dataset(
6363
:scale: 75
6464
:include-source:
6565
:caption:
66-
Visualization of the :class:`.Heart` when calculated based on the
66+
Visualization of the :class:`.Heart` shape when calculated based on the
6767
music :class:`.Dataset`, without the dataset's bounds.
6868
6969
from data_morph.data.loader import DataLoader

0 commit comments

Comments
 (0)