I use Tikz for creating figures. But there is a problem. If I use for example
\begin{tikzpicture}
\draw[->] (0,0)--(10,0);
\draw[->] (0,0)--(0,10);
\draw[help lines] (-0.1,-0.1) grid (9.9,9.9);
\draw[thick] (0,0) -- (4,4) -- (5,9) -- (0,0);
\end{tikzpicture}
in TikzEdt then the lines from the grid are grey. But If I use the code in Texmaker then the grid lines are all black and looks like the lines from the axes.

Both programs use pdflatex. I can't find out why they gave me different results. I also copy the preamble from tikzedt to texmaker.




