autoscale yaxis of concomitant velocity
[quplot.git] / main.cpp
bloba2bc19e36ce45487537fba6ebfe4003f15b41891
1 #include <QtGui/QApplication>
2 #include "quplot.h"
4 int main(int argc, char *argv[])
6 QApplication a(argc, argv);
7 QuPlot w;
8 w.show();
9 return a.exec();