How can I plot output from a function which returns multiple values in Python?
问题 Short intro I'm calculating and plotting spectral energy of planets orbiting pulsar from given data. I have previously ordered all data in a list variations with dimensions [172, 2] (172 rows and 2 columns). Firstly, I have to calculate parameters of a presupposed model and spectral energy accordingly (from those very parameters). To do that, I defined a function under which I defined the presupposed model and find_fit function which takes the model and variations data. Code var('a, b, t')