Fabian Brinkmann
Fabian Brinkmann
+1 for changing this, but we have to make sure to redo the base plots for phase in the tests.
@ahms5 - this can be closed, right? If yes, go ahead...
In the current implementation it is required. This can for example be tested by replacing the code inside `pyfar.classes._Audio._encode` with `return self.__dict__`. The problem seems to be that the encoding...
I tried to figure it out but it is difficult because writing data is done in recursion. My try that is working for `pyfar.Signal` objects is here https://github.com/pyfar/pyfar/tree/enhace/save_without_copy, but it...
Do you mean the `import ...` statements in the Python files?
For this module, I would suggest to restrict ourselfs to planar plots and exclude ballon plots. In this case, we would have all plots from `pyfar.plot.line` except the spectrogram because...
Agree! Does that only refer to ITA-Audio objects or is there more to cover?
We decided that we want the grid in any case and manipulate the kwargs to make this a default.
One way to do this might be to add a `mode` parameter to the `spec` plot functions in analogy to the `mode` parameter in the time plots. This would also...
I assignmed my self and added it for v0.9.0. I'll probably do it without any hurry unless you already have something where you need this for...