From a456a36e74541066cb0db63554ddc0eafc42ec0c Mon Sep 17 00:00:00 2001 From: Azaya89 Date: Wed, 28 Jun 2023 12:38:44 +0100 Subject: [PATCH 1/2] initial commit --- docs/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 3d56a05..e7e8f9a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@ - +

Fundamentals of Data Visualization using Bokeh

Book by Claus O. Wilke


@@ -45,9 +45,8 @@

Table of Contents

  • 2. Visualizing amounts
  • From e1390cb46af6d5f8727dea9d2761401489a02536 Mon Sep 17 00:00:00 2001 From: Azaya89 Date: Wed, 28 Jun 2023 17:09:19 +0100 Subject: [PATCH 2/2] modified README and index.html files --- README.md | 27 +-------------------------- docs/index.html | 39 --------------------------------------- 2 files changed, 1 insertion(+), 65 deletions(-) diff --git a/README.md b/README.md index 7d190a8..a4b5bd1 100644 --- a/README.md +++ b/README.md @@ -13,32 +13,7 @@ The full rendered pages of this repository can be found [here](https://bokeh.git 1. Introduction: An overview of the narrative and type of plots to expect. 2. Visualizing amounts - - Chapter 6.1 - Bar plots: Representing amounts using vertical and horizontal bars - - Chapter 6.2 - Grouped and stacked bars: Visualizing multiple groups or categories using grouped and stacked bars. - - Chapter 6.3 - Dot plots and heatmaps: using dots and colors to represent values. - -3. Visualizing distributions - - Chapter 7.1 - Single distribution histogram and density plot: Showing the distribution of a single variable using histograms or density plots. - - Chapter 7.2 - Multiple distribution histogram and density plot: Comparing multiple distributions using histograms and density plots - - Chapter 9.1 - Box plots:Illustrating the distribution of data using boxes and whiskers. - - Chapter 9.2 - Ridgeline plots: Illustrating the density of multiple distributions along a common axis. - -4. Visualizing proportions - - Chapter 10.1 - Pie charts: Dsplaying proportions using pie charts. - - Chapter 10.2 - Side-by-side bars: Comparing proportions across categories using side-by-side bars. - - Chapter 10.3 - Stacked bars and stacked densities: representing proportions using stacked bars and stacked density plots. - - Chapter 10.4 - Partial densities: Visualizing partial densities within a distribution. - - Chapter 11.2 - Mosaic plots and treemaps: Showing proportions and hierarchical relationships using mosaic plots or treemaps. - - Chapter 11.4 - Parallel sets: Visualizing categorical data and their associations using parallel sets. - -5. Visualizing associations - - Chapter 12.1 - Scatter plots: Illustrating the relationship between two variables using points on a Cartesian plane. - - Chapter 12.4 - Paired data: Visualizing associations between paired data points. - -6. Visualizing geospatial data - - Chapter 15.2 Layers: Illustrating geographical data using layers on a map. - -7. Conclusion: Summary of the key points and importance of Data visualization using Bokeh. + - Bar plots: Representing amounts using vertical, horizontal, grouped, and stacked bars ## Local setup diff --git a/docs/index.html b/docs/index.html index e7e8f9a..80bb3b4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -46,47 +46,8 @@

    Table of Contents

    2. Visualizing amounts
  • -
  • - 3. Visualizing distributions - -
  • -
  • - 4. Visualizing proportions - -
  • -
  • - 5. Visualizing associations - -
  • -
  • - 6. Visualizing Geospatial Data - -
  • -
  • 7. Conclusion
  • - -