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

fix example scatter2d/PositionVariance

parent e541471e
No related branches found
No related tags found
1 merge request!2821in example scripts, don't import matplotlib.pyplot but use import from bp
Pipeline #185209 failed
...@@ -76,7 +76,7 @@ if __name__ == '__main__': ...@@ -76,7 +76,7 @@ if __name__ == '__main__':
run_one(True, xi2, 6, r"position variance 0.3 nm") run_one(True, xi2, 6, r"position variance 0.3 nm")
bp.plt.subplots_adjust(bottom=0.05, left=0.1) bp.plt.subplots_adjust(bottom=0.05, left=0.1)
bp.plt.colorbar(im, cax=plt.axes([0.93, 0.36, 0.03, 0.21])) bp.plt.colorbar(im, cax=bp.plt.axes([0.93, 0.36, 0.03, 0.21]))
<%- if test_mode or figure_mode -%> <%- if test_mode or figure_mode -%>
plotargs = bp.parse_commandline() plotargs = bp.parse_commandline()
bp.export(**plotargs) bp.export(**plotargs)
......
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