Changes to bring page count down.

Made plots smaller, moved legends outside of plot (so smallersize
is still readable), moved plotting code into external modules.
This commit is contained in:
Roger Labbe
2015-04-18 14:52:41 -07:00
parent f6855f1bb6
commit 0086fcd201
6 changed files with 343 additions and 338 deletions

View File

@@ -83,7 +83,7 @@
color: #1d3b84;
font-size: 16pt;
margin-bottom: 0em;
margin-top: 1.5em;
margin-top: 0.5em;
display: block;
white-space: nowrap;
}
@@ -107,6 +107,11 @@
overflow-y: scroll;
max-height: 50000px;
}
div.output_wrapper{
margin-top:0.2em;
margin-bottom:0.2em;
}
code{
font-size: 70%;
}