|
From: BBands <bb...@gm...> - 2013-08-10 19:21:01
|
A final 'set output' will tidy up and close the file.
John
On Fri, Aug 9, 2013 at 10:49 AM, mikeincousa <mik...@gm...> wrote:
> test. set style arrow
> ________________________
> I want to show a list of ALL the indexed arrow styles.
>
> This was the only command I could find but it does not seem to work.
>
> Is this command obsolete?
>
> How can I do this, like in the test of line style format. As in:
>
> gnuplot> set term postscript size 10,10
> gnuplot> set ouput "test.ps"
> gnuplot> test
>
> ===========================
>
> Blank .pdf Test Page
> __________________________
>
> gnuplot> set term pdfcairo size 10,10
> gnuplot> set output "test.pdf"
> gnuplot> test
>
> Renders a blank page.. What's going on in this sequence?
> Have I missed something?
|