From 1e16c012bcb86c7d3b5593925a58548d3382d419 Mon Sep 17 00:00:00 2001 From: Sadiksha Paudel <86878997+Sadiksha1111@users.noreply.github.com> Date: Sat, 25 Sep 2021 20:12:13 +0545 Subject: [PATCH] Update planisphere.py --- planisphere.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planisphere.py b/planisphere.py index aaf6425..71a248a 100755 --- a/planisphere.py +++ b/planisphere.py @@ -45,8 +45,8 @@ # Render planisphere in all available languages for language in text.text: - # Render climates for latitudes at 5-degree spacings from 10 deg -- 85 deg, plus 52N - for latitude in list(range(-80, 90, 5)) + [52]: + # Render climates for latitudes at 1-degree spacings from 10 deg -- 85 deg, + for latitude in list(range(80,10)) + [52]: # Do not make equatorial planispheres, as they don't really work if -10 < latitude < 10: