8000 DOC: switching to use the plot directive · numpy/numpy@9718e7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9718e7f

Browse files
bsipoczseberg
authored andcommitted
DOC: switching to use the plot directive
1 parent acfa7bb commit 9718e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/function_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4223,7 +4223,7 @@ def percentile(a,
42234223
yticks=a)
42244224
ax.legend(bbox_to_anchor=(1.03, 1))
42254225
plt.tight_layout()
4226-
plt.show() # doctest: +SKIP
4226+
plt.show()
42274227
42284228
References
42294229
----------

0 commit comments

Comments
 (0)
0