aerosandbox.visualization.plotly ================================ .. py:module:: aerosandbox.visualization.plotly Functions --------- .. autoapisummary:: aerosandbox.visualization.plotly.spy aerosandbox.visualization.plotly.plot_point_cloud Module Contents --------------- .. py:function:: spy(matrix, show=True) Plots the sparsity pattern of a matrix. :param matrix: The matrix to plot the sparsity pattern of. [2D ndarray or CasADi array] :param show: Whether or not to show the sparsity plot. [boolean] :return: The figure to be plotted [go.Figure] .. py:function:: plot_point_cloud(p) Plots an Nx3 point cloud with Plotly :param p: An Nx3 array of points to be plotted. :return: None