Skip to content

Relationship Charts

Here we'll talk about how to plot some relationship chart types in DEX using dx.

Setup

We will be using our own built-in DataFrame generation function for these visualizations. The values you see may be different if you run the same code in a cell, but the column structure should be very similar (if not identical).

df = dx.random_dataframe(100)

The Customized examples with more options do not necessarily represent "good" data visualization; they are just a glimpse into what settings are available to compare against the Simple examples.

Arc Diagram

Coming soon!

Adjacency Matrix

Coming soon!

Dendrogram

Coming soon!

Force-directed Network

Coming soon!

Sankey

Coming soon!