[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Print Plot Results in all Black plot in file
From: |
Thomas D. Dean |
Subject: |
Print Plot Results in all Black plot in file |
Date: |
Mon, 03 Aug 2015 15:34:22 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
I think I have seen this before, but, ...
octave:11> x=1:.1:pi;
octave:12> plot(x,sin(x))
octave:13> print("sin.png", "-dpng")
octave:14>
When I open sin.png with eog, the axis labels are OK, but, the plot is
just a black square.
I have something set wrong, but, what?
octave:14> version
ans = 4.1.0+
> uname -a
Linux P9X79 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux
> gnuplot
G N U P L O T
Version 5.1 patchlevel 0 last modified 2015-07-11
Tom Dean
- Print Plot Results in all Black plot in file,
Thomas D. Dean <=
- Re: Print Plot Results in all Black plot in file, Mike Miller, 2015/08/03
- Re: Print Plot Results in all Black plot in file, Markus Appel, 2015/08/03
- Re: Print Plot Results in all Black plot in file, Thomas D. Dean, 2015/08/04
- Re: Print Plot Results in all Black plot in file, Dmitri A. Sergatskov, 2015/08/04
- Re: Print Plot Results in all Black plot in file, Thomas D. Dean, 2015/08/04
- Re: Print Plot Results in all Black plot in file, Ben Abbott, 2015/08/04
- Patch to Prefer cairo, if available, Thomas D. Dean, 2015/08/06