title of plot
The command:
title("$x and xsin(x)$")
results in the title as xandxsin(x) without any spaces.
How to provide spaces in the title?
Python-3.4.3 Additional-features-of-IPython 02-03 min 50-60 sec
Answers:
This should work as expected, can you try the same title without the $ signs? Please paste screenshots, error messages if any to help debugging.