Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc91bb commit 89a69dcCopy full SHA for 89a69dc
1 file changed
examples/embedding_in_qt4.py
@@ -2,7 +2,8 @@
2
3
# embedding_in_qt4.py --- Simple Qt4 application embedding matplotlib canvases
4
#
5
-# Based on embedding_in_qt.py, which was written by Florent Rougon
+# Copyright (C) 2005 Florent Rougon
6
+# 2006 Darren Dale
7
8
# This file is an example program for matplotlib. It may be used and
9
# modified with no restriction; raw copies as well as modified versions
@@ -124,6 +125,7 @@ def closeEvent(self, ce):
124
125
def about(self):
126
QtGui.QMessageBox.about(self, "About %s" % progname,
127
u"""%(prog)s version %(version)s
128
+Copyright \N{COPYRIGHT SIGN} 2005 Florent Rougon, 2006 Darren Dale
129
130
This program is a simple example of a Qt4 application embedding matplotlib
131
canvases.
0 commit comments