Skip to content

Commit 63b4cc8

Browse files
updates
1 parent f389faf commit 63b4cc8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

jupyterbook/_config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
title: Matplotlib for Storytellers
33
author: Alexander Clark
44
copyright: "2025"
5+
description: "A guide to creating compelling data visualizations with matplotlib for frustrated users who want to craft better plots"
6+
7+
# SEO and metadata
8+
html_meta:
9+
"description": "Learn matplotlib data visualization techniques to create compelling plots and charts. A practical guide for Python developers and data scientists."
10+
"keywords": "matplotlib, python, data visualization, plotting, charts, graphs, data science, tutorial"
11+
"author": "Alexander Clark"
12+
"og:title": "Matplotlib for Storytellers"
13+
"og:description": "A guide to creating compelling data visualizations with matplotlib"
14+
"og:type": "book"
15+
"og:url": "https://alexanderthclark.github.io/Matplotlib-for-Storytellers/"
516

617
# Force re-execution of notebooks on each build.
718
# See https://jupyterbook.org/content/execute.html
@@ -39,7 +50,7 @@ html:
3950
Built with <a href="https://jupyterbook.org">Jupyter Book</a>
4051
</p>
4152
analytics:
42-
google_analytics_id: ""
53+
google_analytics_id: "G-F0K6SQ5N10"
4354
home_page_in_navbar: true
4455

4556
# Jupyter Book theme and appearance

jupyterbook/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
Welcome to *Matplotlib for Storytellers*, a Python data visualization book that teaches frustrated matplotlib users how to craft good data visuals.
3+
Welcome to *Matplotlib for Storytellers*, a (still incomplete) Python data visualization book that teaches frustrated matplotlib users how to craft good data visuals.
44

55
## About This Book
66

0 commit comments

Comments
 (0)