Search found 9 matches

by mariaXY
Mon Jul 30, 2012 4:52 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot 'epslatex' Figure overlapping with Text
Replies: 4
Views: 4522

Gnuplot 'epslatex' Figure overlapping with Text

Hello,

Finally I solved my problem. It was just matter of playing around with the size of the image. At the end I just change the first
set size 1,1
to
set size 1,1.30
When one uses "multiplot", one has to change the size of the figure, to adapt it in to the new environment.

Cheers,

Maria
by mariaXY
Tue Jun 26, 2012 8:33 am
Forum: Graphics, Figures & Tables
Topic: Gnuplot 'epslatex' Figure overlapping with Text
Replies: 4
Views: 4522

Gnuplot 'epslatex' Figure overlapping with Text

Hi,

Thanks for the reply. Here I attach an example of the strange behaviour of Gnuplot. It happens when I change the set origin of the plots:

For the first plot instead of
set origin 0.0,0.0
I put
set origin 0.0,0.50
and for second one instead of
set origin 0.0,-0.25
I write
set origin 0.0 ...
by mariaXY
Mon Jun 25, 2012 8:21 pm
Forum: Graphics, Figures & Tables
Topic: Gnuplot 'epslatex' Figure overlapping with Text
Replies: 4
Views: 4522

Gnuplot 'epslatex' Figure overlapping with Text

Hello!

Hi have an overlapping problem with a figure. I am creating my figures in Gnuplot with epslatex. I am also using the multiplot option. My figure is OK so far, but I have a problem when inserting it into the latex document, since it overlap with the description of the figure. Here I attach ...
by mariaXY
Tue Sep 13, 2011 12:35 pm
Forum: Math & Science
Topic: Format Specifiers in Gnuplot Terminal 'epslatex'
Replies: 8
Views: 12371

Format Specifiers in Gnuplot Terminal 'epslatex'

Hi Marco, Hi jcaus,

Thanks a lot for your replies. I manage to solve this problem in the same way as Marco suggest. Then the problem is solved. Just a comment for Marco: the position of the label can also be changed in the .tex file, as jcaus suggested, instead of trial and error just modify the ...
by mariaXY
Tue Sep 13, 2011 12:20 pm
Forum: Graphics, Figures & Tables
Topic: threeparttable | Center the Table
Replies: 2
Views: 19748

threeparttable | Center the Table

Hi localghost!

Thanks a lot for your help. It works now, and I have a beautiful table in my thesis. Consider this post solved. Just a few comments and my final code to obtain the table.

I think the booktabs was the solution, and since my footmark is in the caption, you can not put the ...
by mariaXY
Mon Sep 12, 2011 7:37 pm
Forum: Graphics, Figures & Tables
Topic: threeparttable | Center the Table
Replies: 2
Views: 19748

threeparttable | Center the Table

Hi everybody!!!

I've been looking for the solution for centering a table... Anything hasn't been useful so far, so I hope somebody can help me.

I want to put a footnote in a table. Here is the code:

\begin{table}[t!]
\centering
\begin{threeparttable}
\captionsetup{font=small, labelfont=bf ...
by mariaXY
Thu Jul 07, 2011 11:12 am
Forum: Math & Science
Topic: Format Specifiers in Gnuplot Terminal 'epslatex'
Replies: 8
Views: 12371

Re: Format Specifiers in Gnuplot Terminal 'epslatex'

Anyway, thanks a lot shadgrind... I'll try to find the solution, and if I find it, I'll post it here...

Thanks again!!

Maria
by mariaXY
Wed Jul 06, 2011 4:15 pm
Forum: Math & Science
Topic: Format Specifiers in Gnuplot Terminal 'epslatex'
Replies: 8
Views: 12371

Format Specifiers in Gnuplot Terminal 'epslatex'

Hi,

Thanks a lot for your replies!

set format y '$10^{%T}$'

works perfectly!

But the problem with the images is no solved with \scalebox, since the problem is the following. I attach a example of some figures. The one that I obtain with the code above is the first one. And, as you can see the ...
by mariaXY
Wed Jul 06, 2011 11:24 am
Forum: Math & Science
Topic: Format Specifiers in Gnuplot Terminal 'epslatex'
Replies: 8
Views: 12371

Format Specifiers in Gnuplot Terminal 'epslatex'

Hi,

I am using epslatex to create a nice plots for my thesis. But I have a problem. I give the following instructions to create a plot:
set terminal epslatex color
set logscale y
set format y "10^{%T}"
plot 'data.dat' w l lw 3 not
set output 'figure.tex'
replot
set output

I put the output in my ...