I am currently experimenting with heatmap based interactive visualisation using RAPIDS library and I was able to successfully generate(figure-2) an interactive dashboard using Cuxfilter plugin(which uses Bokeh server and library) however I am only able to select one column in x and y axis and this is very limiting as I need to generate plot (see figure -3)for tens of columns in both x and y axis. Can anyone help with this?
I am trying to plot tens of different parameters in x-axis, but I am only able to chose one parameter to generate the heat map. For example, let's say I have a dataset of customers using Taxi service, containing customer ID, trip distance, total amount, tip amount, age of customer, number of passengers per trip etc. I am only able to select one of the above listed parameters to generate the heatmap. But I would like to select all the parameters to be plotted on x-axis in the heat-map chart. When I looked at the heatmap chart function in the RAPIDS-CUXFILTER library, It doesn't seem to have that feature - See below;
Note:- cuxfilter acts as a connector library, which provides the connections between different visualization libraries and a GPU dataframe without much hassle. This also allows the user to use charts from different libraries in a single dashboard, while also providing the interaction.
Many Thanks