Skip to content

Commit 5bf5be4

Browse files
committed
Added line to code to draw dashed, white line at two layer interface.
1 parent 23f79cc commit 5bf5be4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

forward-solvers/phd-of-rho-and-z-two-layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ def heatmap(values, x, y, x_label="", y_label="", title=""):
9696
return fig
9797

9898
fluenceChart = heatmap(fluenceRowsToPlot.tolist(), allRhos.tolist(), list(zs), "ρ [mm]", "z [mm]", "log(phd(ρ, z) [mm-2])")
99+
fluenceChart.add_hline(y=topLayerThickness, line_dash="dash", line_color="white", line_width=2)
99100
fluenceChart.show(renderer="browser")

0 commit comments

Comments
 (0)