Skip to content

Commit

Permalink
rasterized to True
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Oct 9, 2024
1 parent f4dd006 commit f89ebfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f89ebfa

Please sign in to comment.