Hello, I hope whoever reading this is doing well.
I am trying to make a 1D profile plot with a custom y label, however I am getting the error: AttributeError: 'ProfilePlot' object has no attribute 'set_ylabel' and I am confused. This is also the case when I try to set a xlabel. I am creating multiple profiles from 2 datasets by appending them to a list as is shown in the yt cookbook, I'm not sure if this would cause an error.
Thank you