Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] BoxPlot: data info displayed in the status bar #4626

Merged
merged 1 commit into from
Apr 17, 2020

Conversation

aturanjanin
Copy link
Contributor

Description of changes

Input/output data info displayed in the status bar.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Apr 6, 2020

Codecov Report

Merging #4626 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4626      +/-   ##
==========================================
- Coverage   83.65%   83.63%   -0.02%     
==========================================
  Files         281      276       -5     
  Lines       56269    55470     -799     
==========================================
- Hits        47072    46393     -679     
+ Misses       9197     9077     -120     

@@ -329,8 +333,11 @@ def set_data(self, dataset):
self.openContext(self.dataset)
self.grouping_changed()
self.attr_changed()
self.info.set_input_summary(len(dataset),
Copy link
Contributor

Choose a reason for hiding this comment

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

If one inputs dataset that has only string variables, no info is shown.
Sure, it is useless to input that kind of data, but at least the user would realise why the plot is empty, after examining the detail.

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