We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795c26d commit 6c88c8eCopy full SHA for 6c88c8e
src/sage/tests/books/computational-mathematics-with-sagemath/graphique_doctest.py
@@ -66,7 +66,7 @@
66
sage: liste = [10 + floor(10*sin(i)) for i in range(100)]
67
sage: bar_chart(liste)
68
Graphics object consisting of 1 graphics primitive
69
- sage: sage.stats.time_series.TimeSeries(liste).plot_histogram(bins=20)
+ sage: TimeSeries(liste).plot_histogram(bins=20)
70
Graphics object consisting of 20 graphics primitives
71
72
Sage example in ./graphique.tex, line 714::
0 commit comments