summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex')
-rw-r--r--Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex b/Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex
index 1ef2e94ab2c..14ba60b0909 100644
--- a/Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex
+++ b/Master/texmf-dist/doc/latex/numericplots/src/FurtherExamples.tex
@@ -183,7 +183,7 @@ Here, some features of the pst-plot command \verb|listplot| are illustrated. Wit
\subsection{Custom Grid}
-To plot a custom grid (grid-lines are not äquidistant) the following procedure
+To plot a custom grid (grid-lines are not equidistant) the following procedure
may be used if working with Matlab:
Add the following code after export2latex (XTick is a vector containing the
@@ -293,8 +293,9 @@ with linejoin=1.
-\subsection{Customized Tick Labels}
+\subsection{Customized Tick Labels}\label{sec:CustomTickLabels}
+A common task is to plot a graph without numeric tick labels but with selected customized labels. This is easily accomplished by setting the option \verb|NoTickLabel| when plotting the axis and adding the customized labels with the commands \verb|PutTickLabelXaxis| and \verb|PutTickLabelYaxis|. Note that when setting \verb|NoTickLabel| for an axis, the option \verb|ax| has to be set in each call of \verb|PutTickLabelXaxis| and \verb|PutTickLabelYaxis| according to the axis one wishes to place the label at. This is also required if only the lower x-axis or left y-axis are plotted and tick labelled.
\begin{minipage}[T]{0.5\linewidth}
\lstinputlisting[linerange=5-12]{examples/furtherEx_TickLabels}