0

I think the colors will be more distinguishable with the logarithmic scales. How can I do it for the following plot? Thanx.

DensityPlot[(μ + η^2), 
    {μ, 0, 0.043}, {η, 0, 0.03}, 
FrameLabel -> {Style[μ, FontSize -> 14, Blue], 
Style[η, FontSize -> 14, Blue]}, 
BaseStyle -> {FontWeight -> Bold, FontSize -> 17}, 
ColorFunction -> "SunsetColors", 
PlotLegends -> 
BarLegend[Automatic, LegendMarkerSize -> 230, LegendMargins -> 5, 
LegendLabel -> Style["Q/(1+C)", FontSize -> 16], 
LabelStyle -> {Bold, FontSize -> 14}]]
Perfect Fluid
  • 693
  • 3
  • 13
  • @corey979: OMG! Do you actually think that I mean the color?!!! The point was some kind of error that I didn't understand what to do! Yes, in the higher version it is Ok. – Perfect Fluid Jun 26 '18 at 10:46
  • Yes: "It is not possible. This command after adding the -> becomes red!" Did you even run the code? If so, you would see this result. ScalingFunctions seem to be under-documented, and work properly in instances where the highlighting suggests that it's not valid. The same thing is with MaxExtraBandwidths for SmoothHistogram. Run the codes first; panic only if they don't work. – corey979 Jun 26 '18 at 12:25
  • I have retracted my close vote – m_goldberg Jun 26 '18 at 12:32
  • @Lukas this seems like a duplicate of (36830) as you referenced. Do you disagree? – Mr.Wizard Jun 26 '18 at 14:54
  • @Mr.Wizard I think so, yes - either that or "Can easily be found in the documentation" – Lukas Lang Jun 26 '18 at 15:08