-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathABOUT
More file actions
executable file
·22 lines (18 loc) · 1.04 KB
/
ABOUT
File metadata and controls
executable file
·22 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Dplot version 1.00
Copyright 2013-2014 Tomas Melin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Dplot is a wrapper for gnuplot. It was written for easy plotting of
supported file types using gnuplot as the plotting engine.
Written in Python and tested on Linux, Win 7 and OS X.
Dplot can be used directly from the command line (plot.py) or using
a simple gui (plot_gui.py). It is a tool aimed at stream-lining plotting
of log files containing measurements saved using different logging tools.
It opens the file to plot, tries to automatically determine the file format,
and extracts the signal names. It plots the requested signals from the log file.