Skip to content

[FIX] Bar Plot: Fix annotation by enumeration#6270

Merged
markotoplak merged 1 commit intobiolab:masterfrom
janezd:barplot-annotation-enumerate
Dec 23, 2022
Merged

[FIX] Bar Plot: Fix annotation by enumeration#6270
markotoplak merged 1 commit intobiolab:masterfrom
janezd:barplot-annotation-enumerate

Conversation

@janezd
Copy link
Contributor

@janezd janezd commented Dec 22, 2022

Issue

Bar Plot fails when we select to annotate by Enumeration.

get_labels returns a np.array of type int64 instead of list or array of str.

Description of changes

Change numbers into strings.

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #6270 (76a3d28) into master (e75f21c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6270   +/-   ##
=======================================
  Coverage   86.70%   86.70%           
=======================================
  Files         316      316           
  Lines       68120    68120           
=======================================
+ Hits        59064    59065    +1     
+ Misses       9056     9055    -1     

@janezd janezd assigned markotoplak and unassigned VesnaT Dec 23, 2022
@markotoplak markotoplak merged commit d352fe2 into biolab:master Dec 23, 2022
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.

3 participants