comparison doc/misc/org.texi @ 103365:6a5d3ff46ec7

* org.texi (Org Plot): Fix tags (Bug#3507).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 09 Jun 2009 18:42:39 +0000
parents 328f4b370b74
children 66652dbd881c
comparison
equal deleted inserted replaced
103364:e65d75c90986 103365:6a5d3ff46ec7
2485 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}. 2485 Specify whether the plot will be @code{2d}, @code{3d}, or @code{grid}.
2486 2486
2487 @item with 2487 @item with
2488 Specify a @code{with} option to be inserted for every col being plotted 2488 Specify a @code{with} option to be inserted for every col being plotted
2489 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...). 2489 (e.g. @code{lines}, @code{points}, @code{boxes}, @code{impulses}, etc...).
2490 Defaults to 'lines'. 2490 Defaults to @code{lines}.
2491 2491
2492 @item file 2492 @item file
2493 If you want to plot to a file specify the @code{"path/to/desired/output-file"}. 2493 If you want to plot to a file specify the @code{"path/to/desired/output-file"}.
2494 2494
2495 @item labels 2495 @item labels
2503 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a 2503 When plotting @code{3d} or @code{grid} types, set this to @code{t} to graph a
2504 flat mapping rather than a @code{3d} slope. 2504 flat mapping rather than a @code{3d} slope.
2505 2505
2506 @item timefmt 2506 @item timefmt
2507 Specify format of org-mode timestamps as they will be parsed by gnuplot. 2507 Specify format of org-mode timestamps as they will be parsed by gnuplot.
2508 Defaults to '%Y-%m-%d-%H:%M:%S'. 2508 Defaults to @samp{%Y-%m-%d-%H:%M:%S}.
2509 2509
2510 @item script 2510 @item script
2511 If you want total control you can specify a script file (place the file name 2511 If you want total control you can specify a script file (place the file name
2512 between double quotes) which will be used to plot. Before plotting, every 2512 between double quotes) which will be used to plot. Before plotting, every
2513 instance of @code{$datafile} in the specified script will be replaced with 2513 instance of @code{$datafile} in the specified script will be replaced with