Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4017
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: eepic not working when using size |
| Date | 2018-07-24 13:39 +0200 |
| Organization | solani.org |
| Message-ID | <pj734v$mlt$1@solani.org> (permalink) |
| References | <pj0esr$10mb$1@gioia.aioe.org> <pj0jov$16hg$1@gioia.aioe.org> |
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}
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
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
csiph-web