Search found 3 matches

by bagbyte
Thu Nov 11, 2010 4:55 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot Histogram, color problem in latex
Replies: 1
Views: 2620

Gnuplot Histogram, color problem in latex

Hi,
i'm making an histogram with multicolumn. I'm using the following gnuplot code to generate che histogram:

plot 'data.dat' u 2 title 'A', u 3 title 'B', u 4 title 'C', u 5 title 'D'


but in latex all the histogram bar are black!

i tryed using:

plot 'data.dat' u 2 title 'A' fs pattern 1, u ...
by bagbyte
Thu Nov 11, 2010 4:43 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot + subfigure
Replies: 3
Views: 3872

Re: Gnuplot + subfigure

thank you!
by bagbyte
Tue Nov 09, 2010 2:01 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot + subfigure
Replies: 3
Views: 3872

Gnuplot + subfigure

Hi everybody,
i'm using gnuplot with latex terminal to generate .tex file with graph.
I need to put 2 graph side by side, like subfigure environment.
How can i do it? Should i resize the figure generated from gnuplot in latex?

The gnuplot generated file start with:

\setlength{\unitlength}{0 ...