Last answered:

17 Nov 2023

Posted on:

11 Nov 2023

0

Resolved: 'rotation' : '30' is showing error

Before adding the code 'rotation' : '30' it was working fine but after adding that it is showing error.

1 answers ( 1 marked as helpful)
Posted on:

17 Nov 2023

4

This should be a number (30) instead of a string ('30') :

textprops = {'size' : 'x-large' ,
'fontweight' : 'bold' ,
'rotation' : 30}

Submit an answer