@@ -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