I just did a graph of the Evolution of the Overall Doctest Coverage of
Sage since 3 years. The png is attached.
The coverage evolved quiet regularly during the last 20 releases (=20
months) with an average of a bit less than 5 percent a year. If we
keep this rhythm, we should reach 90% coverage by March 2012 and 100%
by April 2014. Is this the rhythm we want?
Sébastien
PS : Can somebody indicate me how to stop the y-axis at 100 without
losing the title ?
>
> PS : Can somebody indicate me how to stop the y-axis at 100 without
> losing the title ?
Can you post your code?
One thought is that we really ought to use the matplotlib title
functionality. From the graph, it looks like Sage manually adds a text
item as the title.
Jason
> --
> To post to this group, send an email to sage-...@googlegroups.com
> To unsubscribe from this group, send an email to sage-devel+...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>
Fix is up at #10889, ready for review.
Thanks for the bug report.
Jason
> One thought is that we really ought to use the matplotlib title
> functionality. From the graph, it looks like Sage manually adds a text
> item as the title.
There is a patch now posted up at #10512 which adds support for the
matplotlib title functionality:
plot(sin(x^2), (x, -3, 3), title='Plot of $\sin(x)$')
However, there is a small issue that still needs to be solved (see the
ticket), so it is needs_work for now.
Thanks,
Jason