How to plot an image with an arrow and some text in python?

后端 未结 0 854
情书的邮戳
情书的邮戳 2021-01-06 16:45

I have a pandas dataframe

import pandas as pd
foo = pd.DataFrame({\'text\': [\'a\', \'b\', \'c\'], \'arrow\': [\'upright\', \'right\', \'botright\']})
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题