Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
category theory
  • Loading branch information
Dobiasd committed Dec 26, 2014
1 parent f366e00 commit cc9837f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions programming_language_learning_curves/generate.py
Expand Up @@ -143,10 +143,12 @@ def haskell():
annotate('Monads', (25, 40), (40, 20))
annotate('Monads', (25, 40), (40, 30))

annotate('Category theory', (65, 43), (70, 30))

x1 = [ 0, 5, 28, 40, 50, 100]
y1 = [ 1, 1, 1, 30, 25, 100]
x2 = [0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28, 40,42,44,46,48,50, 100]
y2 = [3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 20, 3, 8, 3, 8, 3, 40]
x2 = [0, 2, 4, 6, 8,10,12,14,16,18,20,22,24,26,28, 40,42,44,46,48,50, 70, 72, 100]
y2 = [3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 20, 3, 8, 3, 8, 3, 30, 14, 40]

plt.plot(x1, y1, label='productivity')
plt.plot(x2, y2, label='self-assessment')
Expand Down
Binary file modified programming_language_learning_curves/haskell.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc9837f

Please sign in to comment.