Skip to content

Commit 4145266

Browse files
committed
docs: docu initial values (fixes #371)
Signed-off-by: Yukai Chou <[email protected]>
1 parent d8d5424 commit 4145266

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/latex/pgfplots/pgfplots.reference.errorbars.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ \section{Error Bars}
216216
\end{codeexample}
217217
\end{pgfplotsxykey}
218218

219-
\begin{pgfplotskey}{error bars/error mark=\meta{marker}}
220-
Sets an error marker for any error bar. \marg{marker} is expected to be a
219+
\begin{pgfplotskey}{error bars/error mark=\meta{marker} (initially |-|)}
220+
Sets an error marker for any error bar. \meta{marker} is expected to be a
221221
valid plot mark, see Section~\ref{sec:markers}.
222222
%
223223
\begin{codeexample}[]
@@ -238,7 +238,7 @@ \section{Error Bars}
238238
\end{codeexample}
239239
\end{pgfplotskey}
240240

241-
\begin{pgfplotskey}{error bars/error mark options=\marg{key-value-list}}
241+
\begin{pgfplotskey}{error bars/error mark options=\marg{key-value-list} (initially |rotate=90|)}
242242
Sets a key--value list of options for any error mark. This option works
243243
similarly to the \Tikz{} `|mark options|' key.
244244
\end{pgfplotskey}

doc/latex/pgfplots/pgfplots.reference.markers-meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@ \subsubsection{Choosing a Colormap Entry as Normal Color}
25272527
\subsection{Cycle Lists -- Options Controlling Line Styles}
25282528
\label{sec:cycle:list}
25292529

2530-
\begin{pgfplotskeylist}{cycle list=\marg{list},cycle list name=\marg{name}}
2530+
\begin{pgfplotskeylist}{cycle list=\marg{list},cycle list name=\marg{name} (initially |color|)}
25312531
Allows to specify a list of plot specifications which will be used for each
25322532
\hbox{|\addplot|} command without explicit plot specification. Thus, the
25332533
currently active |cycle list| will be used if you write either

0 commit comments

Comments
 (0)