diff --git a/docs/tutorials/basic-tutorial.md b/docs/tutorials/basic-tutorial.md index e3c5b65f302..c91057ab8f2 100644 --- a/docs/tutorials/basic-tutorial.md +++ b/docs/tutorials/basic-tutorial.md @@ -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