← Back to team overview

dolfin team mailing list archive

[Bug 676733] Re: Plot title does not update from Python

 

Fixed in Viper.

** Changed in: dolfin
       Status: Confirmed => Fix Committed

-- 
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 Committed

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