How can I plot learning rate for all layers

I think learn.recorder.plot_lr() plot learning rate just for last layer.

How can I plot the learning rates for all group layers?
Because I fit my models such as learn.fit(1 ,slice(1e-5,1e-3)) (I created 3 layer_groups)
and learn.recorder.plot_lr() was just one line (lr = 1e-3):

image