You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add atomSize keyword to the ppafm-plot-results.py (#390)
* add input_plot.xyz to demostrate how to plot with atoms overlayed
* add a line to demostrate how to plot with atoms overlayed
* add a line to demostrate how to plot with atoms overlayed
* add atomSize keyword to fix issue #389
* set default size to 0.15
* formating
Copy file name to clipboardExpand all lines: ppafm/cli/plot_results.py
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,6 @@
17
17
# this makes it run without Xserver (e.g. on supercomputer) # see http://stackoverflow.com/questions/4931376/generating-matplotlib-graphs-without-a-running-x-server
18
18
19
19
20
-
atom_size=0.15
21
-
22
-
23
20
defmain(argv=None):
24
21
# fmt: off
25
22
parser=common.CLIParser( description="Plot results for a scan with a specified charge, amplitude, and spring constant.Images are saved in folder Q{charge}K{klat}/Amp{Amplitude}." )
@@ -34,6 +31,7 @@ def main(argv=None):
34
31
parser.add_argument( "--Fz", action="store_true", help="Plot images for z-component of the (short-range) force acting on the tip in eV/Angstrom")
0 commit comments