Skip to content
ALGe9 edited this page Jan 11, 2016 · 6 revisions

Welcome to the owls wiki!

#Plot and Styling Examples

style = ow.default_style + [ow.cleanXAxis, ow.legendTopRight] + ow.lastLegend
bk.show(mf.latest
    .filter_locations(ow.isNotIn('axis'))
    .by_location()
    .show(y=['TMean',"wMean"], overlay="Group", style=style))

#Todo

  • write and check docstrings
  • check examples notebook for errors
  • write tests

##DataConsistency Features

Clone this wiki locally