#include "petscdraw.h" PetscErrorCode PetscDrawSetMarkerType(PetscDraw draw,PetscDrawMarkerType mtype)Not collective
draw | - the drawing context | |
mtype | - either PETSC_DRAW_MARKER_CROSS (default) or PETSC_DRAW_MARKER_POINT |
-draw_marker_type | - x or point |