You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Matplotlib-Venn <https://github.com/konstantint/matplotlib-venn>`_ provides a set of functions for plotting 2- and 3-set area-weighted (or unweighted) Venn diagrams.
96
-
97
-
mplstereonet
98
-
===============
99
-
(*Not distributed with matplotlib*)
100
-
101
-
`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides stereonets for plotting and analyzing orientation data in Matplotlib.
102
-
103
-
104
-
.. _hl_plotting:
105
-
106
-
High-Level Plotting
107
-
*******************
108
-
109
-
Several projects have started to provide a higher-level interface to
110
-
matplotlib. These are independent projects.
111
-
112
-
.. _toolkit_seaborn:
113
-
114
-
seaborn
115
-
=======
116
-
(*Not distributed with matplotlib*)
117
-
118
-
`seaborn <https://seaborn.github.io/>`_ is a high level interface for drawing
119
-
statistical graphics with matplotlib. It aims to make visualization a central
120
-
part of exploring and understanding complex datasets.
121
-
122
-
.. image:: /_static/seaborn.png
123
-
:height:157px
124
-
125
-
.. _toolkit_holoviews:
126
-
127
-
holoviews
128
-
=========
129
-
(*Not distributed with matplotlib*)
130
-
131
-
`holoviews <http://holoviews.org>`_ makes it easier to visualize data
132
-
interactively, especially in a `Jupyter notebook
133
-
<http://jupyter.org>`_, by providing a set of declarative
134
-
plotting objects that store your data and associated metadata. Your
135
-
data is then immediately visualizable alongside or overlaid with other
136
-
data, either statically or with automatically provided widgets for
137
-
parameter exploration.
138
-
139
-
.. image:: /_static/holoviews.png
140
-
:height:354px
141
-
142
-
.. _toolkit_ggplot:
143
-
144
-
ggplot
145
-
======
146
-
(*Not distributed with matplotlib*)
147
-
148
-
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
149
-
to python based on matplotlib.
150
-
151
-
.. image:: /_static/ggplot.png
152
-
:height:195px
153
-
154
-
155
-
.. _toolkit_prettyplotlib:
156
-
157
-
prettyplotlib
158
-
=============
159
-
(*Not distributed with matplotlib*)
160
-
161
-
`prettyplotlib <https://olgabot.github.io/prettyplotlib>`_ is an extension
162
-
to matplotlib which changes many of the defaults to make plots some
163
-
consider more attractive.
164
-
165
-
166
-
iTerm2 terminal backend
167
-
=======================
168
-
(*Not distributed with matplotlib*)
169
-
170
-
`matplotlib_iterm2 <https://github.com/oselivanov/matplotlib_iterm2>`_ is an
0 commit comments