Draw text inside pylab figure window

前端 未结 1 1984
既然无缘
既然无缘 2020-12-11 18:10

I want to add some more details about the calculations used to create a plot (histogram).

How can I add some text that I can position anywhere I want in the figure w

相关标签:
1条回答
  • 2020-12-11 18:40

    Lots of ways to do this:

    • text
    • figtext
    • annotate
    0 讨论(0)
提交回复
热议问题