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

Skip to content

Commit f0c6544

Browse files
committed
Fix docs
1 parent 6fa8870 commit f0c6544

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/users/next_whats_new/histogram_vectorized_parameters.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ when the input *x* has multiple datasets.
99

1010
.. plot::
1111
:include-source: true
12-
: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 uses
15-
different edgecolors, and ax4 uses different facecolors. Edgecolors have ax1 and
16-
ax3 as well to accentuate the differences between the histograms.
12+
:alt: Four charts, each displaying stacked histograms of three Poisson distributions. Each chart differentiates the histograms using various parameters: ax1 uses different linewidths, ax2 uses different hatches, ax3 uses different edgecolors, and ax4 uses different facecolors. Edgecolors have ax1 and ax3 as well to accentuate the differences between the histograms.
1713

1814
import matplotlib.pyplot as plt
1915
import numpy as np

0 commit comments

Comments
 (0)