From 27be587c47ce2677b9faeb3761e69fbd249a67cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Sun, 15 May 2011 14:45:16 +0000 Subject: [PATCH] add release date to calendar git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@3122 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/graphstyles/cal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/graphstyles/cal.py b/examples/graphstyles/cal.py index 58d71697..ccb004eb 100644 --- a/examples/graphstyles/cal.py +++ b/examples/graphstyles/cal.py @@ -36,11 +36,11 @@ class daystyle(graph.style._style): graph.text_pt(x1_pt+3, y1_pt+3, point["note"], [text.size.tiny]) # create calendar data -year = 2007 +year = 2011 notes = {1: {17: r"\PyX{} 0.2 (2003)", 20: r"\PyX{} 0.5 (2004)", 22: r"\PyX{} 0.5.1 (2004)"}, 3: {30: r"\PyX{} 0.6 (2004)", 31: r"\PyX{} 0.3 ('03), \PyX{} 0.6.1 ('04)"}, 4: {4: r"\PyX{} 0.3.1 (2003)", 7: r"\PyX{} 0.6.2 (2004)", 27: r"\PyX{} 0.6.3 (2004)"}, - 5: {24: r"\PyX{} 0.9 (2006)"}, + 5: {24: r"\PyX{} 0.9 (2006)", 5: r"\PyX{} 0.11 (2011)"}, 7: {13: r"\PyX{} 0.8 (2005)"}, 8: {13: r"\PyX{} 0.8.1 (2005)", 22: r"\PyX{} 0.4 (2003)"}, 9: {17: r"\PyX{} 0.4.1 (2003)"}, -- 2.11.4.GIT