It is clear to me that I can output something different in a callback depending on a given condition.
But if I want to render 3 plots depending on a given condition and 2 plots else, I should to display the third plot only if the condition is true, else it gets None as a value and throws an error.
And as far as I understand conditions are allowed only in the callback part and not in the âhtmlâ part.