{% extends "base.html" %} {% import 'macros.html' as macros %} {% block asset %} {% endblock %} {% block header %} {{ macros.page_title(key='MSP', title=_('Multi Scatter Plot'), hint=_('Displays a scatter chart matrix. You can create a matrix between up to four target variables.'), hasAction=true) }} {% endblock %} {% block midbody %}
{{ macros.scatter_end_proc(procs,'', title=_('Enter target item of data (quantitative variable like measurement value) to visualize the correlation between variables. This data is plotted on the graph. It can be selected up to four items.'), isShowMinMax=false) }} {{ macros.start_proc(procs,'', traceData=true) }} {{ macros.cond_proc([],'', title=_('Graph Filter: Limits data to be displayed to a subset.'), is_optional=true) }}
{{ macros.exception_est() }}

{{ optdata }} {% endblock %} {% block js %} {% endblock %}