commit f3f416507c56cc785b6908701cf5a693596d33ec
parent 1234131e38af6074477fb3d23b8eb1607d7bae24
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sat, 2 Dec 2023 19:17:16 -0800
I made the dots a bit bigger, still experimenting
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/posts/postscript-graph-paper/dotgrid.pdf b/content/posts/postscript-graph-paper/dotgrid.pdf
Binary files differ.
diff --git a/content/posts/postscript-graph-paper/dotgrid.ps b/content/posts/postscript-graph-paper/dotgrid.ps
@@ -2,7 +2,7 @@
% Adjust these to suit your needs, units specified in "points" (1/72 inch)
/w 612 def /h 792 def % US Letter paper
/sp 5 72 mul 25.4 div def % Grid spacing (5 mm here)
-/st 1 72 mul 300 div def % Dot radius (1 'dots' in a 300 dpi resolution)
+/st 1.5 72 mul 300 div def % Dot radius (1 'dots' in a 300 dpi resolution)
/co 0.0 def % Gray-level of the line (0 = black, 1 = white)
% Remainder function (`mod` doesn't take floating point values)