{% extends "layout.html" %} {% block content %}
Selected variable: {{ operation_form }}
frequency table
{{ data | safe }}
Plot
characteristic values
{% for key, value in characteristic_values.items() %}
{{ key }} {{ value }}
{% endfor %}
{% if options_tipo_var == "categoriale" %}
Change the order of category and then press button
{% for values in unique_values %}
{{ values }}
{% endfor %}
set the new order in plot
{% endif %}
{% endblock %}