From 94a65aca1192d8e919a71acad98b196b347a3031 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Thu, 13 Dec 2018 22:31:22 +0100 Subject: [PATCH] Update README.md --- test/test_multiplot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_multiplot/README.md b/test/test_multiplot/README.md index b8a9e7fffb..4e341b81e8 100644 --- a/test/test_multiplot/README.md +++ b/test/test_multiplot/README.md @@ -5,7 +5,7 @@ ## Layouting Several Plots This project (see `./test/test_multiplot/`) shows how several JKQtPlotter widgets can be combined to in a layout (based on the [Qt layouting system](http://doc.qt.io/qt-5/layout.html)). It also shows how axes in such a layout can be linked to improve user experience. -The source code of the main application can be found in [`test_multiplot.cpp`](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_stepplots/test_multiplot.cpp). +The source code of the main application can be found in [`test_multiplot.cpp`](https://github.com/jkriege2/JKQtPlotter/blob/master/test/test_multiplot/test_multiplot.cpp). First three plots are generated and put into a [QGridLayout](http://doc.qt.io/qt-5/qgridlayout.html): @@ -59,7 +59,7 @@ Finally: When printing or saving an image of the plots, the plotter will no know In the first line, grid-printing (i.e. the layouted printing of several graphs) is activated. Then the arrangement of the two slave plots `plotResid` and `plotResidHist` is defined as (`x,y`)-shifts with respect to the master plot `plotMain`. -Now some data is generated and several curves are added to the graphs. See [`test_multiplot.cpp`](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_stepplots/test_multiplot.cpp) for the full source code. +Now some data is generated and several curves are added to the graphs. See [`test_multiplot.cpp`](https://github.com/jkriege2/JKQtPlotter/blob/master/test/test_multiplot/test_multiplot.cpp) for the full source code. Finally the axes and plots need a bit of formatting to make them look nicer: @@ -105,4 +105,4 @@ You push the print button (![test_multiplot](https://raw.githubusercontent.com/j -[Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/) \ No newline at end of file +[Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/)