Home › Forums › Nazca › Vertical Text › Reply To: Vertical Text
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