Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ListContourPlot[dat, ContourShading -> None,
  2. InterpolationOrder -> 3,
  3. Contours -> Delete[CNTRFT[dat], Length[CNTRFT[dat]]/2 + 1/2],
  4. ContourStyle -> CLRFT[dat], PlotRange -> {Ran[[1]], Ran[[2]], All},
  5. DataRange -> Ran, ColorFunctionScaling -> False, Axes -> False]
  6.  
  7. ListDensityPlot[dat, PlotRange -> {Ran[[1]], Ran[[2]], All},
  8. ColorFunction -> (Hue[.45 - #] &), ColorFunctionScaling -> False,
  9. DataRange -> Ran, InterpolationOrder -> 3, Axes -> False]
  10.  
  11. (Hue[.45 - #, 0 - #, 1] &)
  12.  
  13. (Hue[.45 - #, 0 + #, 1] &)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement