Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经绘制了 x vs y,现在我想对它所在的某个区域呈现的数据进行分组,这可能吗?我已经把它放在情节中,似乎无法将它们按不同的类别分开。
您通常可以使用“颜色依据”来选择包含您提到的“特定区域”的列。
如果您可以提供更多信息,例如当前点火的示例数据集和屏幕,那将有很大帮助!
我认为您要求的是“格子”功能,它会产生许多子图,每个子图对应一个分类变量的值。