.. sphinx_argparse_cli:: :module: data_morph.cli :func: generate_parser :prog: data-morph :group_title_prefix:
Morph the panda shape into a star:
$ data-morph --start-shape panda --target-shape star
Morph the panda shape into all available target shapes:
$ data-morph --start-shape panda --target-shape all
Morph the cat, dog, and panda shapes into the circle and slant_down shapes:
$ data-morph --start-shape cat dog panda --target-shape circle slant_down
Morph the dog shape into upward-slanting lines over 50,000 iterations with seed 1:
$ data-morph --start-shape dog --target-shape slant_up --iterations 50000 --seed 1
Morph the cat shape into a circle, preserving summary statistics to 3 decimal places:
$ data-morph --start-shape cat --target-shape circle --decimals 3
Morph the music shape into a bullseye, specifying the output directory:
$ data-morph --start-shape music --target-shape bullseye --output-dir path/to/dir
Morph the sheep shape into vertical lines, slowly ramping in and out for the animation:
$ data-morph --start-shape sheep --target-shape v_lines --ramp-in --ramp-out