draw_back_spines Subroutine

public subroutine draw_back_spines(ctx, corners_2d, corners_depth)

Draw the box edges that lie behind the data (mean edge depth below the cube center). These render before the data so the data paints over them.

Arguments

Type IntentOptional Attributes Name
class(plot_context), intent(inout) :: ctx
real(kind=wp), intent(in) :: corners_2d(2,8)
real(kind=wp), intent(in) :: corners_depth(8)