Proposed Behavior
Example and idea provided by @elong0527 and issue moved from q2-longitudinal:

X-axis = time (or other continuous metadata column) (possibly also support categorical columns?)
y-axis = subject ID (e.g., to support plotting individuals that are plotted repeatedly over time). This was originally planned for q2-longitudinal but should be generalized for non-longitudinal sampling designs — perhaps y-axis should be an optional parameter (if True, plot as scatter plot; if false, plot barplot?)
points colored by group category (should accept categorical or continuous metadata, infer type, and color-code accordingly)
Questions
Could also add a parameter to change size or shape of points based on other optional metadata category inputs???
Proposed Behavior
Example and idea provided by @elong0527 and issue moved from
q2-longitudinal:X-axis = time (or other continuous metadata column) (possibly also support categorical columns?)
y-axis = subject ID (e.g., to support plotting individuals that are plotted repeatedly over time). This was originally planned for
q2-longitudinalbut should be generalized for non-longitudinal sampling designs — perhaps y-axis should be an optional parameter (if True, plot as scatter plot; if false, plot barplot?)points colored by
groupcategory (should accept categorical or continuous metadata, infer type, and color-code accordingly)Questions
Could also add a parameter to change size or shape of points based on other optional metadata category inputs???