We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3bf37 commit 8caa73eCopy full SHA for 8caa73e
notebooks/05_styling.ipynb
@@ -243,7 +243,7 @@
243
"metadata": {},
244
"outputs": [],
245
"source": [
246
- "plot = figure() # create a new plot without all properties set to default values\n",
+ "plot = figure() # create a new plot with all properties set to default values\n",
247
"\n",
248
"# 🔁 Try changing the values of the following properties to see how they affect the plot\n",
249
"plot.height = 300 # set the height of the plot (in pixels)\n",
0 commit comments