Skip to content

Commit

Permalink
Updates hello world and readme images
Browse files Browse the repository at this point in the history
So that they now match the new way things are rendered.
  • Loading branch information
skrawcz committed Nov 8, 2023
1 parent 43b45a8 commit 2858f02
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 23 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ You should see the following output:
4 40 200 33.333333 0.200
5 50 400 43.333333 0.125

You should see the following image if you ran `dr.visualize_execution(output_columns, './my-dag.dot', {})`:
You should see the following image if you ran `dr.visualize_execution(output_columns, './my-dag.dot', {"format": "png"}, orient="TB")`:

![hello_world_image](hello_world_image.png)
Note: we treat displaying `Inputs` in a special manner for readability in our visualizations. So you'll likely see input
nodes repeated.

Congratulations - you just created your Hamilton dataflow that created a dataframe!

Expand Down
Binary file modified examples/hello_world/a_path.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/hello_world/my_dag.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2858f02

Please sign in to comment.