Skip to content

[flint] Set data keep aspect ratio by default for image plot

Everything is in the title.

Can be tested with

from bliss.common import plot
import numpy
plot.plot(numpy.arange(100).reshape(10,10))

Merge request reports