Pseudocolor or Checkerboard Plots

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
jdieringer
Posts: 1
Joined: Tue May 22, 2007 4:51 pm

Pseudocolor or Checkerboard Plots

Post by jdieringer »

Would it be possible to allow for Pseudocolor plots like the pcolor function in matlab? An image can be seen here:
http://www.ava.fmi.fi/prog/tela/graphex/powerlaw.gif

Basically it is the contour plot without any interpolation, just a pixel with color based on the Y value.

Also, it would be nice to be both in color and grayscale.

Thanks!
________
no2 vaporizers
Last edited by jdieringer on Tue Feb 01, 2011 2:57 pm, edited 1 time in total.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

That would be an easy enough change for points on a rectangular grid. For
randomly-spaced points I suppose the best way would be to base the color of
each triangle on the average of the 3 points defining the triangle. I'll
give this one some thought.
Also, it would be nice to be both in color and grayscale.
Right-click on your plot, select "Contour Options". There are several color
options under "Colors" (including grayscale).
Visualize Your Data
support@dplot.com
Post Reply