Skip to content
Discussion options

You must be logged in to vote

For those Looking back on this, I was able to solve it by doing the following:

First I went back into table building function and added a "From_Analysis" Column to the dataframe so I explicitly had a list of which analysis the slip surface was critical for.

then when in it came to the plot i did the following:

# Format the Critical FoS values in box for Col in [c for c in FoS_not_empty if not 'FoS_Ratio' in c]: ssID = Sub_df['Slip_Surface_ID'][Sub_df['From_Analysis'].apply(lambda x:Col in x)].to_list() idxs = Sub_df[Sub_df['From_Analysis'].apply(lambda x:Col in x)].index.to_list() TBL = TBL.tab_style(style = style.borders(sides="all", color = "#FF000087", style='solid', weight=3), locati…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JfosterBGC
Comment options

Comment options

You must be logged in to vote
1 reply
@jrycw
Comment options

jrycw Sep 25, 2025
Collaborator

Answer selected by JfosterBGC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants