lrnv / Copulas.jl

A fully `Distributions.jl`-compliant copula package
https://lrnv.github.io/Copulas.jl/
MIT License
92 stars 10 forks source link

[New feature] Plotting / Vizualization #152

Open lrnv opened 8 months ago

lrnv commented 8 months ago

AnderGray suggested in the Joss review to add functionality for Plotting / Visualisation.


Yes, this is indeed a very good idea. We might borow a few plots from BivariateCopulas.jl and also revamp #78, but my goal is to be compatible with Plots.jl and StatsPlots.jl, and do that as a package extension so that loading these things is not necessary to use the package. It will also allow to add a lot of graphs to the documenttion.

alecloudenback commented 8 months ago

You might just point folks to https://sefffal.github.io/PairPlots.jl/dev/guide/

lrnv commented 8 months ago

@alecloudenback Yes this is the kind of stuff I want in the package extension, the ideal plot here would be:

but also alike BivariateCopulas.jl, using StatsPlots there should be a possibility to plot bivariate densities.

If PairsPlots.jl can be used here, then perfect. For other plotting of dataframes, I will indeed point out to PairsPlots.jl I think.