Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Keitel
gridcorner
Commits
e5fec27e
Commit
e5fec27e
authored
Dec 14, 2017
by
Gregory Ashton
Browse files
Update README.md
parent
13a069bc
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e5fec27e
#
Projection matrix
plot
#
Grid corner
plot
A corner plot for an array of dependent values
Given an
`N`
dimensional set of data (i.e. some function evaluated over a grid
Given an
N-
dimensional set of data (i.e. some function evaluated over a grid
of coordinates), plot all possible 1D and 2D projections in the style of a
[
"corner" plot
](
http://corner.readthedocs.io/en/latest/pages/quickstart.html
)
.
# Example
## Installation
Clone the repository and then
```
bash
$
python setup
install
```
## Example
Generating some fake data and plotting:
...
...
@@ -33,7 +39,7 @@ fig.savefig('example')
```

# Acknowledgements
#
# Acknowledgements
The code uses both the central idea and some specific code from
[
corner.py
](
https://github.com/dfm/corner.py
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment