From: Masahiro T. <mas...@mp...> - 2009-11-26 17:11:25
|
Dear all, I have problem with plotting 3D color figure. I'm thinking this is caused by newer OS, Snow Leopard... The command I used: > set term x11 > set pm3d > set log cb > sp "data.txt" u 1:2:3 w pm Result: - Once the window is opened and immediately closed. - I can plot without "set log cb". - If I type "replot" immediately after the window closed, the new window opened but the colorbar is filled by black. - changing cbrange does not help. - I can plot figures such as "x**2+y**2" from the keyboard with the same command. - I can plot from the data file correctly with Mac OS X 10.5.x Versions: Mac OS X 10.6.2 gnuplot Version 4.2 patchlevel 5 (installed through MacPorts) I can share the data file for the solution. -MasaYan |