:orphan:
# PetscDrawMarkerType
How a "mark" is indicate in a figure 
## Synopsis
```
typedef enum {
  PETSC_DRAW_MARKER_CROSS,
  PETSC_DRAW_MARKER_POINT,
  PETSC_DRAW_MARKER_PLUS,
  PETSC_DRAW_MARKER_CIRCLE
} PetscDrawMarkerType;
```

## Values

- ***`PETSC_MARKER_CROSS` -*** a small pixel based x symbol or the character x if that is not available
- ***`PETSC_MARKER_PLUS` -*** a small pixel based + symbol or the character + if that is not available
- ***`PETSC_MARKER_CIRCLE` -*** a small pixel based circle symbol or the character o if that is not available
- ***`PETSC_MARKER_POINT` -*** the make obtained with `PetscDrawPoint()`





## See Also
 `PetscDraw`, `PetscDrawMarker()`, `PetscDrawSetMarkerType()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscdraw.h.html#PetscDrawMarkerType">include/petscdraw.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscdraw.h)


[Index of all Sys routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
