Just tried to plot a custom dataset:
sdatas["ht232p1h1a2"].table[:,"TNFRSF4"].X.max()
>>> 2.4870176
I expect the colorbar to go from 0 to the max value, instead it goes to 1
sdatas["ht232p1h1a2"].pl.render_shapes(color="TNFRSF4", layer="X").pl.show()

while there is value in scaling it, it shouldn't be the default as it prevent from being able to compare across variables
Just tried to plot a custom dataset:
I expect the colorbar to go from 0 to the max value, instead it goes to 1
while there is value in scaling it, it shouldn't be the default as it prevent from being able to compare across variables