Skip to content

Commit

Permalink
fix(docs): update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 18, 2024
1 parent 850d02b commit 5ffcddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/notebooks/plotting_backend.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@
"(change-default-backend)=\n",
"## Changing the default backend\n",
"\n",
"When not specified, the `backend` parameter defaults to `None`, which in turn indicates\n",
"When not specified, the `backend` parameter defaults to {data}`None`, which in turn indicates\n",
"that you will use the default backend. So `mesh.plot()`\n",
"is equivalent to `mesh.plot(backend=\"vispy\")`.\n",
"\n",
"If you want to use another backend by default, you can do so by importing `differt.plotting` and\n",
"calling `use` with the desired backend name."
"If you want to use another backend by default, you can do so by importing {mod}`differt.plotting` and\n",
"calling {func}`set_defaults<differt.plotting.set_defaults>` with the desired backend name."
]
},
{
Expand Down

0 comments on commit 5ffcddf

Please sign in to comment.