From 99508b91141c6f8262f0e428844446e77b7d2e85 Mon Sep 17 00:00:00 2001 From: sfeam Date: Thu, 2 Nov 2006 04:10:42 +0000 Subject: [PATCH] Add entry key so that "help file" == "help datafile" --- ChangeLog | 7 ++++++- docs/gnuplot.doc | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 722447e4e..f35e871db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-01 Ethan Merritt + + * docs/gnuplot.doc: Add an entry key for "help file", because otherwise + this takes you to a section on avs binary format (confusing). + 2006-10-29 Ethan Merritt * src/gadgets.h src/tables.h src/tables.c: Add font to key structure. @@ -7,7 +12,7 @@ set key {font ","} Add explicit font to be used for key title and key entries. If you use - a font that is very different from the default, you may have to adject + a font that is very different from the default, you may have to adjust the line spacing of the key entries. For example: set key font "Times,18" spacing 1.5 diff --git a/docs/gnuplot.doc b/docs/gnuplot.doc index f3173d414..f80cf7510 100644 --- a/docs/gnuplot.doc +++ b/docs/gnuplot.doc @@ -1,4 +1,4 @@ -C RCS $Id: gnuplot.doc,v 1.395 2006/10/30 00:08:22 sfeam Exp $ +C RCS $Id: gnuplot.doc,v 1.396 2006/11/02 04:10:42 sfeam Exp $ C C Copyright (C) 1986 - 1993, 1998, 1999, 2000, 2001, 2004 Thomas Williams, Colin Kelley et al. C @@ -3116,6 +3116,7 @@ C ... and restart the table: ?data-file ?datafile ?data +?file Discrete data contained in a file can be displayed by specifying the name of the data file (enclosed in single or double quotes) on the `plot` command line.