dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16928
[Bug 493099] [NEW] DOLFIN_NOPLOT not sufficient for general case
Public bug reported:
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.
** Affects: dolfin
Importance: High
Status: New
--
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: New
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.
Follow ups
References