The following syntax works using Plots; gr():
using Plots; gr()
using LaTeXStrings, Plots; gr() bar(rand(5)) title!(L"\textrm{Testing\ LaTeX:} \sigma=1.2")