diff options
Diffstat (limited to 'dev-python/corner/metadata.xml')
-rw-r--r-- | dev-python/corner/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/corner/metadata.xml b/dev-python/corner/metadata.xml new file mode 100644 index 000000000000..b8f3109ff572 --- /dev/null +++ b/dev-python/corner/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + This Python module uses matplotlib to visualize multidimensional + samples using a scatterplot matrix. In these visualizations, each + one- and two-dimensional projection of the sample is plotted to + reveal covariances. corner was originally conceived to display the + results of Markov Chain Monte Carlo simulations and the defaults + are chosen with this application in mind but it can be used for + displaying many qualitatively different samples. + </longdescription> + <upstream> + <remote-id type="pypi">corner</remote-id> + <remote-id type="github">dfm/corner.py</remote-id> + </upstream> +</pkgmetadata> |