For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Weired plot when log Y-axis
-
Re: plot with logarithmic y axis
image url)
When trying to plot a log with
data.plotinfo.plotlog = True data.plotinfo.plotylimited = True
all the buy/sells move to the upper margin and the whole OHLC is not really seen anymore.
Given that also the price tag on the left moved up, it is like everything was compressed to one line on the upper marginThe code is a very straight forward copy from the documentation and runs well without any other setup:
https://github.com/rolandkofler/midterm/blob/master/Basic.pythanks
-
data.plotinfo.plotylimited = False
if you plot log, is the correct answer -
Thank you ... you overtook me!