This is an automated email from the git hooks/post-receive script.

uecker-guest pushed a commit to annotated tag v0.2.09d
in repository bart.

commit 263f96136fbee371c51e8869904a6ecbaf480752
Author: Frank Ong <frank...@berkeley.edu>
Date:   Thu Dec 3 13:02:04 2015 -0800

    make bartview show file name
---
 bartview.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bartview.py b/bartview.py
index 5bdc672..818ab13 100755
--- a/bartview.py
+++ b/bartview.py
@@ -73,6 +73,7 @@ class BartView(object):
         self.fig = plt.figure(facecolor='black', figsize=(9,6))
         #self.fig = plt.figure(facecolor='black', figsize=(6,4))
         self.fig.subplots_adjust( left=0.0 , bottom=0.0 , right=1.0 , top=1 - 
0.25)
+        self.fig.canvas.set_window_title(self.cflname)
         
         # Show image
         self.immax = np.max(abs(self.im))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/bart.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to