|
From: Petr M. <mi...@ph...> - 2009-04-09 12:56:40
|
The following commands in demo/ do not work in gnuplot 4.2 and X11
terminal:
splot 'triangle.dat' with image
or
splot 'binary3' binary with image
Note that the output is drawn correctly for other terminals.
Note that the output is correct on X11 for "plot ... with image".
It seems to be caused by:
2008-06-22 Ethan Merritt
* src/gplt_x11.c: Consolidate the fillstyle code into a single routine
that is called both by fillbox and filledpolygon processing. This fixes a
bug in which the fillstyle border was not applied to filled curves.
---
PM
|