:orphan: # PetscDrawAppendTitle Appends to the title of a `PetscDraw` context. ## Synopsis ``` #include "petscdraw.h" PetscErrorCode PetscDrawAppendTitle(PetscDraw draw, const char title[]) ``` Collective ## Input Parameters - ***draw -*** the graphics context - ***title -*** the title ## Note A copy of the string is made, so you may destroy the title string after calling this routine. ## See Also `PetscDraw`, `PetscDrawSetTitle()`, `PetscDrawGetTitle()` ## Level advanced ## Location src/sys/classes/draw/interface/draw.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/draw/interface/draw.c) [Index of all Draw routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)