From dc2860e4228d35bbd73c4a35b6c19fd4535de069 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 27 Jul 2022 23:20:50 -0600 Subject: [PATCH] Thinner constellation lines (still broke tho) --- skymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skymap.c b/skymap.c index 2ffb7bc..c6a7aa8 100644 --- a/skymap.c +++ b/skymap.c @@ -958,7 +958,7 @@ void init_plot(char *psfile,float width,float aspect) // Initialize plot cpgopen(psfile); - cpgslw(2); + cpgslw(1); cpgpap(7.5,1); skymap_plot_renew();