dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20521
[Bug 676733] Re: Plot title does not update from Python
** Changed in: dolfin
Importance: Undecided => Medium
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/676733
Title:
Plot title does not update from Python
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)
References