{% extends "base.html" %} {% block title %}3-D Latent Space Visualizer · cryoDRGN{% endblock %} {% block nav_page_title %}3D visualizer{% endblock %} {% block head %} {% endblock %} {% block content %}

Each point is a particle in the space of three latent coordinates you choose. Optional color encodes another quantity from the analysis table.

Latent axes

Pick three different coordinates (z0, z1, …). The plot uses WebGL — “Rendering…” appears in the plot area while data loads.

Color scale

Optional point color from the analysis table (same idea as the 2D scatter view).

Rendering…
Palette (continuous color)
{% endblock %}