{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='PCP', title=_('Parallel Plot'), hint=_('Visualize the correlation between a large number of variables with respect to target variable.'), hasAction=true) }} {% endblock %} {% block midbody %}
{{macros.end_proc_paracords_real(procs,title=_('Enter target item of quantitative variable (like measurement value) in data to visualize the correlation between variables. This data is plotted on the graph.'))}} {{macros.start_proc(showAutoUpdate=false)}} {{macros.cond_proc([],'', title=_('Graph Filter: Limits data to be displayed to a subset.'), is_optional=true)}}
{{ macros.exception_est() }}

{{ macros.sub_label(_("Remove outlier")) }}
{{ _('Ordering') }}
{{ _('Variables') }}
{{ _('Corr threshold (abs)') }}
{{optdata}} {% endblock %} {% block js %} {% endblock %}