We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4a6e0 commit 060c3aeCopy full SHA for 060c3ae
.gitignore
@@ -30,3 +30,6 @@ doc/
30
*.exe
31
*.out
32
*.app
33
+
34
+# misc
35
+.DS_Store
README.md
@@ -22,6 +22,7 @@ Supported plot types
22
* ```matplotlib.pyplot.contourf``` -- filled contour plot
23
* ```matplotlib.pyplot.imshow``` -- image plot
24
* ```matplotlib.pyplot.hist``` -- histogram plot
25
+* ```matplotlib.pyplot.errorbar``` -- errorbar plot
26
27
Example
28
---------------
0 commit comments