You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I just tried using the argument axisoff = True. However, it zooms in the original picture making it look different. Attached you can find both versions. Why does that happen? Where is my mistake?
Thank you in advance and best regards.
The text was updated successfully, but these errors were encountered:
When axisoff was originally requested, by several people, they wanted also axisoff to show a tight layout. At the time, kwarg tight_layout was not yet available for mplfinance. This is why axisoff is effectively automatically doing tight_layout at the same time. Unfortunately there is presently no way around this unless you want to tweak the code.
In the meantime, I think for the next release, I will make axisoff and tight_layoutmore independent ... although I may decide to still have axisoff default to tight_layout=True, but the user can override it with tight_layout=False; not sure yet, but at the very least you will be able to control it one way or the other.
Since coupling between otherwise independent kwargs is, imho, not good, I have decided to completely remove the coupling between axisoff and tight_layout and make these two kwargs completely independent of each other. The code has been changed in my fork and I expect to enter a PR (along with some other enehancements) sometime in the next few days.
Hello,
so I just tried using the argument axisoff = True. However, it zooms in the original picture making it look different. Attached you can find both versions. Why does that happen? Where is my mistake?
Thank you in advance and best regards.


The text was updated successfully, but these errors were encountered: