1

Am quite a latecomer to RAPIDS API. My question is, does the cuGraph package help in plotting similar graphs as those we do with seaborn and matplotlib eg histograms and barcharts?

I have searched everywhere in the internet but I cant get close to this.

Any suggestions are highly appreciated.

user322203
  • 101
  • 7

1 Answers1

3

cuGraph is a library for graph analytics, not visualization. Think PageRank rather than bar charts.

There are many visualization libraries that include GPU support, including Plotly Dash, Bokeh, Datashader, HoloViews, and cuxfilter.

Nick Becker
  • 4,059
  • 13
  • 19