I am building a composition with map, legend... I want to add a paragraph (text) to the composition but the text only recognize one word. What I am doing wrong?
Code:
text = QgsComposerLabel(myComposition)text.setText("Prognostico" + "\n" + "Coordinate System: ETRS89 PTTM06" + '\n' +...