I tried to create text annotations in matplotlib using \n, on the plot instead of a line break it is showing a square box
"Fault location:" + str(sc) + "\nI_sc=" + str(fault)
I wanted to Fault location and I_sc in separate line like
Fault location: 1
I_sc=2