Procedures

ProcedureLocationProcedure TypeDescription
add_3d_plot pyplot_module Subroutine

Add a 3D x,y,z plot.

Read more…
add_bar pyplot_module Subroutine

Add a bar plot.

add_contour pyplot_module Subroutine

Add a contour plot.

Read more…
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 imshow.

Read more…
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.

Read more…
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.

Read more…
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.

Read more…
plot_wireframe pyplot_module Subroutine

Add a wireframe plot.

Read more…
real_to_string pyplot_module Subroutine

Real scalar to string.

savefig pyplot_module Subroutine

Save the figure.

Read more…
showfig pyplot_module Subroutine

Shows the figure.

vec_to_string pyplot_module Subroutine

Real vector to string.

call~~graph~~CallGraph proc~add_3d_plot pyplot_module::pyplot%add_3d_plot proc~add_str pyplot_module::pyplot%add_str proc~add_3d_plot->proc~add_str proc~optional_int_to_string pyplot_module::optional_int_to_string proc~add_3d_plot->proc~optional_int_to_string proc~vec_to_string pyplot_module::vec_to_string proc~add_3d_plot->proc~vec_to_string proc~add_bar pyplot_module::pyplot%add_bar proc~add_bar->proc~add_str proc~add_bar->proc~vec_to_string proc~add_contour pyplot_module::pyplot%add_contour proc~add_contour->proc~add_str proc~matrix_to_string pyplot_module::matrix_to_string proc~add_contour->proc~matrix_to_string proc~add_contour->proc~optional_int_to_string proc~add_contour->proc~vec_to_string proc~add_errorbar pyplot_module::pyplot%add_errorbar proc~add_errorbar->proc~add_str proc~add_errorbar->proc~optional_int_to_string proc~add_errorbar->proc~vec_to_string proc~add_hist pyplot_module::pyplot%add_hist proc~add_hist->proc~add_str proc~add_hist->proc~optional_int_to_string proc~optional_logical_to_string pyplot_module::optional_logical_to_string proc~add_hist->proc~optional_logical_to_string proc~add_hist->proc~vec_to_string proc~add_imshow pyplot_module::pyplot%add_imshow proc~add_imshow->proc~add_str proc~add_imshow->proc~matrix_to_string proc~add_imshow->proc~vec_to_string proc~add_plot pyplot_module::pyplot%add_plot proc~add_plot->proc~add_str proc~add_plot->proc~optional_int_to_string proc~add_plot->proc~vec_to_string proc~add_sphere pyplot_module::pyplot%add_sphere proc~add_sphere->proc~add_str proc~add_sphere->proc~optional_int_to_string proc~add_sphere->proc~optional_logical_to_string proc~real_to_string pyplot_module::real_to_string proc~add_sphere->proc~real_to_string proc~destroy pyplot_module::pyplot%destroy proc~execute pyplot_module::pyplot%execute proc~finish_ops pyplot_module::pyplot%finish_ops proc~finish_ops->proc~add_str proc~initialize pyplot_module::pyplot%initialize proc~initialize->proc~add_str proc~initialize->proc~destroy proc~integer_to_string pyplot_module::integer_to_string proc~initialize->proc~integer_to_string proc~initialize->proc~optional_int_to_string proc~matrix_to_string->proc~vec_to_string proc~optional_int_to_string->proc~integer_to_string proc~plot_surface pyplot_module::pyplot%plot_surface proc~plot_surface->proc~add_str proc~plot_surface->proc~matrix_to_string proc~plot_surface->proc~optional_int_to_string proc~plot_surface->proc~optional_logical_to_string proc~plot_surface->proc~vec_to_string proc~plot_wireframe pyplot_module::pyplot%plot_wireframe proc~plot_wireframe->proc~add_str proc~plot_wireframe->proc~matrix_to_string proc~plot_wireframe->proc~optional_int_to_string proc~plot_wireframe->proc~optional_logical_to_string proc~plot_wireframe->proc~vec_to_string proc~savefig pyplot_module::pyplot%savefig proc~savefig->proc~add_str proc~savefig->proc~execute proc~savefig->proc~finish_ops proc~showfig pyplot_module::pyplot%showfig proc~showfig->proc~add_str proc~showfig->proc~execute proc~showfig->proc~finish_ops
Help