graphcurses.1 (956B)
1 .Dd graphcurses\-VERSION 2 .Dt GRAPHCURSES 1 3 .Os 4 .Sh NAME 5 .Nm graphcurses 6 .Nd curses 2D graph generator 7 .Sh SYNOPSIS 8 .Nm 9 .Sh DESCRIPTION 10 .Nm 11 takes a function as an input and draws it using 12 .Xr curses 3 13 to draw the TUI. 14 Functions and derivatives are evaluated by 15 .Xr libmatheval 3 16 and might use 17 .Xr math 3 18 to calculate more complicated functions. 19 .Sh OPTIONS 20 The following options are used during runtime in the TUI, 21 not the command line. 22 .Bl -tag -width 8n 23 .It Sy q 24 quit program. 25 .It Sy UP/k 26 move up on the Y axis 27 .It Sy DOWN/j 28 move down on the Y axis 29 .It Sy LEFT/h 30 move left on the X axis 31 .It Sy RIGHT/l 32 move right on the X axis 33 .It Sy d 34 calculate and show the derivative of the displayed function 35 .It Sy f 36 give the program a new function to calculate and plot 37 .It Sy r 38 reset zooming to default 39 .It Sy + 40 zoom in 41 .It Sy - 42 zoom out 43 .El 44 .Sh SEE ALSO 45 .Xr curses 3 , 46 .Xr libmatheval 3 , 47 .Xr math 3 48 .Sh AUTHORS 49 .An Christos Margiolis Aq Mt christos@margiolis.net