mda_file_viz#
- class mdaviz.mda_file_viz.MDAFileVisualization(*args: Any, **kwargs: Any)[source]#
The panel to show the contents of a file.
- clearContents(plot=True, data=True, metadata=True)[source]#
Clears content from the specified components of the visualization.
Parameters: - plot (bool, optional): If True, clears the plot content. Defaults to True. - data (bool, optional): If True, clears the data table content. Defaults to True. - metadata (bool, optional): If True, clears the metadata content. Defaults to True.