Pol Febrer Calabozo

Results 344 comments of Pol Febrer Calabozo

The main problem is that users will not know how to set aliases in the environment and therefore most won't do it. (I don't know how to do it)

> I don't know, I think this could be up to the users. I retract myself, it's probably better to have consistent shortcuts accross sisl instalations. Sorry hahaha

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.

:+1: I think it would be great to unify the viz module so that plotting backends are only that: **plotting backends**. The rest of the processing and methods can be...

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 different naming. `prepare`...

> entry -> prepare -> draw -> postprocess (or deprepare or something) > > Sometimes it may be nice to close files, delete temporary stuff or something else. :) Hahah...

> Ok, that would be fine. May I suggest we add a 4th item. > entry -> prepare -> draw -> postprocess (or deprepare or something) > > Sometimes it...

I'm preparing the plotting part of the CLI, but since you wanted to put everything under the `sisl` command, do you want to reorganize everything to create the command and...

The plotting command is already created using `argparse`, so I just need to integrate it into the command you create. It is very simple compared to the other commands in...

Hey! Can I update this PR to use categories so that it can be merged? It would help me with something that I need to do and I'd rather do...