Guest User

Untitled

a guest
Jun 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Unprotect[ColorData];
  2. Clear[new2];
  3. new2 = {{"Hueeee", "", {}}, {"Gradients"},
  4. 1, {0, 1}, {Hue[0.33, 1, 0.58], Hue[0.6, 1, 0.9],
  5. RGBColor[0.471412, 0.108766, 0.527016], Hue[0.9, 1, 0.9],
  6. Hue[1, 1, 0.9], Hue[0.1, 1, 0.9]}, ""};
  7. AppendTo[DataPaclets`ColorDataDump`colorSchemes, new2];
  8. AppendTo[DataPaclets`ColorDataDump`colorSchemeNames, new2[[1, 1]]];
  9.  
  10. AppendTo::rvalue: DataPaclets`ColorDataDump`colorSchemes is not a variable with a value, so its value cannot be changed.
  11. AppendTo::rvalue: DataPaclets`ColorDataDump`colorSchemeNames is not a variable with a value, so its value cannot be changed.
Add Comment
Please, Sign In to add comment