# HG changeset patch # User Cillian O'Driscoll # Date 1450393073 18000 # Node ID 8020eceafaf094bf26906bdbe2d42682cda9a731 # Parent fab8d3898acdada9ca0fec64c3e18157aeeb24b5 Gnuplot legend text alignment fix * scripts/plot/util/private/__gnuplot_draw_axes__.m: For legend labels to the right of the legend symbols, align the text to the left. diff -r fab8d3898acd -r 8020eceafaf0 scripts/plot/util/private/__gnuplot_draw_axes__.m --- a/scripts/plot/util/private/__gnuplot_draw_axes__.m Thu Dec 17 12:01:36 2015 -0800 +++ b/scripts/plot/util/private/__gnuplot_draw_axes__.m Thu Dec 17 17:57:53 2015 -0500 @@ -1558,9 +1558,9 @@ horzvert = "horizontal"; endif if (strcmpi (hlgnd.textposition, "right")) - reverse = "reverse"; + reverse = "reverse Left"; else - reverse = "noreverse"; + reverse = "noreverse Right"; endif inout = "inside"; keypos = hlgnd.location;