Legend in pie chart

Hello,
I have a little problem: I cannot to show the legend of my pie chat below:

using Plots
plotly() 
x = ["Nerds", "Hackers", "Scientists"]
y = [0.4, 0.35, 0.25]
pie(x, y, l=0.5)

newplot
Anyone can help me please?