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


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

Re: plot pixel intensities on box surface

From Ethan A Merritt <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: plot pixel intensities on box surface
Date 2013-11-12 17:11 -0800
Organization gnuplot development
Message-ID <l5ujk4$g1b$1@dont-email.me> (permalink)
References <478f2b50-ce16-4b0c-acb9-c06b6fd200b0@googlegroups.com>

Show all headers | View raw


mattamimi@gmail.com wrote:

> Hi
> I am working on a project that I need to generate graphs for.
> I would like to plot the results as pixel intensities at the surfaces of a
> box and as xy image plot (as CT slice). How do I do that? and what is the
> correct data format to achieve that? I looked through the demos and could
> not find similar plots. I tried to plot the data using the following
> command: plot 'datafile.dat' binary array=(100,100) with image
> 
> No matter what I do (changing the terminal type) all the plots the same
> and does not make sense.

You probably want to use commands such as in this demo:
   http://gnuplot.sourceforge.net/demo_cvs/image2.html

It shows how to project the image described by a 2D array onto
a rectangle in 3D.  You are on your own to piece together six
rectangles describing the sides of a 3D box.

	Ethan

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

plot pixel intensities on box surface mattamimi@gmail.com - 2013-11-12 03:46 -0800
  Re: plot pixel intensities on box surface Ethan A Merritt <sfeam@users.sourceforge.net> - 2013-11-12 17:11 -0800
    Re: plot pixel intensities on box surface mattamimi@gmail.com - 2013-11-13 17:36 -0800
      Re: plot pixel intensities on box surface mattamimi@gmail.com - 2013-11-17 17:19 -0800

csiph-web