For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Binary indicator on master
-
I would like to overlay a custom binary indicator [0,1] over the main plot. How do I plot on the main plot with an independent scale? The indicator shows up correctly in a subplot:
but is lost on the main plot when I set the plotmaster:binary.plotinfo.plotmaster = self.data0
I have RTFM, but can't find what I am looking for. Thanks in advance.