Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. histogram = DensityHistogram[EnergyTable2, ScalingFunctions -> "Log10",
  2. ChartLegends -> Automatic]
  3.  
  4. histogram = DensityHistogram[EnergyTable2, ScalingFunctions -> {"Linear","Log10"},
  5. ChartLegends -> Automatic]
  6.  
  7. histogram = DensityHistogram[EnergyTable2, ChartLegends -> Automatic]
  8.  
  9. EnergyTable2 = Abs@RandomVariate[BinormalDistribution[.5], 500] + 1.;
  10.  
  11. histogram = DensityHistogram[EnergyTable2, ChartLegends -> Automatic]
  12.  
  13. histogram = DensityHistogram[EnergyTable2,
  14. ScalingFunctions -> {"Linear", "Log10"}, ChartLegends -> Automatic]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement