|
From: Arun P. <ape...@lb...> - 2012-04-30 17:57:33
|
Hi >> I just ran into the following error when trying to open a svg file >> created by gnuplot: >> >> "test.svg:898: parser error : Input is not proper UTF-8, indicate encoding ! >> Bytes: 0x80 0x22 0x20 0x3E" > > You have indeed found a real bug, which I have just now fixed in the CVS > source code. The subplots in a multiplot are labeled internally as 'a'-'z'. > The bug was an incorrect check to prevent letters beyond 'z' from being > generated. So it triggered whenever the number of subplots exceeded 30. Thanks for the bugfix... tested it and everything works great! > [...] > set term svg size 2400,1800 fsize (10. * SCALE) lw (1. * SCALE) also thanks for helping with the script... fsize and lw in "set term" was what I was missing. cheers Arun |