reg
- QhX.plots.reg.fig_plot(tt, yy, xlabel='t [days]', ylabel='magnitude [mag]')[source]
Function for figure plotting
- Parameters:
tt (x-axis data (usually time)) –
yy (y-axis data (magnitude)) –
xlabel (text for x and y labels) –
ylabel (text for x and y labels) –
- QhX.plots.reg.plt_freq_heatmap(data, extent, label='correlation coefficient', xlabel='Frequency $[d^{-1}]$', ylabel='Frequency $[d^{-1}]$')[source]
Function for plotting of heatmap of Hybrid2D output
- Parameters:
data (autocorrelation data (output of hybrid2d method)) –
label (label for each points) –
xlabel (text for x and y labels) –
ylabel (text for x and y labels) –