|
From: michael b. <mic...@ma...> - 2010-12-15 15:13:32
|
I've built gnuplot for my Mac (via Fink) but I'm having trouble working out what's wrong with the below (highlighted) so all help appreciated. Ta, M http://www.twitter.com/mkbane_mcr gnuplot> show format tic format is: x-axis: "%y" y-axis: "% g" x2-axis: "% g" y2-axis: "% g" z-axis: "% g" cb-axis: "% g" gnuplot> set format x "%D" gnuplot> plot 'data.txt' u 1:2 w linespoints Bad format character gnuplot> show version G N U P L O T Version 4.2 patchlevel 6 last modified Sep 2009 System: Darwin 10.5.0 Copyright (C) 1986 - 1993, 1998, 2004, 2007 - 2009 Thomas Williams, Colin Kelley and many others Type `help` to access the on-line reference manual. The gnuplot FAQ is available from http://www.gnuplot.info/faq/ Send bug reports and suggestions to <http://sourceforge.net/projects/gnuplot> |