Home Forums Nazca Vertical Text

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5639
    estiak2126
    Member

    Hello!

    How can I write the ‘texts’ vertically?

    #5643
    Ronald
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.