ARM-software / trappy

This repository has moved to https://gitlab.arm.com/tooling/trappy
Apache License 2.0
60 stars 39 forks source link

Add fill_alpha param to ILinePlot #229

Closed bjackman closed 7 years ago

bjackman commented 7 years ago

Example use case: https://gist.github.com/bjackman/559553d565b033ad3cd7799bf9f9c0de

(Javascript doesn't get run from Gists so you'll need to download it)

JaviMerino commented 7 years ago

We should document fill and fill_alpha in doc/InteractivePlotter. It's a shame this features are there and not advertised.

bjackman commented 7 years ago

Pushed a new version without the magic 0.3 and with a very very simple addition to the doc notebook. Decided not to document the poor-man's stacked graph in the example I linked above due to it being rather hacky but I can add that too if you like it.

JaviMerino commented 7 years ago

I have dropped the commit that converts the notebook to v4 format (a076773) because there may still be people using Ubuntu 14.04 that install ipython from apt and that needs the old v3 format. We have kept it on v3 on purpose for a while and would like to continue doing it for a bit more.

Merged as e62d764645d02c373cfee686ddac3de257aed6e3. Thanks!