DataframePlot
- don't require dataframe_name
#469
Labels
development
Issues that require technical work. Associated PRs are required.
enhancement
Issues & PRs that capture enhancements to existing features. Issues require associated PRs.
Is your enhancement request related to a problem? Please describe
it should be possible to instantiate visualizations without any arguments other than their experiments
Describe the solution you'd like
dataframe_name
should default to Noneif no
dataframe_name
is passed in, assume the dataframe requested is the first dataframe in the first experiment, e.g.self.dataframe_name = self.experiments[0].dataframes()[0].name
. ifexperiments[0]
has no dataframes, raise an errorThe text was updated successfully, but these errors were encountered: