I’ve been working on a Jupyter notebook for a while and I’ve been naming all of my seaborn/plt plots different names: ax
,ax2
, ax3
,… axn
. I was wondering if this even mattered at all since calling for a plot you defined in another cell returns nothing and I’m under the impression the only time you need different axes names is when you are plotting multiple on one figure, which you would be doing in the same cell. Feels like a silly question I think I already know the answer to, but would appreciate any input. Thanks!