Explain better ignore_groups
This commit is contained in:
parent
c1292c5624
commit
d82848fb54
@ -17484,7 +17484,9 @@
|
||||
"source": [
|
||||
"# Gridify example\n",
|
||||
"# Use ignore_groups=True to put every plot in a different subplot,\n",
|
||||
"# without having to deal with groups.\n",
|
||||
"# without having to deal with groups. Here, we did not define any group,\n",
|
||||
"# so all the plots were in the default group (\"_\"). Using ignore_groups=True,\n",
|
||||
"# they are put in different subplots anyway.\n",
|
||||
"with replot.Figure() as figure:\n",
|
||||
" figure.plot(np.cos, (-10, 10))\n",
|
||||
" figure.plot(np.cos, (-10, 10))\n",
|
||||
|
Loading…
Reference in New Issue
Block a user