We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1af70a commit 4c45621Copy full SHA for 4c45621
1 file changed
src/ScatterplotPlugin.cpp
@@ -800,6 +800,8 @@ void ScatterplotPlugin::setYDimension(const std::int32_t& dimensionIndex)
800
801
ScatterplotPluginFactory::ScatterplotPluginFactory()
802
{
803
+ setIconByName("braille");
804
+
805
getPluginMetadata().setDescription("Scatterplot view");
806
getPluginMetadata().setSummary("High-performance scatterplot plugin for ManiVault Studio, capable of handling millions of data points.");
807
getPluginMetadata().setCopyrightHolder({ "BioVault (Biomedical Visual Analytics Unit LUMC - TU Delft)" });
0 commit comments