File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,15 @@ To generate the documentation using [ford](https://github.com/Fortran-FOSS-Progr
62
62
63
63
### Supported plot types
64
64
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
72
74
73
75
### Example
74
76
You can’t perform that action at this time.
0 commit comments