{% extends "base.html" %} {% block title %}Trajectory creator · cryoDRGN{% endblock %} {% from "_macros.html" import nav_page_title_span %} {% from "_palette_options.html" import continuous_palette_options %} {% block nav_page_title %}{{ nav_page_title_span("Trajectory creator") }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Choose axes
Choose color scale
Trajectory settings
Points

Drag the orange and navy handles on the plot to edit the trajectory.

Rendering…
Palette (continuous color)
{{ continuous_palette_options("traj_palette", "traj-palette-radio", "cryo-palette-radios__swatch") }}
{% endblock %}