% if 'term' in dist_type:
	${ plotter.scatter2D(id= 'term_ics', width=width, height=height, header=False, row_names=False, title=f'{ONT_NAME} term IC distribution', x_label = f'{ONT_NAME} Ontology IC', y_label = f'{ONT_NAME} Frequency based IC', alpha=0.6, add_densities=True, config={"dataPointSize":8, "setMaxX": 4.5, "setMaxY":4.5, "setMinX": 0, "setMinY": 0}  )}
% endif


% if 'prof' in dist_type:
	${ plotter.scatter2D(id= 'profile_ics', width=width, height=height, header=False, row_names=False, title=f'{ONT_NAME} patient profile IC distribution', x_label = f'{ONT_NAME} Ontology Profile IC', y_label = f'{ONT_NAME} Frequency based Profile IC', alpha=0.6, add_densities=True, config={"dataPointSize":8, "setMaxX": 4.5, "setMaxY":4.5, "setMinX": 0, "setMinY": 0}  )}
% endif
