I am using matplotlib's pcolormesh
for 2D plotting of large sets of X Y Z data where Z is the color intensity.
I get the plots I want, but as the data is getting larger, the plotting gets slower and slower (> 30 min for each plot).
Is there any way to go about this limitation?