|
From: Thomas S. <t.s...@fz...> - 2011-01-27 16:35:16
|
set logscale z or splot 'data.dat' using 1:2:(log10($3)) with pm3d Matusevita, IĮ wrote: > > Hello. > > I have 3D data file. I want to visualize it in pm3d style and I need > that a certain function would be applied to the 3rd column. > > For example, > > File data.dat > 0 0 2 > 0 1 3 > 1 0 5 > 1 1 6 > > should be vizualized as > > 0 0 log10(2) > 0 1 log10(3) > 1 0 log10(5) > 1 1 log10(6) > > What should I do? > > Best regards > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better > price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/pm3d%3A-question-tp30776674p30778000.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |