dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16998
[Bug 493099] Re: DOLFIN_NOPLOT not sufficient for general case
Fixed using HPL's DoNothing class.
** Changed in: dolfin
Status: New => Fix Committed
--
DOLFIN_NOPLOT not sufficient for general case
https://bugs.launchpad.net/bugs/493099
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Fix Committed
Bug description:
DOLFIN_NOPLOT is used to turn plotting off for the buildbots. However, it only works for simple one lines cases. For example, it does not work for
p = plot(intersection, rescale=True, wireframe=False, axes=True,scalar_bar=False)
p.elevate(-50)
If DOLFIN_NOPLOT is set, the first line returns nothing, hence the second line will fail.
References