Hi,
after installation of Scilab 2025 under Fedora 40 I notice that it does not display a grid on screen or in bitmap exports.
This simple example
x=[0:0.1:2*%pi]';
plot2d(sin(x))
xgrid()
- has NO grid on screen
- has NO grid if exported to e.g. png
- HAS a grid when exported to pdf
I noticed this already in older versions of Scilab (always using Fedora).
Does anybody have an idea where to look for clue?
Thank you,
Thomas