petsc-3.14.6 2021-03-30
PetscDrawBarGetDraw
Gets the draw context associated with a bar graph.
Synopsis
#include "petscdraw.h"
#include "petscsys.h"
#include "petscviewer.h"
PetscErrorCode PetscDrawBarGetDraw(PetscDrawBar bar,PetscDraw *draw)
Not Collective, PetscDraw is parallel if PetscDrawBar is parallel
Input Parameter
| bar | - The bar graph context
|
Output Parameter
See Also
PetscDrawBarCreate(), PetscDrawBar, PetscDrawBarDraw(), PetscDraw
Level
intermediate
Location
src/sys/classes/draw/utils/bars.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages