I have a script where I do a lot of plots of a couple of data files. Now, I want to smoothen the curves with smooth csplines
.
Unfortunately, I would have to manually add this to every single plot command, which is neither beautiful, nor very elegant (and harder to maintain).
So my question is: Is there a way to set
something somehow or any workaround so that I automatically smooth
every plot?
Thank you guys in advance, BUFU