13 lines
679 B
Plaintext
13 lines
679 B
Plaintext
|
$OpenBSD: patch-examples_bargraphs_months_py,v 1.1.1.1 2007/12/31 11:32:30 eric Exp $
|
||
|
--- examples/bargraphs/months.py.orig Fri Nov 30 18:03:54 2007
|
||
|
+++ examples/bargraphs/months.py Fri Nov 30 18:03:43 2007
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-bap = graph.axis.painter.bar
|
||
|
-a = graph.axis.nestedbar(painter=bap(nameattrs=[trafo.rotate(45),
|
||
|
- text.halign.right],
|
||
|
- innerticklength=0.1))
|
||
|
+#bap = graph.axis.painter.bar
|
||
|
+#a = graph.axis.nestedbar(painter=bap(nameattrs=[trafo.rotate(45),
|
||
|
+# text.halign.right],
|
||
|
+# innerticklength=0.1))
|