Skip to content

Commit f559d43

Browse files
committed
readme updates
1 parent a808434 commit f559d43

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,15 @@ To generate the documentation using [ford](https://github.com/Fortran-FOSS-Progr
6262

6363
### Supported plot types
6464

65-
* ```matplotlib.pyplot.plot``` -- 2D/3D plot of lines and/or markers
66-
* ```matplotlib.pyplot.bar``` -- bar plot
67-
* ```matplotlib.pyplot.contour``` -- contour plot
68-
* ```matplotlib.pyplot.contourf``` -- filled contour plot
69-
* ```matplotlib.pyplot.imshow``` -- image plot
70-
* ```matplotlib.pyplot.hist``` -- histogram plot
71-
* ```matplotlib.pyplot.errorbar``` -- errorbar plot
65+
* `matplotlib.pyplot.plot` -- 2D/3D plot of lines and/or markers
66+
* `matplotlib.pyplot.bar` -- bar plot
67+
* `matplotlib.pyplot.contour` -- contour plot
68+
* `matplotlib.pyplot.contourf` -- filled contour plot
69+
* `matplotlib.pyplot.imshow` -- image plot
70+
* `matplotlib.pyplot.hist` -- histogram plot
71+
* `matplotlib.pyplot.errorbar` -- errorbar plot
72+
* `mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface` -- surface plot
73+
* `mpl_toolkits.mplot3d.axes3d.Axes3D.plot_wireframe` -- 3D wireframe
7274

7375
### Example
7476

0 commit comments

Comments
 (0)