Skip to content

Commit

Permalink
Roundtable (#470)
Browse files Browse the repository at this point in the history
* Fixed solution link at the top

* Fixed URL

* Links not working

* File paths

* Working links

* Merged from main

* New star history chart

* Updated star history graph

* Fixed URL

* Links not working

* File paths

* Working links

* Merged from main

* Some typos

* Typos

* Typos

* Removed duplicated words

* Fixed solution link at the top

* Fixed URL

* Links not working

* File paths

* Working links

* Merged from main

* Fixed URL

* Links not working

* File paths

* Working links

* Merged from main

* Some typos

* Typos

* Typos

* Removed duplicated words

* Some typos on the graphs
  • Loading branch information
kennethshsu authored Nov 7, 2023
1 parent c234814 commit 7662ce4
Show file tree
Hide file tree
Showing 2 changed files with 709 additions and 3,230 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -746,14 +746,14 @@
"plt.bar(\n",
" mcl_mod.summary_.to_frame(origin_as_datetime=True).index.year,\n",
" mcl_mod.summary_.to_frame(origin_as_datetime=True)[__fill_in_code__],\n",
" label=\"Paid\",\n",
" label=\"Reported\",\n",
")\n",
"plt.bar(\n",
" mcl_mod.summary_.to_frame(origin_as_datetime=True).index.year,\n",
" mcl_mod.summary_.to_frame(origin_as_datetime=True)[__fill_in_code__],\n",
" bottom=mcl_mod.summary_.to_frame(origin_as_datetime=True)[__fill_in_code__],\n",
" yerr=mcl_mod.summary_.to_frame(origin_as_datetime=True)[__fill_in_code__],\n",
" label=\"Reserves\",\n",
" label=\"IBNR\",\n",
")\n",
"plt.legend(loc=\"upper left\")"
]
Expand Down
Loading

0 comments on commit 7662ce4

Please sign in to comment.