| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| add_3d_plot | pyplot_module | Subroutine | Add a 3D x,y,z plot. |
| add_bar | pyplot_module | Subroutine | Add a bar plot. |
| add_contour | pyplot_module | Subroutine | Add a contour plot. |
| add_errorbar | pyplot_module | Subroutine | Add an x,y plot with errorbars. |
| add_hist | pyplot_module | Subroutine | Add a histogram plot. |
| add_imshow | pyplot_module | Subroutine | Add an image plot using |
| add_plot | pyplot_module | Subroutine | Add an x,y plot. |
| add_sphere | pyplot_module | Subroutine | Add a sphere to a 3D x,y,z plot. |
| add_str | pyplot_module | Subroutine | Add a string to the buffer. |
| destroy | pyplot_module | Subroutine | Destructor. |
| execute | pyplot_module | Subroutine | Write the buffer to a file, and then execute it with Python. |
| finish_ops | pyplot_module | Subroutine | Some final things to add before saving or showing the figure. |
| initialize | pyplot_module | Subroutine | Initialize a plot |
| integer_to_string | pyplot_module | Subroutine | Integer to string conversion. |
| matrix_to_string | pyplot_module | Subroutine | Real matrix (rank 2) to string. |
| optional_int_to_string | pyplot_module | Subroutine | Integer to string, specifying the default value if the optional argument is not present. |
| optional_logical_to_string | pyplot_module | Subroutine | Logical to string, specifying the default value if the optional argument is not present. |
| plot_surface | pyplot_module | Subroutine | Add a surface plot. |
| plot_wireframe | pyplot_module | Subroutine | Add a wireframe plot. |
| real_to_string | pyplot_module | Subroutine | Real scalar to string. |
| savefig | pyplot_module | Subroutine | Save the figure. |
| showfig | pyplot_module | Subroutine | Shows the figure. |
| vec_to_string | pyplot_module | Subroutine | Real vector to string. |