From d4bb8c3eeb9994af9adb416c8a79eb9e57c30cc9 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 18 Jul 2018 17:08:16 -0400 Subject: [PATCH] Update FORCE_DIRECTED_GRAPH.md --- FORCE_DIRECTED_GRAPH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FORCE_DIRECTED_GRAPH.md b/FORCE_DIRECTED_GRAPH.md index cadd30a..7aed7ba 100644 --- a/FORCE_DIRECTED_GRAPH.md +++ b/FORCE_DIRECTED_GRAPH.md @@ -1,5 +1,7 @@ # Force Directed Graphs +This lesson covers how to make a force directed graph which will visualize relationships between various nodes + ## Describe a Force Directed Graph - A force directed graph is a graph that is affected by various forces (e.g. gravity, repulsion, etc)