Home › Forums › Nazca › How to generate numbers or texts of wanted size?
Tagged: text, number in order, nazca
I want to number the device in order, but I can’t find a suitable function in nazca.
like this below:
Dear willie_woud,
This should do it:
import nazca as nd for i in range(5): nd.text('{}D'.format(i), height=10+5*i).put(40*i) nd.export_plt()
Ronald
Thanks! It works. Looking forward to your update to the function “nazca.text” of the manual .