[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image, imshow and similar display empty axes
From: |
Ben Abbott |
Subject: |
Re: image, imshow and similar display empty axes |
Date: |
Tue, 06 Nov 2012 19:35:13 -0500 |
On Nov 6, 2012, at 6:16 PM, edmund ronald wrote:
> I installed MacPorts octave-develon Mac 10.6.8 in order to be able to use the
> Image processing toolbox.
> I downloaded the Gnuplot from the Macsyma sourceforge archive, but also
> built one using the universla variant from Macports because my system was
> crashing.
>
> I can plot nicely from Octave with both X11 and Aquaterm.
> I can do Imread, and do Imshow to X11
> Imshow to Aquaterm brings up a blank window.
>
> If I may be allowed an aside to the maintainers of the "packaged" octave,
> compiling a version which cannot load in the image toolbox is not a smart
> move. It took me some time to figure out the workaround of compiling
> Octave-devel
What do you refer to by "packaged" octave ?
What didin't work with regards to the image toolbox?
Regarding the blank AquaTerm image, a bug report has been filed with Gnuplot.
http://sourceforge.net/tracker/?func=detail&aid=3583459&group_id=2055&atid=102055
The Gnuplot provided by MacPorts includes a Qt terminal. You may be happier
with qt than with x11.
graphics_toolkit gnuplot
setenv GNUTERM qt
img = uint8 (round (255 * rand (5,4,3)));
image (img)
Ben
- Re: image, imshow and similar display empty axes, Ben Abbott, 2012/11/02
- Re: image, imshow and similar display empty axes, nicos, 2012/11/03
- Re: image, imshow and similar display empty axes, Ben Abbott, 2012/11/04
- Re: image, imshow and similar display empty axes, edmund ronald, 2012/11/06
- Re: image, imshow and similar display empty axes,
Ben Abbott <=
- Re: image, imshow and similar display empty axes, edmund ronald, 2012/11/06
- Re: image, imshow and similar display empty axes, Nicolas Pavillon, 2012/11/06
Re: image, imshow and similar display empty axes, Jan-Timm Kuhr, 2012/11/08