Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4015 > unrolled thread
| Started by | Fred Krogh <fkrogh@mathalacarte.com> |
|---|---|
| First post | 2018-07-21 16:16 -0700 |
| Last post | 2018-07-24 13:39 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
eepic not working when using size Fred Krogh <fkrogh@mathalacarte.com> - 2018-07-21 16:16 -0700
Re: eepic not working when using size Fred Krogh <fkrogh@mathalacarte.com> - 2018-07-21 17:40 -0700
Re: eepic not working when using size Karl Ratzsch <mail.kfr@gmx.net> - 2018-07-24 13:39 +0200
| From | Fred Krogh <fkrogh@mathalacarte.com> |
|---|---|
| Date | 2018-07-21 16:16 -0700 |
| Subject | eepic not working when using size |
| Message-ID | <pj0esr$10mb$1@gioia.aioe.org> |
With set term eepic set output "xxx.tex" plot "xxxx" I get output just fine. But with set term eepic size 3.5,3.5 and after plot, no output. I can find no way to set the size of the canvas. This is my first time using gnuplot, but I think I'm following the documentation. Any help much appreciated. Thanks, Fred
[toc] | [next] | [standalone]
| From | Fred Krogh <fkrogh@mathalacarte.com> |
|---|---|
| Date | 2018-07-21 17:40 -0700 |
| Message-ID | <pj0jov$16hg$1@gioia.aioe.org> |
| In reply to | #4015 |
On 07/21/2018 04:16 PM, Fred Krogh wrote: > With > set term eepic > set output "xxx.tex" > plot "xxxx" > > I get output just fine. But with > > set term eepic size 3.5,3.5 > > and after plot, no output. I can find no way to set the size of the canvas. > > This is my first time using gnuplot, but I think I'm following the > documentation. Any help much appreciated. Thanks, > Fred > I've found a solution. If I put the commands in a file, and then load "that.file" the canvas size gets set.
[toc] | [prev] | [next] | [standalone]
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Date | 2018-07-24 13:39 +0200 |
| Message-ID | <pj734v$mlt$1@solani.org> |
| In reply to | #4016 |
Am 22.07.2018 um 02:40 schrieb Fred Krogh:
> On 07/21/2018 04:16 PM, Fred Krogh wrote:
>> With
>> set term eepic
>> set output "xxx.tex"
>> plot "xxxx"
>>
>> I get output just fine. But with
>>
>> set term eepic size 3.5,3.5
>>
>> and after plot, no output. I can find no way to set the size of the canvas.
>>
>> This is my first time using gnuplot, but I think I'm following the
>> documentation. Any help much appreciated. Thanks,
>> Fred
>>
> I've found a solution. If I put the commands in a file, and then
>
> load "that.file"
>
> the canvas size gets set.
>
That shouldn't happen, neither in interactive nor in scripted mode. And
doesn't for me, at least with gp5.2pl4. I used "plot x" instead of your
data file "xxxx", but that really shouldn't make a difference
dvi output looks like expected. I'm not sure how it could be made to
work with pdflatex, the help says I need a "printer driver", whatever
that means. With pdflatex, you get tic labels, key labels, but no axes
or an actual graph.
I've got a suspicion that eepic is sort of outdated. Try cairolatex?
===
\documentclass{article}
\usepackage{epic,eepic}
\begin{document}
\begin{figure}
\input{test.tex}
\end{figure}
\end{document}
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web