Plots data with logarithmic y-axis.
ListLogPlot[{y1, y2, …}]
ListLogPlot[{{x1, y1}, {x2, y2}, …}]
ListLogPlot[{data1, data2, …}]
ListLogPlot[{…, w[datai, …], …}]
ListLogPlot[Table[PartitionsQ[n], {n, 50}]]
→ -Graphics-ListLogPlot[Table[PartitionsQ[n], {n, 50}], Joined -> True]
→ -Graphics-ListLogPlot[Table[{n, n!}, {n, 1, 20, .1}], Joined -> True]
→ -Graphics-- AspectRatio — default 1/ GoldenRatio
- Axes — default True
- DataRange — default Automatic
- IntervalMarkers — default Automatic
- IntervalMarkersStyle — default Automatic
- Filling — default None
- FillingStyle — default Automatic
- Joined — default Automatic
- LabelingFunction — default Automatic
- LabelingSize — default Automatic
- LabelingTarget — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotFit — default None
- PlotFitElements — default Automatic
- PlotHighlighting — default Automatic
- PlotInteractivity — default $PlotInteractivity
- PlotLabel — default None
- PlotLabels — default None
- PlotLayout — default "Overlaid"
- PlotLegends — default None
- PlotMarkers — default None
- PlotRange — default Automatic
- PlotRangeClipping — default True
- PlotStyle — default Automatic
- PlotTheme — default $PlotTheme
- ScalingFunctions — default None
- TargetUnits — default Automatic