mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Merge branch 'master' of git://github.com/timo/libanki
This commit is contained in:
commit
025ad7b431
1 changed files with 3 additions and 3 deletions
|
@ -110,11 +110,11 @@ where type = 1""")
|
||||||
dl = [x for x in dayslist.items() if x[0] <= days]
|
dl = [x for x in dayslist.items() if x[0] <= days]
|
||||||
argl.extend(list(self.unzip(dl)))
|
argl.extend(list(self.unzip(dl)))
|
||||||
|
|
||||||
self.filledGraph(graph, days, ["#f54949", "#c63434"], *argl)
|
self.filledGraph(graph, days, ["#f8835f", "#d57d56"], *argl)
|
||||||
|
|
||||||
cheat = fig.add_subplot(111)
|
cheat = fig.add_subplot(111)
|
||||||
b1 = cheat.bar(0, 0, color = "#d33d3e")
|
b1 = cheat.bar(0, 0, color = "#f8835f")
|
||||||
b2 = cheat.bar(1, 0, color = "#a43635")
|
b2 = cheat.bar(1, 0, color = "#d57d56")
|
||||||
|
|
||||||
cheat.legend([b1, b2], [
|
cheat.legend([b1, b2], [
|
||||||
_("Young"),
|
_("Young"),
|
||||||
|
|
Loading…
Reference in a new issue