|
|
||
|
|
ScalingFunctions |
| ScalingFunctions is an option for BarChart, Histogram, and other charting functions that specifies what scaling functions should be used. |
| Identity,None | no scaling function | |
| "Log" | use logarithmic scaling | |
| "Reverse" | reverse the coordinate direction | |
| {f,f-1} | use the scaling function f and its inverse | |
| {s1,s2,...} | use several scaling functions |
Show a BarChart with log-scaled heights:
Generate a Histogram on log-log scales:
|