gnuplot: map view with black and white for 0/1 in the 3rd column


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers gnuplot: map view with black and white for 0/1 in the 3rd column
# 1  
Old 03-17-2011
gnuplot: map view with black and white for 0/1 in the 3rd column

Hi,

I am using gnuplot to plot a 3D plot with "set view map".
My data looks like
======
X Y Z
======
100 200 0
200 300 1
200 200 0
.
.
.

The third column only has either 0 or 1. How do I generate a map view plot that will have black (white) for 0 (1)?

Thanks,
Gaurab
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to insert data into black column( Secound Column ) in excel (.XLSX) file using shell script?

Source Code of the original script is down below please run the script and try to solve this problem this is my data and I want it column wise 2019-03-20 13:00:00:000 2019-03-20 15:00:00:000 1 Operating System LAB 0 1 1 1 1 1 1 1 1 1 0 1 (5 Replies)
Discussion started by: Shubham1182
5 Replies

2. Hardware

Black and white inversion on Samsung ML-2010

I have an old Samsung ML-2010 that has obtained a strange problem. When printing a PDF, image, or from chromium what is suppose to be black and white is inverted. In order to print an image, I had to use GIMP to invert the colors. Printing the image with inverted colors caused the image to be... (2 Replies)
Discussion started by: LinuxFreak
2 Replies

3. UNIX for Advanced & Expert Users

Gnuplot question: plotting 3D data in map view

I have a simple gnuplot question. I have a set of points (list of x,y,z values; irregularly spaced, i.e. no grid) that I want to plot. I want the plot to look like this: - map view (no 3D view) - color of each point should depend on z-value. - I want to define my own color scale - plot should... (1 Reply)
Discussion started by: karman
1 Replies

4. UNIX and Linux Applications

Gnuplot question: how to plot 3D points as colored points in map view?

I have a simple gnuplot question. I have a set of points (list of x,y,z values; irregularly spaced, i.e. no grid) that I want to plot. I want the plot to look like this: - points in map view (no 3D view) - color of each point should depend on its z-value. - I want to define my own color scale -... (0 Replies)
Discussion started by: karman
0 Replies
Login or Register to Ask a Question
GPIV_SSTRAIN(1) 					      General Commands Manual						   GPIV_SSTRAIN(1)

NAME
gpiv_sstrain - Calculates the shear strain from PIV data. SYNOPSIS
gpiv_sstrain [-d N] [-h | --help] [--no_g ] [-p | --print] [-g | --g] [-v | --version] [filename] < stdin > stdout DESCRIPTION
gpiv_sstrain calculates the shear strain from PIV data. You can choose from several differential schemes: central differentiation, least squares and Richardson extrapolation. The output can be generated as ASCII data containing four columns or as GNUPlot Data format that allows one to view/print the data as contour plots. The configuration parameters (containing the POST key) may be overruled by the command line options, as explained below. Options -d N Differential type to be used: central difference (N=0), least squares (N=1), Richardson interpolation (N=2), circulation method (N=3) -h | --help On-line help -p | --print Print parameters, command line options and eventually used input and output filenames to stdout. The output is identic of file- name.par, in case filename is used. -g Show contour plot of the output with gnuplot. --no_g Suppresses to show contour plot of the output with gnuplot. -v | --version Print version information on standard output, then exit successfully. filename Input PIV data file. Overrides stdin and stdout. The output will be written to filename.sstr. Parameters are stored in filename.par and may be used for future use by including them in ./gpivrc. SEE ALSO
gpivtools AUTHOR
Gerber Van der Graaf 8 November 2006 GPIV_SSTRAIN(1)