{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Analysis {% endblock %} {% block content %}
Functionality to analyze multiple workouts.
Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.
Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate).
Reserved for future functionality.
{% if user.rower.rowerplan == 'pro' %} Power Histogram {% else %} Power Histogram {% endif %}
Plot a power histogram of all your strokes over a date range.
Reserved for future functionality.
Reserved for future functionality.