Skip to content

Commit

Permalink
Docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal authored Nov 19, 2024
1 parent d94ded3 commit f8b97ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rv-gp.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fig = octoplot(
# Some optional tweaks to the appearance:
N=50, # only plot 50 samples
figscale=1.5, # make it larger
alpha=0.05 # make each sample more transparent
alpha=0.05, # make each sample more transparent
colormap="#0072b2",
) # saved to "k2_132-plot-grid.png"
```
Expand Down

0 comments on commit f8b97ed

Please sign in to comment.