dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20197
[Bug 676733] [NEW] Plot title does not update from Python
Public bug reported:
When plotting from Python, the plot title does not update. Below code
reproduces the issue.
from dolfin import *
mesh = UnitSquare(12, 12)
plot(mesh, title="AAAAA", interactive=True)
plot(mesh, title="BBBBB", interactive=True)
** Affects: dolfin
Importance: Undecided
Status: Confirmed
** Changed in: dolfin
Status: New => Confirmed
--
Plot title does not update from Python
https://bugs.launchpad.net/bugs/676733
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Confirmed
Bug description:
When plotting from Python, the plot title does not update. Below code reproduces the issue.
from dolfin import *
mesh = UnitSquare(12, 12)
plot(mesh, title="AAAAA", interactive=True)
plot(mesh, title="BBBBB", interactive=True)
Follow ups
References