Skip to content

Commit 711415b

Browse files
Add Jupyter Book links to README and LaTeX PDF
- Add new "Formats" section to README.md highlighting three available formats - Include interactive Jupyter Book link in LaTeX PDF front matter - Cross-promote between PDF and web versions for better discoverability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f4d9278 commit 711415b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This is a Python data visualization book. It is a work in progress.
44
## Why?
55
This book is written for frustrated and reluctant matplotlib users who care about crafting good data visuals. Matplotlib can be a blank canvas, offering more room for customization than you might find in Microsoft Excel, and offers the advantages of reproducibility and automation that come from working with Python. Still, becoming comfortable with matplotlib requires a lot of patience. I wrote this book to help make that easier and put some essentials in one place.
66

7+
## Formats
8+
This book is available in multiple formats:
9+
10+
- **📖 Interactive Jupyter Book** - Read online with executable code examples and enhanced navigation: [alexanderthclark.github.io/Matplotlib-for-Storytellers](https://alexanderthclark.github.io/Matplotlib-for-Storytellers/)
11+
- **📱 PDF on LeanPub** - Purchase the complete book in PDF format: [leanpub.com/mplforstorytellers](https://leanpub.com/mplforstorytellers)
12+
- **💻 GitHub Source** - Access all code, LaTeX source, and materials in this repository
13+
714
## Installation
815
Before building the book or running the examples you will need to install the
916
Python packages used throughout the scripts and notebooks. You can install them

main.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
\noindent The front cover image (on \link{https://leanpub.com/mplforstorytellers}{Leanpub}) is from The First Book of Urizen, Plate 8, ``In Living Creations Appear'd....'' by William Blake (public domain).
3434

3535
\bigskip
36-
\noindent Find more material on this book's GitHub page and on YouTube.
36+
\noindent Find more material on this book's GitHub page, interactive Jupyter Book, and on YouTube.
3737

3838
\noindent \link{https://github.com/alexanderthclark/Matplotlib-for-Storytellers}{github.com/alexanderthclark/Matplotlib-for-Storytellers}\\
39+
\link{https://alexanderthclark.github.io/Matplotlib-for-Storytellers/}{alexanderthclark.github.io/Matplotlib-for-Storytellers}\\
3940
\link{https://www.youtube.com/channel/UC7zSpQsXo4ezksvHaGYTvzg}{youtube.com/@alexanderthclark}
4041

4142
\tableofcontents

0 commit comments

Comments
 (0)