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

Fix Plot with no variance in orient dimension #3084

Merged
merged 3 commits into from
Oct 15, 2022
Merged

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Oct 13, 2022

Fixes #3071

@mwaskom mwaskom added this to the v0.12.1 milestone Oct 13, 2022
@codecov
Copy link

codecov bot commented Oct 14, 2022

Codecov Report

Merging #3084 (16dcd28) into master (876bedd) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3084   +/-   ##
=======================================
  Coverage   98.39%   98.39%           
=======================================
  Files          74       74           
  Lines       23749    23759   +10     
=======================================
+ Hits        23368    23378   +10     
  Misses        381      381           
Impacted Files Coverage Δ
seaborn/_core/scales.py 89.74% <100.00%> (+0.07%) ⬆️
tests/_core/test_plot.py 98.66% <100.00%> (+<0.01%) ⬆️
tests/_marks/test_line.py 100.00% <100.00%> (ø)

@mwaskom mwaskom merged commit a02b6bf into master Oct 15, 2022
@mwaskom mwaskom deleted the fix/no_orient_var branch October 15, 2022 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plot is empty (or raises) with no variance on the orientation axis
1 participant