You can drag a ColorType data into the scatterplot but upon dropping it is not handled:
|
const auto dataTypes = DataTypes({ PointType , ColorType, ClusterType }); |
|
if (dataType == PointType) { |
|
if (dataType == ClusterType) { |
We could consider implementing using the color data set as the color data in the scatterplot.
You can drag a
ColorTypedata into the scatterplot but upon dropping it is not handled:Scatterplot/src/ScatterplotPlugin.cpp
Line 148 in e1bac5f
Scatterplot/src/ScatterplotPlugin.cpp
Line 155 in e1bac5f
Scatterplot/src/ScatterplotPlugin.cpp
Line 224 in e1bac5f
We could consider implementing using the color data set as the color data in the scatterplot.