Plotting/GUI CLI should they be separate or combined?
See original GitHub issueWe need to figure out whether we need two CLI for plotting and for GUI handling.
I am starting to more advocate one CLI for both.
sgui ase
sgui matplotlib/plot
sgui plotly
something like this.
Since we are in doubt of the placement of individual functionality, users will without a doubt also!! 😃
Please chip in here! 😉 @pfebrer96 @jonaslb
_Originally posted by @zerothi in https://github.com/zerothi/sisl/pull/221#discussion_r487800251_
Issue Analytics
- State:
- Created 3 years ago
- Comments:32 (32 by maintainers)
Top Results From Across the Web
Mixing CLI and GUI help - Support - Chia Forum
I am using GUI to farm and run full node because it's comfortable to view all the data this way. But because it's...
Read more >create a GUI with 2 plots (axes) and 2 pushbuttons - YouTube
This tutorial is create a GUI with 2 plots (axes) and 2 pushbuttons. More engineering tutorial videos are available in ...
Read more >Graphical User Interfaces
When developing a TK-based GUI for plotting, there are two ... two separate distributions, even though it will be treated as a single ......
Read more >Why can't matplotlib plot in a different thread? - Stack Overflow
So the idea was to do the plotting in a separate thread. I have seen suggestions (e.g. here) to use a process rather...
Read more >plotting data as the simulation runs - Neuron.yale.edu
I would like to create a Graph that is updated during the simulation, like the graphs that are created using the GUI. I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, I want to do that. But you should just assume you get passed an argument parser where you create your own sub-command.
Yeah, most do, but some (the fortran binary files) needs to be closed somewhat manually (in some cases).
Yeah, I don’t know 😉