in Education by
Is there a good command-line UNIX charting / graphing / plotting tool out there? I'm looking for something that will plot xy points on an ASCII graph. Just to clarify, I'm looking for something that will output a graph in ASCII (like ascii-art style), so I can use it over an interactive shell session without needing X. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Try gnuplot. It has very powerful graphing possibilities. It can output to your terminal in the following way: gnuplot> set terminal dumb Terminal type set to 'dumb' Options are 'feed 79 24' gnuplot> plot sin(x) 1 ++----------------**---------------+----**-----------+--------**-----++ + *+ * + * * + sin(x) ****** + 0.8 ++ * * * * * * ++ | * * * * * * | 0.6 ++ * * * * * * ++ * * * * * * * | 0.4 +* * * * * * * ++ |* * * * * * * | 0.2 +* * * * * * * ++ | * * * * * * * | 0 ++* * * * * * *++ | * * * * * * *| -0.2 ++ * * * * * * *+ | * * * * * * *| -0.4 ++ * * * * * * *+ | * * * * * * * -0.6 ++ * * * * * * ++ | * * * * * * | -0.8 ++ * * * * * * ++ + * * + * * + * * + -1 ++-----**---------+----------**----+---------------**+---------------++ -10 -5 0 5 10

Related questions

0 votes
    Is there a good command-line UNIX charting / graphing / plotting tool out there? I'm looking for ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    Is there a good command-line UNIX charting / graphing / plotting tool out there? I'm looking for ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    Is there a good command-line UNIX charting / graphing / plotting tool out there? I'm looking for ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 19, 2022 in Education by JackTerrance
0 votes
    A brief search shows that all available (uUnix command line) tools that convert from xsd (XML Schema) to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 23, 2022 in Education by JackTerrance
0 votes
    ___________ is a command-line TCP/IP packet assembler and analyzer tool. (a) IGMP Ping (b) Hping2 (c) ... Need-for-Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Nov 1, 2021 in Education by JackTerrance
0 votes
    For example: man(1), find(3), updatedb(2)? What do the numbers in parentheses (Brit. "brackets") ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 27, 2022 in Education by JackTerrance
0 votes
    For example: man(1), find(3), updatedb(2)? What do the numbers in parentheses (Brit. "brackets") ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 27, 2022 in Education by JackTerrance
0 votes
    What is the command used to check the running Splunk processes on Unix/Linux?...
asked Oct 31, 2020 in Technology by JackTerrance
0 votes
    Which platform is R imported to after charting as a PDF? (a) Adobe Illustrator (b) Adobe Photoshop ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Select a CI tool based on it’s _________________________. (a)Both the options (b)Resistability (c)None of the options (d)Extendability...
asked Oct 7, 2020 in Technology by JackTerrance
0 votes
    How can you draw straight horizontal and vertical lines with the help of the line tool ? Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    (d) Which tool is used for drawing freehand shapes or paths? (i) Rectangle Tool (ii) Pencil Tool (iii) Line Tool (iv) Ovey Tool Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    What is the ASCII value of space? a) 32 b) 48 c) 96 d) 65...
asked Dec 29, 2022 in Education by JackTerrance
0 votes
    Given the following function UART_write(UART_Handle handle, const void *buffer, size_t size); I want to send ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 1, 2022 in Education by JackTerrance
0 votes
    I have written the following program in C# to display an ASCII pyramid. public static void method1() { int k; int kCond = 5; int i; int inc = 0; for (int p = 0; p...
asked Apr 21, 2022 in Education by JackTerrance
...