Skip to content

Commit 060c3ae

Browse files
committed
added support for raw strings
also removed some depreciated args for matplotlib minor changes
1 parent 4c4a6e0 commit 060c3ae

File tree

4 files changed

+182
-162
lines changed

4 files changed

+182
-162
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ doc/
3030
*.exe
3131
*.out
3232
*.app
33+
34+
# misc
35+
.DS_Store

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Supported plot types
2222
* ```matplotlib.pyplot.contourf``` -- filled contour plot
2323
* ```matplotlib.pyplot.imshow``` -- image plot
2424
* ```matplotlib.pyplot.hist``` -- histogram plot
25+
* ```matplotlib.pyplot.errorbar``` -- errorbar plot
2526

2627
Example
2728
---------------

0 commit comments

Comments
 (0)