Savefig in plots jl is slow when i scatter 13056 points
using Plots scatter(rand(13056), rand(13056)) savefig(“scatter_plot.png”) Option 1: Using the default savefig function The default savefig function in the Plots package is known to be slow when saving large plots. However, there are