-
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
fltk
but doesn't seem to be found, e.g.Most functional option is just standard Qt
octave
which 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
gnuplot
though output won't actually work unless unmaintained AquaTerm.app (aquaterm
cask) is installed so not ideal. You can see if installing justgnuplot
gets you past the error