galpy.util.plot.text¶
- galpy.util.plot.text(*args, **kwargs)[source]¶
Thin wrapper around matplotlib’s text and annotate.
- Parameters:
*args – See matplotlib’s text (http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.text).
**kwargs – ‘bottom_left=True’, ‘bottom_right=True’, ‘top_left=True’, ‘top_right=True’, ‘title=True’ to place the text in one of the corners or use it as the title.
Notes
2010-01-26 - Written - Bovy (NYU)