fortplot_matplotlib_advanced Module

Slim matplotlib-compatible facade that aggregates specialised wrappers



Interfaces

public interface show

  • public subroutine show_data(x, y, label, title_text, xlabel_text, ylabel_text, blocking)

    Convenience routine mirroring matplotlib.pyplot.show signature with data

    Arguments

    Type IntentOptional Attributes Name
    real(kind=wp), intent(in) :: x(:)
    real(kind=wp), intent(in) :: y(:)
    character(len=*), intent(in), optional :: label
    character(len=*), intent(in), optional :: title_text
    character(len=*), intent(in), optional :: xlabel_text
    character(len=*), intent(in), optional :: ylabel_text
    logical, intent(in), optional :: blocking
  • public subroutine show_figure(blocking)

    Show the global figure via backend implementation

    Arguments

    Type IntentOptional Attributes Name
    logical, intent(in), optional :: blocking