4e68d41659
It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives. From Laurence Tratt (maintainer), some fixes by me, test and help Will Maier, merdely@ ok merdely@
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))
|