{% extends "base.html" %} {% block title %} {% if kind == "z3" %}3-D Latent Space Visualizer · cryoDRGN{% else %}Pair grid · cryoDRGN{% endif %} {% endblock %} {% block nav_page_title %} {% if kind == "z3" %}3-D Latent Space Visualizer{% else %}Pairwise plot generator{% endif %} {% endblock %} {% block content %}
← Back
{% if kind == "zdim" %}

The pairwise grid needs at least two latent coordinates. This reconstruction has {{ n }}.

{% elif kind == "z3" %}

The 3-D Latent Space Visualizer needs at least three latent coordinates. This reconstruction has {{ n }}.

{% elif kind == "pca" %}

The diagonal embedding needs PCA components in the analysis table for this epoch.

{% else %}

There is no numeric column available to color the lower panels.

{% endif %}
{% endblock %}