|
From: Mojca M. <moj...@gm...> - 2017-02-09 13:09:19
|
On 9 February 2017 at 07:54, Tatsuro MATSUOKA wrote: > In the Features Request 459 > https://sourceforge.net/p/gnuplot/feature-requests/459/ > (qt term does not suppoert linewidth option ) > > Ethan also made patch for aqua terminal. > > Does anyone try whether the patch works correctly? It seems to work correctly for me. However in the light of if (equals(c_token, "dl") || almost_equals(c_token, "dashl$ength")) { I would also replace if (equals(c_token, "linewidth")) { with if (equals(c_token, "lw") || almost_equals(c_token, "linew$idth")) { (I replied that in the ticket, but it seems that the browser or the website sent my reply to digital heaven.) Mojca |