Home › Forums › Nazca › Vertical Text
Tagged: Nazca Text
Hello!
How can I write the ‘texts’ vertically?
Dear estiak2126,
Vertical text could roughly mean two things. See this example:
import nazca as nd nd.text('vertical').put(0, 0, 90) nd.text('\n'.join('hotel')).put(50) nd.export_plt()
Ronald