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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Once installed, Data Morph can be used on the command line or as an importable P
98
98
Run `data-morph` on the command line:
99
99
100
100
```console
101
-
$ data-morph --start-shape panda --target-shape star
101
+
$ data-morph --start panda --target star
102
102
```
103
103
104
104
This produces the animation in the newly-created `morphed_data` directory within your current working directory (shown above). More examples, including how to run multiple transformations in parallel, can be found in the [documentation](https://stefaniemolin.com/data-morph/).
0 commit comments