Skip to content

Commit

Permalink
src/sage/tests/books/computational-mathematics-with-sagemath/graphiqu…
Browse files Browse the repository at this point in the history
…e_doctest.py: Fix up
  • Loading branch information
Matthias Koeppe committed Sep 20, 2023
1 parent 795c26d commit 6c88c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
sage: liste = [10 + floor(10*sin(i)) for i in range(100)]
sage: bar_chart(liste)
Graphics object consisting of 1 graphics primitive
sage: sage.stats.time_series.TimeSeries(liste).plot_histogram(bins=20)
sage: TimeSeries(liste).plot_histogram(bins=20)
Graphics object consisting of 20 graphics primitives
Sage example in ./graphique.tex, line 714::
Expand Down

0 comments on commit 6c88c8e

Please sign in to comment.