Skip to content

Commit 8b63262

Browse files
Minor improvements to vignette wording and clarity
Co-authored-by: KatrinCoboeken <28564329+KatrinCoboeken@users.noreply.github.com>
1 parent e297501 commit 8b63262

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/plotting-with-ospsuite-plots.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Before creating plots with `ospsuite.plots`, it's important to initialize the pl
4545
library(ospsuite)
4646
4747
# Set default plotting options for ospsuite.plots
48+
# Note: ospsuite.plots is imported by ospsuite, so we use :: for clarity
4849
ospsuite.plots::setDefaults()
4950
5051
# Enable watermark for plots (optional)
@@ -55,7 +56,7 @@ The `setDefaults()` function initializes various plotting defaults that ensure c
5556

5657
## Setting up the data
5758

58-
Now let's create a `DataCombined` object that we will use throughout this vignette:
59+
Next, let's create a `DataCombined` object that we will use throughout this vignette:
5960

6061
```{r setup}
6162
# Load simulation

0 commit comments

Comments
 (0)