Closed KinMaynard closed 3 years ago
This doesn't seem possible to do.
So I found a way to style the bottom spines in a partial polar plot using ax.get_children and then coloring all spines at the beginning of that list. I had to use a debugger to see how many spines there were and manually try each one to see which were the bottom 2 spines (I thought they were 1 spine at first). This can be opened as an issue for the matplotlib devs to give api for those bottom spines in a partial polar plot.
Styling
Originally posted by @KinMaynard in https://github.com/KinMaynard/DS5010Project/issues/37#issuecomment-937366704