Skip to content

modified second figure visualization for "FAIR" metrics#7

Open
lukakeso wants to merge 2 commits intoflopezag:masterfrom
lukakeso:second_figure_old
Open

modified second figure visualization for "FAIR" metrics#7
lukakeso wants to merge 2 commits intoflopezag:masterfrom
lukakeso:second_figure_old

Conversation

@lukakeso
Copy link
Collaborator

@lukakeso lukakeso commented Aug 5, 2025

  • added labels for FAIRness levels
  • added dotted lines for each FAIRness level
  • added white ticks for each FAIRness level
  • added bias term (to adjust for 0.5 shift)
  • adjusted legend display for FAIR visualization

x1, y1 = [x1[i] + inc_x[i] for i in range(len(x1))], [y, y]
if model_type == "FAIR":
# Add white lines at the top of each division within the column
y = (num_divisions - 1) + 0.5 - 0.02 # the lines have linewidth=3, so to center the line we need to rest 0.01
Copy link
Owner

Choose a reason for hiding this comment

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

Maybe we should consider to change the comment here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

temp_y2 = list()

if model_type == "FAIR":
bias = 0.5
Copy link
Owner

Choose a reason for hiding this comment

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

please provide some description in order to prevent the MAGIC NUMBERS

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

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