chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

improve consistency of double axes plot #3

Closed andportnoy closed 7 years ago

andportnoy commented 7 years ago

improved consistency for the double axes plot:

andportnoy commented 7 years ago

@chris1610 Hey Chris, great tutorial! Just wondering, what seemed wrong to you about the PR?

chris1610 commented 7 years ago

Nothing. I manually merged your changes. Due to the nature of notebooks I wasn't sure if I could just accept your merge or if I needed to re-run on my local machine.. My intent was for my notebook to now look like your merge request. I apologize if I messed this up. I'm not a github expert :(

andportnoy commented 7 years ago

@chris1610 Got it! I tried to exclude all changes unrelated to content, but wasn't completely sure about it either 👍 Could you write more about using pandas/seaborn + matplotlib for tweaking if you have time? This tutorial was incredibly helpful.

chris1610 commented 7 years ago

Sure. Thanks for the suggestion. Are there any particular kinds of tweaks or just more general matplotlib modifications of seaborn plots?