Nick Papior
Nick Papior
> Yes, what I mean is how to activate/deactivate aliases depending on the python environment you are in. I.e. I only want `splot` if I'm in my sisl environment. Hmm,...
I think I have made up my mind ;) We will go for this: ```bash sisl plot [--backend matplotlib|blender|plotly|...] sisl gui [--backend plotly|blender|matplotlib|...] ``` I think that `sisl plot|gui` should...
Ok, so now my head is starting to wrap around all this :) This is great! Also see #292. We should make them very agnostic about what to do: So...
> I'm curious, what's the difference between creating a figure in the `prepare` method and the `draw` method? > > This is almost the same as I have now, with...
> > entry -> prepare -> draw -> postprocess (or deprepare or something) > > Sometimes it may be nice to close files, delete temporary stuff or something else. :)...
I think you can create what is needed *behind the scenes* something that gets the ArgumentParser. On the other hand I have thought about moving away from `argparse`, something like...
I don't know if I should try and change to `Click` on a separate branch, then we can decide after this? Or do you think that your command isn't too...
> I don't have any experience with any argument parser other than `argparse`. It is true that I have encountered some problems with it, mainly some structures being more complex...
If you start with all the stuff *behind the scenes* i.e. only stuff in sisl.viz directory. Then I can aid in adding the main functionality, also so I can understand...
Thanks for the MR! Sorry for the late return. However, your request spawned an idea I would like some feedback on. Once that is in, your saturation feature could be...