#include "petscdraw.h" PetscErrorCode PetscDrawString(PetscDraw draw,PetscReal xl,PetscReal yl,int cl,const char text[])Not Collective
draw | - the drawing context | |
xl,yl | - the coordinates of lower left corner of text | |
cl | - the color of the text | |
text | - the text to draw |