diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 31485af7..45aae0c5 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -96,7 +96,7 @@ unit square: .. plot:: from skfem import * - MeshTri().refined(3).draw(boundaries=True) + MeshTri().refined(3).with_default_tags().draw(boundaries=True) Step 4: Define a basis