From 1cd268deba28c4e4d6f03d8c6c3c4c78cacb0e1d Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Fri, 7 Dec 2018 22:56:18 +0100 Subject: [PATCH] typo fixes --- test/simpletest_dateaxes/README.md | 2 +- test/simpletest_errorbarstyles/README.md | 2 +- test/simpletest_imageplot_modifier/README.md | 2 +- test/simpletest_imageplot_nodatastore/README.md | 2 +- test/simpletest_imageplot_opencv/README.md | 2 +- test/simpletest_logaxes/README.md | 2 +- test/simpletest_speed/README.md | 2 +- test/simpletest_stepplots/README.md | 2 +- test/simpletest_symbols_and_styles/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/simpletest_dateaxes/README.md b/test/simpletest_dateaxes/README.md index 71dcbeb603..cb862aafd3 100644 --- a/test/simpletest_dateaxes/README.md +++ b/test/simpletest_dateaxes/README.md @@ -7,7 +7,7 @@ ### Date Axis This project (see `./test/simpletest_dateaxes/`) simply creates a JKQtPlotter widget (as a new window) with the X-axis showing time or date(-time) values, formated as such. -The source code of the main application can be found in [`jkqtplotter_simpletest_dateaxes.cpp´]((https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp). +The source code of the main application can be found in [`jkqtplotter_simpletest_dateaxes.cpp´](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_dateaxes/jkqtplotter_simpletest_dateaxes.cpp). First some data is parsed from a CSV-file (added as ressource to the example). Note that the Time/date or Date+Time data is internally stored as milliseconds since epoc (Jan 1st 1970, 00:00:00), therefore data has to be converted accordingly before beeing added to the graph. diff --git a/test/simpletest_errorbarstyles/README.md b/test/simpletest_errorbarstyles/README.md index 5defa18205..45abc39fcf 100644 --- a/test/simpletest_errorbarstyles/README.md +++ b/test/simpletest_errorbarstyles/README.md @@ -5,7 +5,7 @@ ## Different Types of Errorindicators This project (see `./test/simpletest_errorbarstyles/`) simply creates a JKQtPlotter widget (as a new window) and adds several curves show-casing different styles of error indicators. Data is initialized from two QVector objects. -The source code of the main application can be found in [`jkqtplotter_simpletest_errorbarstyles.cpp´]((https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp). +The source code of the main application can be found in [`jkqtplotter_simpletest_errorbarstyles.cpp´](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_errorbarstyles/jkqtplotter_simpletest_errorbarstyles.cpp). First some data is added to the internal datastore (mostly, like explained in several other examples, like e.g. [Line Graph with Different Symbols and Line Styles](https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_symbols_and_styles)). The (in a loop) several graphs are added, each with a distinct style for its error indicators: diff --git a/test/simpletest_imageplot_modifier/README.md b/test/simpletest_imageplot_modifier/README.md index 6a60626cb4..731ab8262c 100644 --- a/test/simpletest_imageplot_modifier/README.md +++ b/test/simpletest_imageplot_modifier/README.md @@ -119,7 +119,7 @@ Combined the two form this plot:
![jkqtplotter_simpletest_imageplot_modifier](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot_modifier.png) -See [`test/simpletest_imageplot´]((https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plotted. You can combine all options there with the modifier feature described here. +See [`test/simpletest_imageplot´](https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plotted. You can combine all options there with the modifier feature described here. [Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/) \ No newline at end of file diff --git a/test/simpletest_imageplot_nodatastore/README.md b/test/simpletest_imageplot_nodatastore/README.md index 7037481baa..e7c0dfd880 100644 --- a/test/simpletest_imageplot_nodatastore/README.md +++ b/test/simpletest_imageplot_nodatastore/README.md @@ -109,7 +109,7 @@ The result looks like this: ![jkqtplotter_simpletest_imageplot_nodatastore](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot_nodatastore.png) -See [`test/simpletest_imageplot´]((https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plottet. +See [`test/simpletest_imageplot´](https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plottet. [Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/) \ No newline at end of file diff --git a/test/simpletest_imageplot_opencv/README.md b/test/simpletest_imageplot_opencv/README.md index 88b985a4d2..39290c9e9e 100644 --- a/test/simpletest_imageplot_opencv/README.md +++ b/test/simpletest_imageplot_opencv/README.md @@ -122,6 +122,6 @@ The result looks like this: ![jkqtplotter_simpletest_imageplot](https://raw.githubusercontent.com/jkriege2/JKQtPlotter/master/screenshots/jkqtplotter_simpletest_imageplot_opencv.png) -See [`test/simpletest_imageplot´]((https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plottet. +See [`test/simpletest_imageplot´](https://github.com/jkriege2/JKQtPlotter/tree/master/test/simpletest_imageplot) for a detailed description of the other possibilities that the class JKQTPColumnMathImage (and also JKQTPMathImage) offer with respect to determining how an image is plottet. [Back to JKQTPlotter main page](https://github.com/jkriege2/JKQtPlotter/) \ No newline at end of file diff --git a/test/simpletest_logaxes/README.md b/test/simpletest_logaxes/README.md index d264b369fd..e12239a751 100644 --- a/test/simpletest_logaxes/README.md +++ b/test/simpletest_logaxes/README.md @@ -5,7 +5,7 @@ ## Line Graph with Logarithmic y-axis This project (see `./test/simpletest_logaxes/`) simply creates a JKQtPlotter widget (as a new window) and several line-graphs of different resonance curves. -The source code of the main application can be found in [`jkqtplotter_simpletest_logaxes.cpp´]((https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp). Mainly several graphs are generated in a loop and then different line styles are applied to the graphs (set by ``graph->set_style()`). The colors are set automtically from an internal default palette. The main loop looks like this: +The source code of the main application can be found in [`jkqtplotter_simpletest_logaxes.cpp´](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_logaxes/jkqtplotter_simpletest_logaxes.cpp). Mainly several graphs are generated in a loop and then different line styles are applied to the graphs (set by ``graph->set_style()`). The colors are set automtically from an internal default palette. The main loop looks like this: ```c++ QVector pens {Qt::SolidLine, Qt::DashLine, Qt::DotLine, Qt::DashDotLine, Qt::DashDotDotLine }; diff --git a/test/simpletest_speed/README.md b/test/simpletest_speed/README.md index 835c429596..cc76180e8a 100644 --- a/test/simpletest_speed/README.md +++ b/test/simpletest_speed/README.md @@ -4,7 +4,7 @@ ## Simple line-graph with live-data (speed test) This project (see `./test/simpletest_speed/`) simply creates a JKQtPlotter widget (as a new window) and adds two line-graph (a sine and a cosine wave). -Data is stored in two [`std::array´]((https://en.cppreference.com/w/cpp/container/array) objects (`X`, `Y`, and `Y2`) and the data is added as external pointer to the datastore: +Data is stored in two [`std::array´](https://en.cppreference.com/w/cpp/container/array) objects (`X`, `Y`, and `Y2`) and the data is added as external pointer to the datastore: ```c++ // 3. make data available to JKQtPlotter by adding it to the internal datastore. // Here the data from the std::array's is not copied, but only the pointer to diff --git a/test/simpletest_stepplots/README.md b/test/simpletest_stepplots/README.md index 6b4bcb614b..50ad9c3f7b 100644 --- a/test/simpletest_stepplots/README.md +++ b/test/simpletest_stepplots/README.md @@ -5,7 +5,7 @@ ## Step Line Plots in Different Styles This project (see `./test/simpletest_stepplots/`) simply creates a JKQtPlotter widget (as a new window) and adds a single line-graph (a sine-wave). Data is initialized from two QVector objects. -The source code of the main application can be found in [`jkqtplotter_simpletest_stepplots.cpp´]((https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp). For the most part, several datasets of cosine-curves are generated. then thrre tuples of graphs are added: One of type `JKQTPxyLineGraph`, which simply indicates the location of the actual datapoints. the second is of type `JKQTPstepHorizontalGraph`, which adds the step-graph to the plot: +The source code of the main application can be found in [`jkqtplotter_simpletest_stepplots.cpp´](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_stepplots/jkqtplotter_simpletest_stepplots.cpp). For the most part, several datasets of cosine-curves are generated. then thrre tuples of graphs are added: One of type `JKQTPxyLineGraph`, which simply indicates the location of the actual datapoints. the second is of type `JKQTPstepHorizontalGraph`, which adds the step-graph to the plot: ```c++ // 3 now we make several plots with different step styles, each one also contains a diff --git a/test/simpletest_symbols_and_styles/README.md b/test/simpletest_symbols_and_styles/README.md index c6076ea157..fe621b3bf4 100644 --- a/test/simpletest_symbols_and_styles/README.md +++ b/test/simpletest_symbols_and_styles/README.md @@ -5,7 +5,7 @@ ## Line Graph with Different Symbols and Line Styles This project (see `./test/simpletest_symbols_and_styles/`) simply creates a JKQtPlotter widget (as a new window) and adds a single line-graph (a sine-wave). Data is initialized from two QVector objects. -The source code of the main application can be found in [`jkqtplotter_simpletest_symbols_and_styles.cpp´]((https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp). Mainly several graphs are generated in a loop and then different symbol and line styles are applied to the graph (set by `graph->set_symbol()` for the symbol and `graph->set_style()` for the line style). The colors are set automtically from an internal default palette. The main loop looks like this: +The source code of the main application can be found in [`jkqtplotter_simpletest_symbols_and_styles.cpp´](https://github.com/jkriege2/JKQtPlotter/blob/master/test/simpletest_symbols_and_styles/jkqtplotter_simpletest_symbols_and_styles.cpp). Mainly several graphs are generated in a loop and then different symbol and line styles are applied to the graph (set by `graph->set_symbol()` for the symbol and `graph->set_style()` for the line style). The colors are set automtically from an internal default palette. The main loop looks like this: ```c++ QVector pens {Qt::NoPen, Qt::SolidLine, Qt::DashLine, Qt::DotLine, Qt::DashDotLine, Qt::DashDotDotLine };