bin/qgpibplotter

Mon, 04 Feb 2008 19:19:32 +0100

author
David Douard <david.douard@logilab.fr>
date
Mon, 04 Feb 2008 19:19:32 +0100
changeset 37
e0790756059d
parent 35
3b7a38af5c42
child 40
1bbea188a7e5
permissions
-rwxr-xr-x

constant adjustments for string plots

28
0a7270d439d0 added a start scrip & cleanups
David Douard <david.douard@logilab.fr>
parents:
diff changeset
1 #!/usr/bin/python
35
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
2 import sys, os
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
3 try:
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
4 from plotter.qgpib_plotter import main
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
5 except ImportError:
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
6 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
3b7a38af5c42 Refactored the preference system for the qt gpib plotter app. One can now set the colors for plotting pens.
David Douard <david.douard@logilab.fr>
parents: 32
diff changeset
7 from plotter.qgpib_plotter import main
28
0a7270d439d0 added a start scrip & cleanups
David Douard <david.douard@logilab.fr>
parents:
diff changeset
8 main()

mercurial