Skip to content

Commit

Permalink
Add entry key so that "help file" == "help datafile"
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeam committed Nov 2, 2006
1 parent eeb2b12 commit 99508b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-11-01 Ethan Merritt <[email protected]>

* 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 <[email protected]>

* src/gadgets.h src/tables.h src/tables.c: Add font to key structure.
Expand All @@ -7,7 +12,7 @@
set key {font "<face>,<size>"}

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

Expand Down
3 changes: 2 additions & 1 deletion docs/gnuplot.doc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 99508b9

Please sign in to comment.