Skip to content

Create triangular matrix of subplots showing 2D parameter samples

License

Notifications You must be signed in to change notification settings

kilianbreathnach/CornerPlot.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CornerPlot

CornerPlot.jl is a plotting package in julia built on top of Gadfly.jl. Inspired by [corner.py](https://github.com/dfm/corner.py), it plots samples in multiple dimensions as a triangular matrix of subplots showing the samples in pairs of dimensions. To use make such a plot, simply call corner with an array of shape (nsamples, ndims) or a DataFrame containing your samples:

corner(df)

Further optional arguments can be seen in the example IJulia notebook or in the docstrings of the code.

corner example

About

Create triangular matrix of subplots showing 2D parameter samples

Resources

License

Stars

Watchers

Forks

Packages

No packages published