Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #303

How to make xrange and yrange unrelated to rgbimage binary data

From Quiet Mind <quietmind4@gmail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject How to make xrange and yrange unrelated to rgbimage binary data
Date 2011-05-15 13:06 -0700
Organization http://groups.google.com
Message-ID <fc88ed9e-ffbd-42d5-bed1-c0fae113d390@e35g2000yqc.googlegroups.com> (permalink)

Show all headers | View raw


Hello,

I have an image data in rgb format organized in 110 rows 3981 pixels
each:

plot 'test.rgb' binary array=3981x110 flipy format='%uchar' with
rgbimage

if I use:
set xrange [0:3980]
set yrange [0:109]

then both image and ranges are displayed correctly.

But I need to specify an xrange and yrange completely unrelated to
image rows and columns.
It seems that there is now way to do that, or is it?

Thanks.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

How to make xrange and yrange unrelated to rgbimage binary data Quiet Mind <quietmind4@gmail.com> - 2011-05-15 13:06 -0700
  Re: How to make xrange and yrange unrelated to rgbimage binary data sfeam <sfeam@users.sourceforge.net> - 2011-05-15 16:28 -0700

csiph-web