mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Tree-based Plots in NetworkX"
|
||||
date: 2022-01-02T20:36:41-05:00
|
||||
date: 2022-01-02 20:36:41-05:00
|
||||
draft: false
|
||||
tags: ["Python"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: c8cffb5c4078
|
||||
tags:
|
||||
- Python
|
||||
title: Tree-based Plots in NetworkX
|
||||
---
|
||||
|
||||
A graph in D3 and NetworkX can be represented as a JSON file.
|
||||
|
@ -51,4 +53,4 @@ plt.show()
|
|||
|
||||
Given the JSON from the top of the post it'll produce:
|
||||
|
||||

|
||||

|
Loading…
Add table
Add a link
Reference in a new issue