plot_data#

radionets.plotting.visualization.plot_data(x, path, rows=1, cols=1, save=False, plot_format='pdf')[source]#

Plotting image of the dataset

Parameters:
xarray

array of shape (n, 1, size, size), n must be at least rows * cols

rowsint

number of rows in the plot

colsint

number of cols in the plot