Solved – Interactive tool for plotting data points with filter and search capabilities

data visualizationinteractive-visualization

I am used to make my data plots with R and to save the results to static files but now I have a data set with far too many data points and I need to explore it. Due to this I need a recommendation for an interactive tool for plotting (2D) data. It should be able to interactively filter and search points by additional features associated with the data points (e.g. name). Additionally it should run on a GNU/Linux system. Any hints? Many thanks in advance.

Cheers, Konrad

Best Answer

For interactively exploring higher dimensional cluster solutions I have used GGobi in the past, it may also be appropriate to your case.

It takes some time getting used to, but it interfaces nicely with R and runs on GNU/Linux.

Related Question