dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23249
[Bug 676733] Re: Plot title does not update from Python
** Changed in: dolfin
Status: Fix Committed => Fix Released
--
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:
Fix Released
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