Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Jul 29, 2023
1 parent 4ad7265 commit 2fd9690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/basic-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ lines([Point(0, 0), Point(5, 10), Point(10, 5)])

The input arguments you can use with `lines` and `scatter` are mostly the same because they have the same conversion trait `PointBased`.
Other plotting functions have different conversion traits, \myreflink{heatmap} for example expects two-dimensional grid data.
The respective trait is called `DiscreteSurface`.
The respective trait is called `CellBasedGrid`.

## Layering multiple plots

Expand Down

0 comments on commit 2fd9690

Please sign in to comment.