triforcely / Octave.NET

📈 More than cross-platform Octave process wrapper 🔬
MIT License
32 stars 7 forks source link

The graphic cannot be displayed #14

Closed fangwancong closed 3 years ago

fangwancong commented 3 years ago

I run the following commands on Octave-GUI, everything works fine and shows a 3D pattern interface. If I execute with Octave.NET, there is no graphical interface displayed.

[x, y, z] = sphere (40); surf (3x, 3y, 3*z); axis equal; title ("sphere of radius 3");