xomx.plotting.basic_plot.plot#
- plot(adata, func=<function _identity_func>, obs_or_var='obs', *, pointsize=5, ylog_scale=False, xlabel='', ylabel='', title='', subset_indices=None, equal_size=False, output_file=None, width=900, height=600)#
Plots the value of a function on every sample or every feature, depending on the value of obs_or_var which must be either “obs” or “var” (the function must take indices in input)