For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Plot absolute rates values on y axis
-
How is it possible to show absolute values of plotted rates instead of
+0.0001, +0.0002, +0.0003
... ?
-
Without really understanding what you mean with "rates", it seems the value of your asset moves around
1.14-1.15
with a very small variation.The variation is so small that
matplotlib
changes the representation to accommodate such a small variation, indicating the reference value at the top with1.145
You will have to dig in the
matplotlib
documentation to understand how this may be changed.