]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor doc update. 11827/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Sun, 28 Feb 2021 16:54:15 +0000 (17:54 +0100)
committerWolfgang Bangerth <bangerth@colostate.edu>
Sun, 28 Feb 2021 16:54:15 +0000 (17:54 +0100)
include/deal.II/base/data_out_base.h

index 5ee277c2f3c18d74994ff81c6721661a9debc231..cbd6f6759218dd5bdd8cc9fb6066aa1a0f6bc65c 100644 (file)
@@ -1777,15 +1777,14 @@ namespace DataOutBase
    * therefore 12 lines for each subcells of a patch.
    *
    * Given the lines as described above, a cut through this data in Gnuplot
-   * can then be achieved like this (& stands for the dollar sign in the
-   * following):
+   * can then be achieved like this:
    * @verbatim
    *   set data style lines
-   *   splot [:][:][0:] "T" using 1:2:(&3==.5 ? &4 : -1)
+   *   splot [:][:][0:] "T" using 1:2:(\$3==.5 ? \$4 : -1)
    * @endverbatim
    *
-   * This command plots data in x- and y-direction unbounded, but in
-   * z-direction only those data points which are above the x-y-plane (we
+   * This command plots data in $x$- and $y$-direction unbounded, but in
+   * $z$-direction only those data points which are above the $x$-$y$-plane (we
    * assume here a positive solution, if it has negative values, you might
    * want to decrease the lower bound). Furthermore, it only takes the data
    * points with z-values (<tt>&3</tt>) equal to 0.5, i.e. a cut through the

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.