Two follow-up questions to a post from yesterday (Multiple Y Axes), is it possible to:
- Set the scale increments with ylim or yticks? (so that they line up at 5 steps each)
- Change the right Y-axis data to kind='bar' ?
The gridlines do not match up (see image):
Edit: I did not understand that I was plotting in 2D lines by default, so I was trying to change the "kind" as I would in pandas; for example, df.plot(kind='').