Skip to content

Commit 80b34bc

Browse files
committed
increase image size for LPs over time graph
1 parent 75ebc6c commit 80b34bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/plot-content-counts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
dates, install_guides, unique_paths, published_content = zip(*sorted_data)
4040

4141
# Plot
42-
plt.figure(figsize=(16, 7))
42+
plt.figure(figsize=(16, 9))
4343
plt.plot(dates, install_guides, label='Install Guides')
4444
plt.plot(dates, unique_paths, label='Total Learning Paths (unique)')
4545
plt.plot(dates, published_content, label='Total Published Content')

0 commit comments

Comments
 (0)