As a start, look at this simple example. It will need current versions of gnuplottex as well as Gnuplot.
Code: Select all
% TeX program = pdflatex
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[miktex]{gnuplottex} % we use MiKTeX, see package manual
\begin{document}
\begin{gnuplot}[terminal=pdf,terminaloptions=color enhanced]
set samples 200
set xrange [0:6.28]
plot sin(x), cos(x)
\end{gnuplot}
\end{document}
And it is very much appreciated if you improve your written English. Your posts are sometimes really had to read and to understand (for a non-native reader).