Skip to content

Commit

Permalink
Copybook output as png for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Aug 4, 2023
1 parent ec5ced0 commit 4bb6a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions moderne_visualizations_misc/cobol_find_copybook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"cell_type": "code",
"execution_count": null,
"id": "3ec2bc7b-86ad-44fa-afba-b737251e93a3",
"metadata": {
"ExecuteTime": {
"end_time": "2023-08-03T20:39:00.711202Z",
"start_time": "2023-08-03T20:39:00.580025Z"
}
},
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
Expand All @@ -22,16 +17,13 @@
{
"cell_type": "code",
"execution_count": null,
"id": "cf6e9f1f-609e-440c-93bf-757b8f26afde",
"id": "def9e15f-7027-4ca6-88c0-84e67ca9417b",
"metadata": {
"ExecuteTime": {
"end_time": "2023-08-03T20:39:03.211789Z",
"start_time": "2023-08-03T20:39:02.243913Z"
}
"is_executing": true
},
"outputs": [],
"source": [
"graphviz.set_jupyter_format('svg')\n",
"graphviz.set_jupyter_format('png')\n",
"graphviz.set_default_engine('sfdp')\n",
"dot = graphviz.Digraph('copybook-usage', comment='Usage of COBOL copybooks')\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "moderne_visualizations_misc"
version = "0.1.14"
version = "0.1.15"
description = "Miscellaneous visualizations for the Moderne platform"
authors = [
{ name = "Jonathan Schneider", email = "jonathan@moderne.io" },
Expand Down

0 comments on commit 4bb6a56

Please sign in to comment.