-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I think it should be able to use ❯ octave-cli --eval 'available_graphics_toolkits()'
ans = {}(1x0)Most functional option is just standard Qt ❯ octave --eval 'available_graphics_toolkits()'
ans =
{
[1,1] = qt
}It looks like your Ubuntu test runs via On macOS, Octave can use ❯ brew install gnuplot
❯ octave-cli --eval 'available_graphics_toolkits()'
ans =
{
[1,1] = gnuplot
} |
Beta Was this translation helpful? Give feedback.
-
|
@cho-m, thank you so much! I am wondering why |
Beta Was this translation helpful? Give feedback.
-
Perhaps because no one felt the need to use it with If you feel |
Beta Was this translation helpful? Give feedback.
I think it should be able to use
fltkbut doesn't seem to be found, e.g.Most functional option is just standard Qt
octavewhich may still work in CI given we do sometimes run tests on GitHub runner.It looks like your Ubuntu test runs via
gnuplot.On macOS, Octave can use
gnuplotthough output won't actually work unless unmaintained AquaTerm.app (aquatermcask) is installed so not ideal. You can see if installing justgnuplotgets you past the error