Closed krezelj closed 10 months ago
Title parameter does not affect the actual title in some cases (most probably I forgot to pass it down to create_figure function). Also if I remember correctly it doesn't work if separate figs is set to True
It is passed down, it's just that the default title overrides any title that a user specified. I fixed it in #226 by removing the default title
Title parameter does not affect the actual title in some cases (most probably I forgot to pass it down to create_figure function). Also if I remember correctly it doesn't work if separate figs is set to True