draw_front_spines Subroutine

public subroutine draw_front_spines(ctx, corners_2d, corners_depth)

Draw the box edges in front of the data (mean edge depth above the cube center). These render after the data so they occlude it, matching the global painter ordering of matplotlib mplot3d.

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)