I tried to insert X, Y, and Z labels into the 3-D graph, but I cannot.
My Latex codes (I use Overleaf) are like that. Please help me.
\begin{figure}[htp]
\caption[Caption for LOF]{The Plot of Probability of X, Y and Z \textsuperscript{(*)}}
\centering
\includegraphics[width=1\textwidth]{graph_file_name}
\small \textsuperscript{(*)The 3-D Graph}
\end{figure}
graph_file_name? – Mar 26 '18 at 13:51\node at (x,y) {text};can be used to add text. – Torbjørn T. Mar 27 '18 at 05:15