I have a large sparse matrix and would like to plot it using pyqtgraph. At the moment I am just converting the matrix into a full matrix with the obvious drawback of large memory consumption. Is there a more elegant way of plotting a sparse 2D array using pyqtgraph?
1