| e6356e30 | 17-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw X11: Fix coordinate computations and off-by-one-pixel issues
* User coordinates in range [xl,yl]x[xr,yr] map to pixels [0,w-1]x[0,h-1] * Simplify PetscDrawString_X() * Simplify and fix off
PetscDraw X11: Fix coordinate computations and off-by-one-pixel issues
* User coordinates in range [xl,yl]x[xr,yr] map to pixels [0,w-1]x[0,h-1] * Simplify PetscDrawString_X() * Simplify and fix offsets in PetscDrawStringVertical_X() * Fix box computation for calls to XFillRectangle() * Implement drawing of arrow tips for horizontal arrows
show more ...
|
| e5ab1681 | 01-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Fix VecView Seq, MPI, DMDA 1d/2d
* DMDA: fix parallel drawing and handle viewports properly in 1d and 2d * VECSEQ/VECMPI: * PetscDrawAxis: attempt to fix tick generation * PetscDrawViewPo
PetscDraw: Fix VecView Seq, MPI, DMDA 1d/2d
* DMDA: fix parallel drawing and handle viewports properly in 1d and 2d * VECSEQ/VECMPI: * PetscDrawAxis: attempt to fix tick generation * PetscDrawViewPorts: set coordinates before drawing lines, add flush * PETSCVIEWERDRAW: improve error checking
show more ...
|