Skip to content

Added plot controls to Bayesian shaded plot - #244

Open
MikeSullivan7 wants to merge 2 commits into
RascalSoftware:mainfrom
MikeSullivan7:Bayesian_plot_controls
Open

Added plot controls to Bayesian shaded plot#244
MikeSullivan7 wants to merge 2 commits into
RascalSoftware:mainfrom
MikeSullivan7:Bayesian_plot_controls

Conversation

@MikeSullivan7

Copy link
Copy Markdown
Collaborator

The plot controls that are available in the main view are now available to the Bayes Shaded plot:

image image

@StephenNneji StephenNneji left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this, please see comment

Comment thread rascal2/widgets/plot.py
control_layout.addWidget(QtWidgets.QLabel("Confidence Interval"))
control_layout.addWidget(self.ci_param_box)

self.x_axis = QtWidgets.QComboBox()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of duplicating the controls, please look at making ShadedPlotWidget inherit from RefSLDWidget then you can grab these from super().make_control_layout()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants