Fri 14 Mar 2014 08:17:11 PM UTC, original submission:
I'm currently on version 3.8.1, and when plotting with FLTK it's buggy, it appears to be the anti-aliasing.
When using version 3.8.0 it lookes much worse. This new bug forked from this bug:
https://savannah.gnu.org/bugs/?41819
When plotting:
>plot(x, y, 'x', 'MarkerSize', 10);
The Xs have a different weight on each diagonal. I'm attaching four screenshots, showing the differences between gnuplot and FLTK.
The command I used for the Xs was:
>plot(x, y, 'x', 'MarkerSize', 10);
for the sin curve it was:
> plot (x, sin (x));
The sin curve is just for reference, as it looks fine, although the antialiasing could look a bit smoother.
|