\label{Authoring_Dynamic_Plot_Axes} The \textbf{Plot Axes} tag allows you to specify the domain and range of the data to display. It is closely tied with the \textbf{Plot Ticks} \ref{Authoring_Dynamic_Plot_Tics} tags, which specify where the gridlines are drawn on the plot. The \textbf{Plot Axes} tag sets the following parameters: \textbf{The color of grid lines} If the ``Display Grid'' parameter of the Gnuplot tag is set to yes, the grid will be displayed in the specified color. Hexadecimal notation is used to specify the color \ref{Authoring_Dynamic_Plot_Color_Selection}. \textbf{The view of the graph shown} The viewing rectangle of the graph is set with the following parameters: \begin{itemize} \item minimum x-value \item maximum x-value \item minimum y-value \item maximum y-value \end{itemize} See also Plot Ticks \ref{Authoring_Dynamic_Plot_Tics} and the general Gnuplot help \ref{Authoring_Dynamic_Plots_Gnuplot}.