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.
45
-
46
-
mplstereonet
47
-
===============
48
-
49
-
`mplstereonet <https://github.com/joferkington/mplstereonet>`_ provides stereonets for plotting and analyzing orientation data in Matplotlib.
50
-
51
-
52
17
.. _hl_plotting:
53
18
54
19
High-Level Plotting
55
20
*******************
56
21
57
-
Several projects have started to provide a higher-level interface to
58
-
matplotlib. These are independent projects.
22
+
Several projects provide higher-level interfaces for creating
23
+
matplotlib plots.
59
24
60
25
.. _toolkit_seaborn:
61
26
@@ -75,7 +40,7 @@ understanding complex datasets.
75
40
ggplot
76
41
======
77
42
78
-
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
43
+
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2 package
79
44
to python based on matplotlib.
80
45
81
46
.. image:: /_static/ggplot.png
@@ -86,7 +51,6 @@ to python based on matplotlib.
86
51
holoviews
87
52
=========
88
53
89
-
90
54
`holoviews <http://holoviews.org>`_ makes it easier to visualize data
91
55
interactively, especially in a `Jupyter notebook
92
56
<http://jupyter.org>`_, by providing a set of declarative
@@ -98,6 +62,47 @@ parameter exploration.
98
62
.. image:: /_static/holoviews.png
99
63
:height:354px
100
64
65
+
66
+
.. _toolkits-mapping:
67
+
68
+
Mapping Toolkits
69
+
****************
70
+
71
+
Two independent mapping toolkits are available.
72
+
73
+
.. _toolkit_basemap:
74
+
75
+
Basemap
76
+
=======
77
+
78
+
Plots data on map projections, with continental and political
79
+
boundaries. See `basemap <http://matplotlib.org/basemap>`_
80
+
docs.
81
+
82
+
.. image:: /_static/basemap_contour1.png
83
+
:height:400px
84
+
85
+
86
+
87
+
Cartopy
88
+
=======
89
+
`Cartopy <http://scitools.org.uk/cartopy/docs/latest>`_ builds on top of
90
+
matplotlib to provide object oriented map projection definitions and close
91
+
integration with Shapely for powerful yet easy-to-use vector data processing
`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.
154
163
155
-
An alternative mapping library written for matplotlib ``v1.2`` and beyond.
156
-
`Cartopy <http://scitools.org.uk/cartopy/docs/latest>`_ builds on top of
157
-
matplotlib to provide object oriented map projection definitions and close
158
-
integration with Shapely for powerful yet easy-to-use vector data processing
0 commit comments