From fb481a203b0c2ae481a3790f742d3b13957ec063 Mon Sep 17 00:00:00 2001 From: ImSoErgodic Date: Wed, 20 Apr 2016 11:29:10 +0200 Subject: [PATCH] Add PyUpSet as extension Visualisation package based on matplotlib (and pandas for the data side). --- doc/thirdpartypackages/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/thirdpartypackages/index.rst b/doc/thirdpartypackages/index.rst index 2ed61767f316..0c65e7e333e8 100644 --- a/doc/thirdpartypackages/index.rst +++ b/doc/thirdpartypackages/index.rst @@ -165,3 +165,7 @@ mplstereonet =============== `mplstereonet `_ provides stereonets for plotting and analyzing orientation data in Matplotlib. + +pyupset +=============== +`pyUpSet `_ is a static Python implementation of the `UpSet suite by Lex et al. `_ to explore complex intersections of sets and data frames.