1
\begin{tikzpicture}
  \begin{axis}[
   title=Stress vs. Strain,
   xlabel={Strain $\Delta$ (\si{\milli\meter})},
   ylabel={Load $F$ (\si{\newton})},
   xmin=-0.30,
   ymin=0,
   %grid=major,
               ]
  \addplot+[smooth,mark=none]table[x=Strain1, y=Load, col sep=comma 
   {SpecimenA1};

\end{axis}
\end{tikzpicture}

In the csv file I have two columns: "Stress" and "Strain." Whenevever I try to quick build I get the error of "Package pgfplots Error: Could not read table file 'SpecimenA1' in 'search pat." What is wrong?

TeXnician
  • 33,589
Griff
  • 31

0 Answers0