[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: qt plot not working
From: |
Tatsuro MATSUOKA |
Subject: |
Re: qt plot not working |
Date: |
Mon, 6 May 2019 19:37:50 +0900 (JST) |
--- suvit.verma1105
> Hey There,I have installed octave version-4.2.2 on fedora 29, but the qt plot
> is not working. it is showing a black plot in result
> Following code was used to produce the result:
> ***********************************************
> >> x = -10:0.1:10;
> >> plot (x, sin (x));
> **************************************************
>
> . Please help.
>
I have experienced similar result on octave on cygwin and octave on wsl (ubuntu
18.04).
In my case, issue was solved by changing Xserver option.
The qt graphics_tookit strongly depends on hardware and software setting of
graphics.
I cannot give you solution for your case.
I advise you to write more details of hardware and software information for
graphics.
Tatsuro