Skip to content

Commit 2198776

Browse files
committed
misc
1 parent 6fd0837 commit 2198776

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main() {
7171

7272
int main() {
7373
// Set up visualization parameters and execute GnuPlot
74-
TGnuPlotViewer viewer("output_signal.txt", "/usr/bin/gnuplot", "Time (s)", "Amplitude", "Generated Signal");
74+
TGnuPlotViewer viewer("output_signal.txt", "Time (s)", "Amplitude", "Generated Signal", "/usr/bin/gnuplot");
7575
viewer.execute();
7676

7777
return 0;

src/io/TGnuPlotViewer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/**
2+
* ? Make a method to setup gnu plot once (with only one argument - a path to
3+
* gnuplot) and use it multiple times ?
24
* TODO: add multiple graphs in one plot
35
* TODO: ??? make constuctor more flexible and simple ??? get info from signal
46
* line itself ???

0 commit comments

Comments
 (0)