Seth Axen
Seth Axen
Both [ArviZPlots.jl](https://arviz-devs.github.io/ArviZPlots.jl/dev/examples/#Pair-Plot) and [CornerPlot.jl](https://github.com/kilianbreathnach/CornerPlot.jl/blob/master/notebook_demo/example%20corner%20plots.ipynb) do something similar to this. It probably would be good to offer this alternative layout using keyword arguments.
How does this PR differ from #53? If the difference is small, why not add to #53?
I agree, this would be useful to have. `left_inverse` and `right_inverse` could fall back to `inverse`, so that if a downstream user only needs to require that a function be...
@mlubin can you review this when you get the chance?
@mlubin thanks for the review! I have addressed all of your suggestions. Because this PR adds new functions to the API, I incremented the minor version, as specified by the...
> It looks like tests are failing on 1.6. Should be fixed now. A few tests were testing against Base methods not introduced until Julia 1.7 or hitting Base bugs...
@mlubin would you like to you re-review?
> So one possibility would be for a Measure to be parameterized by a Domain. It would be really nice to not have to worry about domains, and to have...
> If I'm understanding correctly, this should be ok as long as every `Manifold` has `in` and`eltype` methods. Here's from the bottom of the DomainSets README: While all `Manifold`s have...