Skip to content

Commit 6b08ac2

Browse files
committed
Fixing sentence case for sections, adding info to empty note
1 parent 8325676 commit 6b08ac2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

galleries/users_explain/figure/figure_intro.rst

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ other than the default "inline" backend, you will likely need to use an ipython
8080

8181
.. sourcecode:: ipython
8282

83+
%matplotlib notebook
84+
8385
Standalone scripts and interactive use
8486
--------------------------------------
8587

galleries/users_explain/figure/interactive.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. _interactive_figures:
88

99
===================
10-
Interactive Figures
10+
Interactive figures
1111
===================
1212

1313
When working with data, interactivity can be invaluable. The pan/zoom and
@@ -62,7 +62,7 @@ collected. `.Figure`\s can be closed and deregistered from `.pyplot` individuall
6262

6363
.. _ipython-pylab:
6464

65-
IPython Integration
65+
IPython integration
6666
===================
6767

6868
We recommend using IPython for an interactive shell. In addition to
@@ -314,7 +314,7 @@ Preserve aspect ratio hold **CONTROL** when panning/zooming with mo
314314

315315
.. _other-shells:
316316

317-
Other Python Prompts
317+
Other Python prompts
318318
====================
319319

320320
Interactive mode works in the default Python prompt:

0 commit comments

Comments
 (0)