Search found 7 matches

by gdminfo
Fri Dec 11, 2009 3:15 pm
Forum: Graphics, Figures & Tables
Topic: Configuration gnuplot and teXnicCenter
Replies: 6
Views: 5980

Re: Configuration gnuplot and teXnicCenter

Many thanks for all these additional comments ! ;)

GDM.
by gdminfo
Wed Jun 17, 2009 3:17 pm
Forum: Graphics, Figures & Tables
Topic: matrix tikzlibrary and dimension of figure
Replies: 0
Views: 1917

matrix tikzlibrary and dimension of figure

Hi,

I have done a tikzpicture witch is a matrix with nodes :


\begin{figure}[h]
\centering
\begin{tikzpicture}
[auto,
decision/.style={diamond, draw=blue, thick, fill=blue!20,
text width=4.5em, text badly centered,
inner sep=1pt},
block/.style ={rectangle, draw=blue, thick, fill=blue!20,
text ...
by gdminfo
Fri May 29, 2009 9:21 am
Forum: Math & Science
Topic: pgfplots and 3D
Replies: 2
Views: 2539

Re: pgfplots and 3D

cool, I have to wait ;)

Thanks you.

GDM
by gdminfo
Thu May 28, 2009 1:20 pm
Forum: Math & Science
Topic: pgfplots and 3D
Replies: 2
Views: 2539

pgfplots and 3D

Hi

I would like to know if it is possible to make 3D lines with the package pgfplots ?
In the documentation, there is no example which can prove it, but maybe it exists some extentions ?

Thanks

GDM

Ps: For information, I choose pgfplots because I would not use package using pstricks because I ...
by gdminfo
Thu May 28, 2009 10:04 am
Forum: Graphics, Figures & Tables
Topic: Configuration gnuplot and teXnicCenter
Replies: 6
Views: 5980

Configuration gnuplot and teXnicCenter

Thanks for your advices, I choose to use pgfplots, so I did not have to configure teXnicCenter.

For information :


\usepackage{tikz}
\usepackage{pgf}
\usepackage{pgfplots}
\usepackage{etex} % really useful ?

% With a file fichierD.dat describes below

\begin{tikzpicture}
\begin{loglogaxis ...
by gdminfo
Wed May 27, 2009 6:06 pm
Forum: New Members
Topic: Hello
Replies: 2
Views: 2287

Hello

Hi everybody,

I am in PhD and I use LaTex from 8 years ago. Before, I have worked in graph theory in bioinformatics and now my PhD is in geomatic but always with graph. So, LaTex is very useful for people like me in a scientific context, for my PhD and for my teaching.

I hope you will understand ...
by gdminfo
Wed May 27, 2009 5:59 pm
Forum: Graphics, Figures & Tables
Topic: Configuration gnuplot and teXnicCenter
Replies: 6
Views: 5980

Configuration gnuplot and teXnicCenter

Hi

I would like to use gnuplot and Latex as the results of the first one are directly computed by Latex and will be print on the final Latex pdf document.

For example, it is possible to write :

plot "myFile1" u 3:1, "myFile1" u 5:6 in order to make 2 lines computed from the file 'myFile1' and ...