On Tue, Dec 15, 2015 at 4:13 PM, Mauro <
maur...@runbox.com> wrote:
>
> On Tue, 2015-12-15 at 22:00, Yichao Yu <
yyc...@gmail.com> wrote:
>> On Tue, Dec 15, 2015 at 3:54 PM, Mauro <
maur...@runbox.com> wrote:
>>>>> Example:
>>>>>
>>>>> latexstring("an equation: \$1 + \\alpha^2\$")
>>>>
>>>> I think for PyPlot it works equally well without `latexstring` since
>>>> pyplot will handle that directly.
>>>
>>> Sorry that was a bad example without interpolation. But the original
>>> example needs latexstring, no?
>>
>> I believe `title("\$\\frac{1}{2}\$")` works with PyPlot as well as the
>> string splicing version of it.
>
> Sure thing, `title("\$$s\$")` does indeed work. Thanks! So neither
> `L"..."` nor latexstring is ever needed in PyPlot?
latexstring shouldn't be needed AFAIK. @L_str helps to avoid