I'm working on a project that handles large data sets. Up to this point I had
not had any issues using matplotlib, but I tried yesterday to have it plot a
file that had 8 million float,float pairs in it and dies with the following
message:
pException in Tkinter callback
Traceback (most recent
We have a very large data set that we are trying to plot in matplotlib. We
found that when you have multiple data points per pixel the backend does not
always pick the point with the largest value to draw. If you resize the plot
window it changes what is being shown on the figure. Narrow fea