kuadrat / data-slicer

Multidimensional data visualization tools
MIT License
9 stars 4 forks source link

nonlinear axis coordinates for ImagePlots #13

Open kuadrat opened 3 years ago

kuadrat commented 3 years ago

It seems that ImagePlot currently only takes the min/max values of the axes and assumes linear spacing of the coordinates in between. Being able to set arbitrary coordinates (like in matplotlib's pcolormesh) would be useful.

That would likely require significant reworkings in how ImagePlot works, as the currently used way of displaying a pyqtgraph ImageItem might not make this feature feasible.