pycauset.vis
The pycauset.vis module provides tools for visualizing Causal Sets.
Functions
- pycauset.vis.plot_embedding: Plot the spacetime embedding of a causal set.
- pycauset.vis.plot_hasse: Generate a Hasse diagram of a causal set.
- pycauset.vis.plot_causal_matrix: Visualize a causal matrix as a heatmap.
Description
This module leverages Plotly to create interactive 3D visualizations. It is designed to handle large causal sets efficiently by using smart sampling and on-demand coordinate generation.