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

Commit

Permalink
working toward request to use rgbcolor instead of color. Simply makin…
Browse files Browse the repository at this point in the history
…g this change in L2139 breaks the plot()
  • Loading branch information
alauve committed Jul 19, 2016
1 parent 7d593cd commit c836728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ def golden_rainbow(i,lightness=0.4):
legend_label_entry = None

G += plot(h, xrange, polar=polar, fill=fill_entry, fillcolor=fillcolor_entry, \
color=color_entry, linestyle=linestyle_entry, \
rgbcolor=color_entry, linestyle=linestyle_entry, \
legend_label=legend_label_entry, **options_temp)
return G

Expand Down

0 comments on commit c836728

Please sign in to comment.