Skip to content

Commit 367aa74

Browse files
committed
DOC: wrap lines to fit in table
1 parent b6d3a6b commit 367aa74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/introductory/usage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ def my_plotter(ax, data1, data2, param_dict):
433433
# figure.
434434
# GTK3Cairo Cairo rendering to a :term:`GTK` 3.x canvas (requires PyGObject_
435435
# and pycairo_ or cairocffi_)
436-
# Qt4Agg Agg rendering to a :term:`Qt4` canvas (requires PyQt4_ or ``pyside``).
436+
# Qt4Agg Agg rendering to a :term:`Qt4` canvas (requires PyQt4_
437+
# or ``pyside``).
437438
# This backend can be activated in IPython with
438439
# ``%matplotlib qt4``.
439440
# GTKAgg Agg rendering to a :term:`GTK` 2.x canvas (requires PyGTK_ and

0 commit comments

Comments
 (0)