You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some issues in terms of Gnuplot_Class need to be solved
directory not found can happen when the plt file is created
The class still uses intrinsic write function. It causes this error.
We have to use Txtfile_Class or extend it to solve this issue.
Execution of gnuplot command shows an error depending on a kind of OS
Some OS has several variants of gnuplot commands which can support a specific
terminal option (For example, wxt is not supported in normal gnuplot command in Fedora. We need to execute gnuplot-wx instead.) .
So we need to implement a utility to set the proper terminal option or gnuplot binary depending on a kind of OS.
The text was updated successfully, but these errors were encountered:
Some issues in terms of
Gnuplot_Class
need to be solveddirectory not found
can happen when the plt file is createdThe class still uses intrinsic
write
function. It causes this error.We have to use
Txtfile_Class
or extend it to solve this issue.Execution of
gnuplot
command shows an error depending on a kind of OSSome OS has several variants of
gnuplot
commands which can support a specificterminal option (For example,
wxt
is not supported in normalgnuplot
command in Fedora. We need to executegnuplot-wx
instead.) .So we need to implement a utility to set the proper terminal option or gnuplot binary depending on a kind of OS.
The text was updated successfully, but these errors were encountered: