Skip to content

Commit

Permalink
Docs: Use default mpl font.
Browse files Browse the repository at this point in the history
  • Loading branch information
timstaley committed Dec 14, 2015
1 parent 561b9bd commit ac3eb30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/notebooks/demo_applications.ipynb
Expand Up @@ -55,7 +55,7 @@
"metadata": {},
"source": [
"## Plotting a timeline\n",
"We already retrieved and printed the timestamps of the most recent GRBS - but that's too much text. Let's plot a timeline:"
"In the last tutorial we retrieved and printed the timestamps of the most recent GRBS - but deciphering textual timestamps isn't much fun. Let's plot a timeline instead:"
]
},
{
Expand All @@ -72,8 +72,7 @@
"\n",
"grb_dtimes=[s.author_datetime for s in recent_swift_grbs]\n",
"\n",
"fonts = {'family' : 'normal',\n",
" 'weight' : 'bold',\n",
"fonts = {'weight' : 'bold',\n",
" 'size' : 14}\n",
"\n",
"mpl.rc('font', **fonts)\n",
Expand Down

0 comments on commit ac3eb30

Please sign in to comment.