petsc-3.7.1 2016-05-15
Report Typos and Errors

PetscDrawMarker

PetscDraws a marker onto a drawable.

Synopsis

#include "petscdraw.h" 
PetscErrorCode  PetscDrawMarker(PetscDraw draw,PetscReal xl,PetscReal yl,int cl)
Not collective Many br

Input Parameters

draw - the drawing context Many br
xl,yl - the coordinates of the marker Many br
cl - the color of the marker Many br

Many br

See Also

PetscDrawPoint(), PetscDrawString(), PetscDrawSetMarkerType()

Level:beginner
Location:
src/sys/classes/draw/interface/dmarker.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages