From f89ebfa9b6874f560322b26eda34a04abf10c1ad Mon Sep 17 00:00:00 2001 From: G-Sommani Date: Wed, 9 Oct 2024 14:21:24 +0200 Subject: [PATCH] rasterized to True --- skyreader/plot/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyreader/plot/plot.py b/skyreader/plot/plot.py index c4e0676..37c5ffa 100644 --- a/skyreader/plot/plot.py +++ b/skyreader/plot/plot.py @@ -162,7 +162,7 @@ def create_plot( map_to_plot, vmin=vmin, vmax=vmax, - rasterized=False, + rasterized=True, cmap=cmap ) # ax.set_xlim(np.pi, -np.pi)