Skip to content

Commit

Permalink
adds ID column to the hover details
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed May 10, 2024
1 parent b844b5e commit 0c53def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_vizard/_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def scatterplot(output_dir: str, metadata: Metadata,
title: str = None):

# input handling for initial metadata
md = metadata.to_dataframe()
md = metadata.to_dataframe().reset_index()

# handling categorical columns for color grouping
md_cols_categorical = \
Expand Down

0 comments on commit 0c53def

Please sign in to comment.