Skip to content

Commit

Permalink
solved issue with background algorithms in the foreground by giving t…
Browse files Browse the repository at this point in the history
…hem a zorder value of -1.5
  • Loading branch information
brockho committed Apr 4, 2023
1 parent 9588e6b commit fb4f473
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-postprocessing/cocopp/ppfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,11 +888,13 @@ def get_plotting_styles(algorithms, only_foreground=False):
ppfigs_styles = {'marker': '',
'color': format[0],
'linestyle': format[1],
'zorder': -1.5,
}
pprldmany_styles = {'marker': '',
'label': '',
'color': format[0],
'linestyle': format[1],
'zorder': -1.5,
}
plotting_styles.append(PlottingStyle(pprldmany_styles, ppfigs_styles, background_algorithms, True))

Expand Down

0 comments on commit fb4f473

Please sign in to comment.