thuiop
                                            thuiop
                                        
                                    Here is how the residuals look like currently. 
> 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...
Duplicate of #3015 I believe?
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...