Skip to content

Commit

Permalink
Remove unsupported matplotlib call in hexplot (fixes #255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Jul 4, 2019
1 parent e5db22f commit 2a901ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions megaradrp/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def hexplot(axis, x, y, z, scale=1.0, extent=None,
object: matplotlib.collections.PolyCollection
"""
if not axis._hold:
axis.cla()

axis._process_unit_info(xdata=x, ydata=y, kwargs=kwargs)

x, y, z = cbook.delete_masked_points(x, y, z)
Expand Down

0 comments on commit 2a901ac

Please sign in to comment.