krezelj / academia

Repository for a Bachelor's Thesis at Warsaw University of Technology that touches on the topic of Curriculum Learning.
MIT License
7 stars 0 forks source link

Plot titles #228

Closed krezelj closed 10 months ago

krezelj commented 11 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

maciejors commented 11 months ago

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