From 1f8d347c92a948bafde638c4864bc46096058dd3 Mon Sep 17 00:00:00 2001 From: aiju Date: Sun, 20 May 2018 09:14:16 +0000 Subject: fplot: draw axes; zoom more naturally; unzoom --- sys/man/1/fplot | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sys/man/1/fplot') diff --git a/sys/man/1/fplot b/sys/man/1/fplot index dd0e14483..fe8e7eafe 100644 --- a/sys/man/1/fplot +++ b/sys/man/1/fplot @@ -27,6 +27,11 @@ option's argument (in the WIDTHxHEIGHT format). The .B -r option accepts as argument the x and y ranges, in the format .LR "xmin:xmax ymin:ymax". +By default +.I fplot +draws coordinate axes and tick marks; the +.B -a +option inhibits this. .PP Each function to be plotted may be a combination of the independent variable x, the elementary operations (+, -, *, / and %), and the functions described in @@ -55,9 +60,11 @@ either exits with .LR "syntax error" or an empty status. .SH BUGS -Parentheses after unary operators are not special, e.g. sin(x)/2 is parsed as sin x/2 = sin(x/2) and not (sin x)/2. -.PP There is no unary plus or minus. +.PP +Axes are not drawn in +.B -c +output. .SH HISTORY .I Fplot first appeared in 9front (July, 2011). -- cgit v1.2.3