-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add entry key so that "help file" == "help datafile"
- Loading branch information
sfeam
committed
Nov 2, 2006
1 parent
eeb2b12
commit 99508b9
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters