Ich habe mit Matlab Versuchsdaten ausgewertet und als .eps abgespeichert. Öffne ich das .eps, erscheint alles wie gewünscht.
Ich füge das Bild in mein latex dokument ein und wenn ich ein pdf erstelle, gibt es an bestimmten stellen (oben rechts bei den kurven) starke "punktkonzentrationen" (siehe angehängtes Bild). Woran könnte dies liegen?
Code Matlab:
title('FN') plot(exD201_plot,F_plot,exD202_plot,F_plot,exD203_plot,F_plot,exD204_plot,F_plot,exD205_plot,F_plot) grid on xlabel('{\it rebar strain }[µm/m]'); ylabel('{\it F }[kN]'); axis ([0 2500 0 600]) legend('exD20-1','exD20-2','exD20-3','exD20-4','exD20-5','Location', 'SouthEast')
\begin{figure}[htp] \centering \includegraphics[trim = 0pt 0pt 0pt 0pt, clip , scale = 1]{\chapitre/picture/FN4_o.eps} \vspace*{2mm} \caption{FN4 test (av = 440mm) rebar strains at central linear support for first cycle} \label{\chapitre fig:CSC_actions} \end{figure}