Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Mar 6, 2019
1 parent a522ef7 commit e640b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions adjustText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ def adjust_text(texts, x=None, y=None, add_objects=None, ax=None,
y : array_like
y-coordinates of points to repel from; if not provided only uses text
coordinates
add_objects : list
add_objects : list or PathCollection
a list of additional matplotlib objects to avoid; they must have a
`.get_window_extent()` method.
`.get_window_extent()` method; alternatively, a PathCollection.
ax : matplotlib axe, default is current axe (plt.gca())
axe object with the plot
expand_text : array_like, default (1.05, 1.2)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='adjustText',
version='0.7.3',
version='0.7.4',
description='Iteratively adjust text position in matplotlib plots to minimize overlaps',
author='Ilya Flyamer',
author_email='flyamer@gmail.com',
Expand Down

0 comments on commit e640b2b

Please sign in to comment.