How can I left-align a caption?
Add the options justification=justified,singlelinecheck=false
. This is described in the caption
manual.
Put \captionsetup{singlelinecheck = false, justification=justified}
after \begin{figure}
would solve the problem.