Skip to content
Snippets Groups Projects
Commit 37d463cc authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

bp.plot_multicurve_specular now w/o show_or_export

parent efa6ce99
No related branches found
No related tags found
1 merge request!1999Plot statement bp.show_or_export() or plt.show() no longer implied by high-level plot fcts (#748)
Showing
with 20 additions and 0 deletions
......@@ -36,3 +36,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -33,3 +33,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -35,3 +35,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -56,3 +56,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -71,3 +71,4 @@ if __name__ == '__main__':
results = [results_pp, results_pm, results_mp, results_mm]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -64,3 +64,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -38,3 +38,4 @@ if __name__ == '__main__':
depths = [20, 40, 60]
results = [simulate(d) for d in depths]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -37,3 +37,4 @@ if __name__ == '__main__':
angles = [0.4, 0.5, 0.6, 0.65, 0.7]
results = [simulate(sample, ai) for ai in angles]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -36,3 +36,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -33,3 +33,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -35,3 +35,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -56,3 +56,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -71,3 +71,4 @@ if __name__ == '__main__':
results = [results_pp, results_pm, results_mp, results_mm]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -64,3 +64,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -38,3 +38,4 @@ if __name__ == '__main__':
depths = [20, 40, 60]
results = [simulate(d) for d in depths]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -37,3 +37,4 @@ if __name__ == '__main__':
angles = [0.4, 0.5, 0.6, 0.65, 0.7]
results = [simulate(sample, ai) for ai in angles]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -36,3 +36,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -33,3 +33,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -35,3 +35,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
......@@ -56,3 +56,4 @@ if __name__ == '__main__':
]
bp.plot_multicurve_specular(results)
bp.show_or_export()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment