Merge pull request #1773 from PySimpleGUI/Dev-latest

Forgot docstring for text_location
This commit is contained in:
MikeTheWatchGuy 2019-08-02 07:24:05 -04:00 committed by GitHub
commit 13356d14d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2957,6 +2957,7 @@ class Graph(Element):
:param color: (str) text color
:param font: Union[str, Tuple[str, int]] specifies the font family, size, etc
:param angle: (float) Angle 0 to 360 to draw the text. Zero represents horizontal text
:param text_location: (enum) "anchor" location for the text. Values start with TEXT_LOCATION_
:return: Union[int, None] id returned from tkinter that you'll need if you want to manipulate the text
"""
if location == (None, None):