Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbabdb2

Browse files
committed
Updated modified lines to ensure linewidth <= 79 according to PEP8.
1 parent e133ace commit cbabdb2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/devel/gitwash/development_workflow.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ In more detail
106106
Asking for code review
107107
======================
108108

109-
#. Go to your repo URL |emdash| e.g., ``http://github.com/your-user-name/matplotlib``.
109+
#. Go to your repo URL |emdash| e.g.,
110+
``http://github.com/your-user-name/matplotlib``.
110111
#. Click on the *Branch list* button:
111112

112113
.. image:: branch_list.png

lib/matplotlib/axes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5545,9 +5545,9 @@ def errorbar(self, x, y, yerr=None, xerr=None,
55455545
type as *xerr* and *yerr*.
55465546
55475547
*errorevery*: positive integer
5548-
subsamples the errorbars. e.g., if everyerror=5, errorbars for every
5549-
5-th datapoint will be plotted. The data plot itself still shows
5550-
all data points.
5548+
subsamples the errorbars. e.g., if everyerror=5, errorbars for
5549+
every 5-th datapoint will be plotted. The data plot itself still
5550+
shows all data points.
55515551
55525552
All other keyword arguments are passed on to the plot command for the
55535553
markers. For example, this code makes big red squares with

0 commit comments

Comments
 (0)