• GNUPLTO not reading last line of csv file.

    From crissharon.boisvert@gmail.com@21:1/5 to All on Tue Nov 5 09:48:42 2019
    Have CSV files created from mysqldump.

    csv row layout

    value1;value2;value3;value4


    when attempting to plot the data gnuplot doens't plot the last row..
    so if i have 5 rows it only plots the first 4

    if I have 10 rows it only plots the first 9.

    is there a end of line or <CR> that needs to be there to make it read all the data?

    THanx

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker@21:1/5 to All on Tue Nov 5 20:13:10 2019
    Am 05.11.2019 um 18:48 schrieb crissharon.boisvert@gmail.com:

    is there a end of line or <CR> that needs to be there to make it read all the data?

    _Every_ text file is actually defined to end on a line-end.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From crissharon.boisvert@gmail.com@21:1/5 to All on Tue Nov 5 11:22:07 2019
    Currently the file looks like this

    5037;1571681716;1571682518;772
    5038;1572327243;1572327623;350
    5039;1572649802;1572649902;100



    It doesn't graph the last line.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Olaf Schultz@21:1/5 to crissharon.boisvert@gmail.com on Tue Nov 5 20:58:22 2019
    On 11/5/19 8:22 PM, crissharon.boisvert@gmail.com wrote:
    Currently the file looks like this

    5037;1571681716;1571682518;772
    5038;1572327243;1572327623;350
    5039;1572649802;1572649902;100



    It doesn't graph the last line.


    Here* it does...

    *version 5.2 pl7, linux
    cut&paste of your three lines to a file...

    I see the three points (default "w linespoints")

    Olaf

    PS: Thanks to the gnuplot team again... use at work and home, reliable, fast,... and reproduciable

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)