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

Skip to content

Commit 6fa8870

Browse files
committed
Fix docs
1 parent 93fdac9 commit 6fa8870

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/users/next_whats_new/histogram_vectorized_parameters.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ when the input *x* has multiple datasets.
1010
.. plot::
1111
:include-source: true
1212
:alt: Four charts, each displaying stacked histograms of three Poisson
13-
distributions. Each chart differentiates the histograms using various
14-
parameters: ax1 uses different linewidths, ax2 uses different hatches, ax3
15-
uses different edgecolors, and ax4 uses different facecolors. Edgecolors have
16-
ax1 and ax3 as well to accentuate the differences between the histograms.
13+
distributions. Each chart differentiates the histograms using various
14+
parameters: ax1 uses different linewidths, ax2 uses different hatches, ax3 uses
15+
different edgecolors, and ax4 uses different facecolors. Edgecolors have ax1 and
16+
ax3 as well to accentuate the differences between the histograms.
1717

1818
import matplotlib.pyplot as plt
1919
import numpy as np

0 commit comments

Comments
 (0)