Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #409
| From | James Waldby <not@valid.invalid> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Question about linetype lt |
| Date | 2011-06-27 16:57 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <iuacpu$cli$1@dont-email.me> (permalink) |
| References | <iua9k5$4mu$1@news.albasani.net> <m37h87qm4o.fsf@mch2pc28.mechanik.tuwien.ac.at> <iuabp7$a4g$1@news.albasani.net> |
On Mon, 27 Jun 2011 17:40:06 +0100, Gudrun wrote:
> Am 27.06.11 17:23, schrieb Alois Steindl:
>> Gudrun<bestenborstel@gmail.com> writes:
>>> Dear users,
>>> As far as I have understood linetype or lt is the command that takes
>>> care about the symbol when plotting with points. Is there a complete
>>> overview about all available linetypes available? I checked the
>>> manual, but I did not find a table with all symbols. Kind regards
>>> Gudrun
>> Hello,
>> that depends on the terminal in use.
>> Just type 'test', to see the supported symbols, colors, ... for your
>
> Dear Alois,
> I just typed test and nothing happened in gnuplot. I use either aqua or
> terminal postscript for eps output.
> My version is gnuplot4.5.
When I enter next three lines in gnuplot 4.4.0,
set output 'item.ps'
set terminal postscript
test
a file item.ps is created, which when viewed via
gv item.ps
shows a page including a chart of 32 line types and symbols.
I don't have aqua installed.
[Not directly related to your question, but to some kind of bug:
gnuplot> set terminal aqua
^
unknown or ambiguous terminal type; type just 'set terminal' for a list
gnuplot> test
Segmentation fault (core dumped)
after which:
> uname -rispo
Linux 2.6.35.13-92.fc14.i686 i686 i386 GNU/Linux
> gnuplot --version
gnuplot 4.4 patchlevel 0
]
--
jiw
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Question about linetype lt Gudrun <bestenborstel@gmail.com> - 2011-06-27 17:03 +0100
Re: Question about linetype lt Alois Steindl <Alois.Steindl@tuwien.ac.at> - 2011-06-27 18:23 +0200
Re: Question about linetype lt Gudrun <bestenborstel@gmail.com> - 2011-06-27 17:40 +0100
Re: Question about linetype lt James Waldby <not@valid.invalid> - 2011-06-27 16:57 +0000
Re: Question about linetype lt Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-06-27 22:04 +0200
csiph-web