fortplot_plotting_advanced Module

Advanced plotting methods (contour, bar, histogram, boxplot, streamplot)

This module provides a unified interface to advanced plotting functionality by re-exporting from the split plotting modules: - fortplot_plot_contours: Contour and pcolormesh plots - fortplot_plot_bars: Bar chart implementations - fortplot_plot_statistics: Histogram and boxplot functions



Subroutines

public subroutine streamplot_impl(self, x, y, u, v, density, color, linewidth, rtol, atol, max_time, arrowsize, arrowstyle)

Add streamlines for vector field

Arguments

Type IntentOptional Attributes Name
class(figure_t), intent(inout) :: self
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
real(kind=wp), intent(in) :: u(:,:)
real(kind=wp), intent(in) :: v(:,:)
real(kind=wp), intent(in), optional :: density
real(kind=wp), intent(in), optional :: color(3)
real(kind=wp), intent(in), optional :: linewidth
real(kind=wp), intent(in), optional :: rtol
real(kind=wp), intent(in), optional :: atol
real(kind=wp), intent(in), optional :: max_time
real(kind=wp), intent(in), optional :: arrowsize
character(len=*), intent(in), optional :: arrowstyle