xomx.plotting.basic_plot.scatter2d_and_3d#
- scatter2d_and_3d(adata, func1=<function _identity_func>, func2=<function _identity_func>, func3_=None, obs_or_var='obs', *, pointsize=3, xlog_scale=False, ylog_scale=False, zlog_scale=False, xlabel='', ylabel='', zlabel='', title='', subset_indices=None, equal_size=False, output_file=None, width=900, height=600)#
Displays a scatter plot, with coordinates computed by applying two functions (func1 and func2) to every sample or every feature, depending on the value of obs_or_var which must be either “obs” or “var” (both functions must take indices in input)