{% extends "base.html" %} {% from "_palette_options.html" import continuous_palette_options %} {# 4×4 mini-grids: row i = top→bottom, col j = left→right; matches zᵢ (row) vs zⱼ (col) #} {% macro picto_lower() %} {% endmacro %} {% macro picto_diagonal() %} {% endmacro %} {% macro picto_upper() %} {% endmacro %} {# Full 4×4 grid — same layout as other pair-pictos; accents pair with .cryo-cc-legend__filter-em #} {% macro picto_filter_all_panels() %} {% endmacro %} {% block title %}Latent pairs · cryoDRGN{% endblock %} {% block head %} {% endblock %} {% from "_macros.html" import nav_page_title_span %} {% block nav_page_title %}{{ nav_page_title_span("Pair-plot generator") }}{% endblock %} {% block content %}

Each panel square compares two latent z-space axes, with coloring according to the chosen covariate in the squares below the diagonal. The diagonal panels show a 2D embedding across all z-space axes colored by the given row/column z-latent-space axis. Filter particles shown across all panels using the legend interface shown on the right.

{{ picto_lower() }}Covariate coloring
(below diagonal)
{% for c in color_choices %} {% endfor %}
{{ picto_diagonal() }}Embedding method
(on the diagonal)
{{ picto_upper() }}Plotting method
(above diagonal)

Latent pair grid
{% endblock %}