File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ Real probability scales for matplotlib
4
4
[ ![ Build Status] ( https://travis-ci.org/phobson/mpl-probscale.svg )] ( https://travis-ci.org/phobson/mpl-probscale )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/phobson/mpl-probscale/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/phobson/mpl-probscale?branch=master )
6
6
7
+ [ Sphinx Docs] ( http://phobson.github.io/mpl-probscale/ )
8
+
9
+ ## Installation
10
+
11
+ ` conda install mpl-probscale --channel=phobson `
12
+
13
+
14
+ ## Quick start
15
+
7
16
Simply importing ` probscale ` lets you use probability scales in your matplotlib figures:
8
17
9
18
``` python
Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ mpl-probscale: Real probability scales for matplotlib
15
15
16
16
https://github.com/phobson/mpl-probscale
17
17
18
+ Installation
19
+ ------------
20
+
21
+ ``conda install mpl-probscale --channel=phobson ``
22
+
23
+
24
+ Quickstart
25
+ ----------
26
+
18
27
Simply importing ``probscale `` lets you use probability scales in your matplotlib figures:
19
28
20
29
.. code-block :: python
You can’t perform that action at this time.
0 commit comments