Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement for Gnuplot_Class #507

Open
shishiousan opened this issue Jan 15, 2025 · 0 comments
Open

Enhancement for Gnuplot_Class #507

shishiousan opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request plotting

Comments

@shishiousan
Copy link
Member

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.

@shishiousan shishiousan added bug Something isn't working enhancement New feature or request plotting labels Jan 15, 2025
@shishiousan shishiousan self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request plotting
Projects
None yet
Development

No branches or pull requests

1 participant