thuiop

Results 30 comments of thuiop

Here is how the residuals look like currently. ![residuals](https://user-images.githubusercontent.com/1338337/196058736-4b490249-2a34-4ca3-a951-058e79c178b6.png)

> That looks quite cool. The colorbar at the end of each row applies to the three images? > > And could you clarify how you set the scale for...

This kind of metrics is exactly what I envisioned for the "target_meas" parameters. Actually for the shape we already have the one for the ellipticities ; there are probably other...

To be complete, the objects interface accepts the list-based `common_norm` values mentioned earlier, e.g. `common_norm=["row","col"]` will group only on the row and columns, disregarding the color. @kwhkim the issue with...

https://matplotlib.org/devdocs/users/next_whats_new/set_loc.html Seems things are moving in the right direction on the matplotlib side. This may at least help with moving around the legend.

My bad for only seeing this now @JeppeKlitgaard. This is intended to be used after plotting using `p.on(ax).plot()` ; `.show()` actually calls `plt.show()` so the trick will not work (don't...

Bumping this, I am not sure why the Axes are monkeypatched rather than simply being a projection. It does not make sense to me that a user who may only...

`so.Stack` does not affect `ymin` and `ymax`, which set the parameters for the Range. There is actually a TODO in the code about doing that, but I suspect it raises...

This is not an obvious one. In the case of lines (for instance), the dataframe is grouped by subset of color/linestyle/... combination, and for each subset a line is drawn...