bug fixed

This commit is contained in:
张壹 2020-04-28 15:50:16 +08:00
parent b357e66873
commit b42ec4a550

View File

@ -69,7 +69,7 @@ do
[-f<WesNZ>] [-p<poly-file>] [-n] [-a<x-coor>,<y-coor>,<annotation>] [-K] [-O] [-S] \ [-f<WesNZ>] [-p<poly-file>] [-n] [-a<x-coor>,<y-coor>,<annotation>] [-K] [-O] [-S] \
[-X<x-offset>,<y-offset>] [-x<x-offset>,<y-offset>]" [-X<x-offset>,<y-offset>] [-x<x-offset>,<y-offset>]"
dispOptionShort "-i" "Input grid file. This is the only mandatory option that the script has. Just enter a filename \ dispOptionShort "-i" "Input grid file. This is the only mandatory option that the script has. Just enter a filename \
and you get a image." and you get an image."
dispOptionShort "-o" "Output image files. Name extension is not needed. the input filename will be \ dispOptionShort "-o" "Output image files. Name extension is not needed. the input filename will be \
used if this option is not set. NOTE: set this option for plotting multiple images." used if this option is not set. NOTE: set this option for plotting multiple images."
dispOptionShort "-L" "Select layout template that will be used for plotting. The script has four inbuilt templates \ dispOptionShort "-L" "Select layout template that will be used for plotting. The script has four inbuilt templates \
@ -91,14 +91,14 @@ do
dispOptionShort "-n" "Don't plot color bar." dispOptionShort "-n" "Don't plot color bar."
dispOptionShort "-a" "Add an annotation on the map. you need to enter a string contains both \ dispOptionShort "-a" "Add an annotation on the map. you need to enter a string contains both \
coordinates and text of the annotation, such as '10,10,(a)'. For more than one annotations, \ coordinates and text of the annotation, such as '10,10,(a)'. For more than one annotations, \
please output a data specified script using -S option, then edit the script accordingly." please output a data specified script using the -S option, then edit the script accordingly."
dispOptionShort "-p" "Take inputs from a table file and plot polygons. Each line of the file \ dispOptionShort "-p" "Take inputs from a table file and plot polygons. Each line of the file \
represents a 2D point's coordinates." represents a 2D point's coordinates."
dispOptionShort "-K" "Keep the .ps file open. This option must be set for plotting multiple images to a single output file." dispOptionShort "-K" "Keep the .ps file open. This option must be set for plotting multiple images to a single output file."
dispOptionShort "-O" "Continue from a previous .ps file. This option must be set for plotting multiple images to a single output file." dispOptionShort "-O" "Continue from a previous .ps file. This option must be set for plotting multiple images to a single output file."
dispOptionShort "-X" "Move the starting point for mapping the image. Use this option for plotting sub-figures." dispOptionShort "-X" "Move the starting point for mapping the image. Use this option for plotting sub-figures."
dispOptionShort "-x" "Move the starting point for mapping the color bar. Use this option for plotting sub-figures." dispOptionShort "-x" "Move the starting point for mapping the color bar. Use this option for plotting sub-figures."
dispOptionShort "-S" "Instead of running the script for actually plotting, print a executable shell script on screen. \ dispOptionShort "-S" "Instead of running the script for actually plotting, print an executable shell script on screen. \
This option is designed to help building data specified shell scripts for further modification." This option is designed to help building data specified shell scripts for further modification."
exit 0;; exit 0;;
i) i)