Dear Statalist,

I'm using Stata 14.2 for windows and the mca command (joint) to display relationships between one variable with multiple categories and several dichotomous variables (characteristic present/not present):
Code:
mca f1 o3 o4 o6b o6b2 o6h o6f o6i o6e o6j o6r, method(joint)
Since most variables are placed close to the origin, my postestimation plot is rather confusing:
Code:
mcaplot, overlay xline(0) yline(0) scale(.6)
Is there a way to display only one category of dichotomous variables in the graph at a time without affecting the analysis? For example, only the category 'characteristic present'?

I'm grateful for any hint, thank you!
Nadine