fortplot_legend_overlap Module

Matplotlib-style overlap cost for points, paths and rectangular patches.



Functions

public function legend_overlap_cost(bounds, x, y, paths, rectangles) result(cost)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: bounds(4)
real(kind=wp), intent(in) :: x(:)
real(kind=wp), intent(in) :: y(:)
integer, intent(in), optional :: paths(:)
real(kind=wp), intent(in), optional :: rectangles(:,:)

Return Value integer