Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove code deprecated in #4342
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre committed Feb 4, 2017
1 parent 078b33b commit 1d6fa95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/sage/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2402,14 +2402,6 @@ def golden_rainbow(i,lightness=0.4):
else:
G += line(data, legend_label=legend_label, **options)

# Label?
if label:
from sage.misc.superseded import deprecation
deprecation(4342, "Consider using legend_label instead")
label = ' '+str(label)
G += text(label, data[-1], horizontal_alignment='left',
vertical_alignment='center')

return G


Expand Down

0 comments on commit 1d6fa95

Please sign in to comment.