Forum Discussion

pingster's avatar
pingster
Frequent Visitor
7 years ago
Solved

Draw lines in scatter chart

Hi fellow Power users,   I need to recreate this chart in PowerBI to monitor exceedances of 2 parameters. Ideally there is an viz for combined scatter and line chart. The closest I got to was drawi...
  • pingster's avatar
    pingster
    2 years ago

    I had to use a custom python plot, specifically the axs.add_patch(Rectangle()) method in matplotlib.