Is it possible to query the current state of the matplotlib color cycle? In other words is there a function get_cycle_state that will behave in the following wa
get_cycle_state
The simplest way possible I could find without doing the whole loop through the cycler is ax1.lines[-1].get_color().
ax1.lines[-1].get_color()