diff options
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawkinet.info | 74 | ||||
-rw-r--r-- | doc/gawkinet.texi | 7 |
3 files changed, 42 insertions, 44 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e2201c79..0a2f5ae7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2020-05-08 Arnold D. Robbins <arnold@skeeve.com> + + * gawkinet.texi: Remove special casing for statist image for + Info. Makeinfo handles it just fine. + 2020-04-26 Arnold D. Robbins <arnold@skeeve.com> * gawkinet.texi: Include ASCII Art version of the statist diff --git a/doc/gawkinet.info b/doc/gawkinet.info index a4990417..a66d7b0b 100644 --- a/doc/gawkinet.info +++ b/doc/gawkinet.info @@ -2313,31 +2313,31 @@ File: gawkinet.info, Node: STATIST, Next: MAZE, Prev: WEBGRAB, Up: Some Appl 3.6 STATIST: Graphing a Statistical Distribution ================================================ - 0.4 ,------------.------------_------------.------------, - | : : sample 1 :::: | - | : : sample 2 ---- | - 0.3 |- : :_ -| - | : ,: `, | - | : / : \ | - 0.2 |- : / : \ -| - | : / : \ | - | : / : \ | - 0.1 |- : / : \ -| - | : / : \ | - | : ,' : `, | - 0 |----------------'-' `-----`----------| - | | - | | - -0.1 |- p(m1=m2) =0.0863798346775753 -| - | | - | | - -0.2 |- p(v1=v2) =0.31647637745891 -| - | | - | | - -0.3 `------------'------------'------------'------------' - -10 5 0 5 10 - - In the HTTP server examples we've shown thus far, we never present an + + | : : sample 1 :::: | + | : : sample 2 ---- | + 0.3 |- : :_ -| + | : ,: `, | + | : / : \\ | + 0.2 |- : / : \\ -| + | : / : \\ | + | : / : \\ | + 0.1 |- : / : \\ -| + | : / : \\ | + | : ,' : `, | + 0 |----------------'-' `-----`----------| + | | + | | +-0.1 |- p(m1=m2) =0.0863798346775753 -| + | | + | | +-0.2 |- p(v1=v2) =0.31647637745891 -| + | | + | | +-0.3 `------------'------------'------------'------------' + -10 5 0 5 10" + +In the HTTP server examples we've shown thus far, we never present an image to the browser and its user. Presenting images is one task. Generating images that reflect some user input and presenting these dynamically generated images is another. In this node, we use GNUPlot @@ -4242,7 +4242,7 @@ Index * input/output, two-way, See Also gawk, networking: Gawk Special Files. (line 19) * Internet, See networks: Interacting. (line 48) -* JavaScript: STATIST. (line 80) +* JavaScript: STATIST. (line 57) * Linux: Troubleshooting. (line 54) * Linux <1>: Interacting. (line 27) * Linux <2>: REMCONF. (line 6) @@ -4269,7 +4269,7 @@ Index * networks, ports, reserved: Setting Up. (line 37) * networks, ports, specifying: Special File Fields. (line 24) * networks, See Also web pages: PANIC. (line 6) -* Numerical Recipes: STATIST. (line 48) +* Numerical Recipes: STATIST. (line 25) * ORS variable, HTTP and: Web page. (line 29) * ORS variable, POP and: Email. (line 36) * PANIC program: PANIC. (line 6) @@ -4282,7 +4282,7 @@ Index * POP (Post Office Protocol): Email. (line 6) * POP (Post Office Protocol) <1>: Email. (line 36) * Post Office Protocol (POP): Email. (line 6) -* PostScript: STATIST. (line 162) +* PostScript: STATIST. (line 139) * PROLOG: Challenges. (line 75) * PROTBASE: PROTBASE. (line 6) * protocol field: Special File Fields. (line 17) @@ -4399,15 +4399,15 @@ Node: REMCONF91060 Node: URLCHK96556 Node: WEBGRAB100408 Node: STATIST104872 -Ref: STATIST-Footnote-1118098 -Node: MAZE118543 -Node: MOBAGWHO124750 -Ref: MOBAGWHO-Footnote-1138768 -Node: STOXPRED138823 -Node: PROTBASE153111 -Node: Links166227 -Node: GNU Free Documentation License169660 -Node: Index194780 +Ref: STATIST-Footnote-1118024 +Node: MAZE118469 +Node: MOBAGWHO124676 +Ref: MOBAGWHO-Footnote-1138694 +Node: STOXPRED138749 +Node: PROTBASE153037 +Node: Links166153 +Node: GNU Free Documentation License169586 +Node: Index194706 End Tag Table diff --git a/doc/gawkinet.texi b/doc/gawkinet.texi index 0b074e5f..d337a129 100644 --- a/doc/gawkinet.texi +++ b/doc/gawkinet.texi @@ -2878,14 +2878,7 @@ sure that none of the above reveals too much information about your system. @cindex PNG image format @cindex PS image format @cindex Boutell, Thomas -@ifnotinfo @image{statist,3in} -@end ifnotinfo -@ifinfo -@example -@include statist.txt -@end example -@end ifinfo In the HTTP server examples we've shown thus far, we never present an image to the browser and its user. Presenting images is one task. Generating |