Menu

#1397 Mismatched XML tag </g>

closed-duplicate
nobody
None
5
2015-03-23
2014-05-07
Hari Dara
No

I am using gnuplot 4.6 patchlevel 5 (compiled from source) and encountered an issue with an SVG that is generated with parsing error. There was an extra tag towards the end and I was able to fix the issue by removing it. I am attaching a zip file containing a small snippet of code and the source data to reproduce this issue. Unzip the file to find two files called t.sh and t.dat and running the t.sh file should produce t.svg with the bug.

1 Attachments

Discussion

  • Hari Dara

    Hari Dara - 2014-05-07

    Oops... didn't do a good job at searching. Found an existing bug report #1298 that I think is for this same issue.

     
  • Hari Dara

    Hari Dara - 2014-05-07
     
  • Hari Dara

    Hari Dara - 2014-05-07
    • status: open --> closed-duplicate
     
  • Ethan Merritt

    Ethan Merritt - 2014-05-07

    Yes, it's a duplicate.
    Note that in both cases the error is basically that you cannot plot twice into the same *.svg output file (OK it's plot + replot in your script). You must do another "set output ..." before each new plot.

     
  • Hari Dara

    Hari Dara - 2014-05-07

    Thanks Ethan, set output did help, much appreciate your pointer.

     

Log in to post a comment.