Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. barlegend = BarLegend[{Hue[#] &, {0, .7}}]
  2.  
  3. barlegend = BarLegend[{Hue[#] &, {0, .7}}]
  4.  
  5. Plot[t + 10, {t, 0, 2}, PlotLegends -> barlegend,
  6. Epilog -> Text["Any plot", {.5, 11}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement