ListLogLinearPlot
✖
ListLogLinearPlot
makes a log-linear plot of the yi, assumed to correspond to x coordinates 1, 2, ….
makes a log-linear plot of the specified list of x and y values.
Details and Options




- ListLogLinearPlot is also known as semi-logarithmic or semi-log plot since it has one logarithmic axis and one linear axis.
- ListLogLinearPlot effectively plots points based on Log[xi], but with tick marks indicating the unscaled values xi.
- ListLogLinearPlot makes logarithmic data appear as straight lines.
- Data values xi and yi can be given in the following forms:
-
xi a real-valued number Quantity[xi,unit] a quantity with a unit Around[xi,ei] value xi with uncertainty ei Interval[{xmin,xmax}] values between xmin and xmax - Values xi and yi that are not of the preceding form are taken to be missing and are not shown.
- The datai have the following forms and interpretations:
-
<"k1"y1,"k2"y2,… > values {y1,y2,…} <x1y1,x2y2,… > key-value pairs {{x1,y1},{x2,y2},…} {y1"lbl1",y2"lbl2",…}, {y1,y2,…}{"lbl1","lbl2",…} values {y1,y2,…} with labels {lbl1,lbl2,…} SparseArray values as a normal array TimeSeries, EventSeries time-value pairs QuantityArray magnitudes WeightedData unweighted values - ListLogLinearPlot[Tabular[…]cspec] extracts and plots values from the tabular object using the column specification cspec.
- The following forms of column specifications cspec are allowed for plotting tabular data:
-
{colx,coly} plot column y against column x {{colx1,coly1},{colx2,coly2},…} plot column y1 against column x1, y2 against x2, … coly, {coly} plot column y as a sequence of values {{coly1},…,{colyi},…} plot columns y1, y2, … as sequences of values - The colx can also be Automatic, in which case, sequential values are generated using DataRange.
- The following wrappers w can be used for the datai:
-
Annotation[datai,label] provide an annotation for the data Button[datai,action] define an action to execute when the data is clicked Callout[datai,label] label the data with a callout Callout[datai,label,pos] place the callout at relative position pos EventHandler[datai,…] define a general event handler for the data Highlighted[datai,effect] dynamically highlight fi with an effect Highlighted[datai,Placed[effect,pos]] statically highlight fi with an effect at position pos Hyperlink[datai,uri] make the data a hyperlink Labeled[datai,label] label the data Labeled[datai,label,pos] place the label at relative position pos Legended[datai,label] identify the data in a legend PopupWindow[datai,cont] attach a popup window to the data StatusArea[datai,label] display in the status area on mouseover Style[datai,styles] show the data using the specified styles Tooltip[datai,label] attach a tooltip to the data Tooltip[datai] use data values as tooltips - Wrappers w can be applied at multiple levels:
-
{…,w[yi],…} wrap the value yi in data {…,w[{xi,yi}],…} wrap the point {xi,yi} w[datai] wrap the data w[{data1,…}] wrap a collection of datai w1[w2[…]] use nested wrappers - Callout, Labeled, and Placed can use the following positions pos:
-
Automatic automatically placed labels Above, Below, Before, After positions around the data x near the data at a position x Scaled[s] scaled position s along the data {s,Above},{s,Below},… relative position at position s along the data {pos,epos} epos in label placed at relative position pos of the data - ListLogLinearPlot has the same options as Graphics, with the following additions and changes: [List of all options]
-
AspectRatio 1/GoldenRatio ratio of height to width Axes True whether to draw axes DataRange Automatic the range of x values to assume for data IntervalMarkers Automatic how to render uncertainty IntervalMarkersStyle Automatic style for uncertainty elements Filling None how to fill in stems for each point FillingStyle Automatic style to use for filling Joined False whether to join points LabelingFunction Automatic how to label points LabelingSize Automatic maximum size of callouts and labels PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotHighlighting Automatic highlighting effect for curves PlotLabel None overall label for the plot PlotLabels None labels for data PlotLayout "Overlaid" how to position data PlotLegends None legends for data PlotMarkers None markers to use to indicate each point PlotRange Automatic range of values to include PlotRangeClipping True whether to clip at the plot range PlotStyle Automatic graphics directives to determine styles of points PlotTheme $PlotTheme overall theme for the plot ScalingFunctions None how to scale individual coordinates TargetUnits Automatic units to display in the plot - DataRange determines how values {y1,…,yn} are interpreted into {{x1,y1},…,{xn,yn}}. Possible settings include:
-
Automatic,All uniform from 1 to n {xmin,xmax} uniform from xmin to xmax - In general, a list of pairs {{x1,y1},{x2,y2},…} is interpreted as a list of points, but the setting DataRangeAll forces it to be interpreted as multiple datai {{y11,y12},{y21,y23},…}.
- LabelingFunction->f specifies that each point should have a label given by f[value,index,lbls], where value is the value associated with the point, index is its position in the data, and lbls is the list of relevant labels.
- Possible settings for PlotLayout that show multiple curves in a single plot panel include:
-
"Overlaid" show all the data overlapping "Stacked" accumulate the data "Percentile" accumulate and normalize the data - Possible settings for PlotLayout that show single curves in multiple plot panels include:
-
"Column" use separate curves in a column of panels "Row" use separate curves in a row of panels {"Column",k},{"Row",k} use k columns or rows {"Column",UpTo[k]},{"Row",UpTo[k]} use at most k columns or rows - Typical settings for PlotLegends include:
-
None no legend Automatic automatically determine legend {lbl1,lbl2,…} use lbl1, lbl2, … as legend labels Placed[lspec,…] specify placement for legend - Possible highlighting effects for Highlighted and PlotHighlighting include:
-
style highlight the indicated data "Ball" highlight and label the indicated point in data "Dropline" highlight and label the indicated point in data with droplines to the axes "XSlice" highlight and label all points along a vertical slice "YSlice" highlight and label all points along a horizontal slice Placed[effect,pos] statically highlight the given position pos - Highlight position specifications pos include:
-
x, {x} effect at {x,y} with y chosen automatically {x,y} effect at {x,y} {pos1,pos2,…} multiple positions posi - Possible settings for ScalingFunctions include:
-
sy scale y axis {sx,sy} scale x and y axes - Common built-in scaling functions s include:
-
"Reverse" reverse the coordinate direction "Infinite" infinite scale - Scales for the x axis are applied after the default log scale has been applied.
-
AlignmentPoint Center the default point in the graphic to align with AspectRatio 1/GoldenRatio ratio of height to width Axes True whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background color for the plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool DataRange Automatic the range of x values to assume for data Epilog {} primitives rendered after the main plot Filling None how to fill in stems for each point FillingStyle Automatic style to use for filling FormatType TraditionalForm the default format type for text Frame False whether to put a frame around the plot FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic frame ticks FrameTicksStyle {} style specifications for frame ticks GridLines None grid lines to draw GridLinesStyle {} style specifications for grid lines ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic IntervalMarkers Automatic how to render uncertainty IntervalMarkersStyle Automatic style for uncertainty elements Joined False whether to join points LabelingFunction Automatic how to label points LabelingSize Automatic maximum size of callouts and labels LabelStyle {} style specifications for labels Method Automatic details of graphics methods to use PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotHighlighting Automatic highlighting effect for curves PlotLabel None overall label for the plot PlotLabels None labels for data PlotLayout "Overlaid" how to position data PlotLegends None legends for data PlotMarkers None markers to use to indicate each point PlotRange Automatic range of values to include PlotRangeClipping True whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PlotStyle Automatic graphics directives to determine styles of points PlotTheme $PlotTheme overall theme for the plot PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RotateLabel True whether to rotate y labels on the frame ScalingFunctions None how to scale individual coordinates TargetUnits Automatic units to display in the plot Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks


List of all options




Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Make a plot with a logarithmic scale:

https://wolfram.com/xid/0ywi5sgr4yxu-2djhxh


https://wolfram.com/xid/0ywi5sgr4yxu-g66onu

Show multiple sets of data with a legend:

https://wolfram.com/xid/0ywi5sgr4yxu-em96hr


https://wolfram.com/xid/0ywi5sgr4yxu-t3ppkj

https://wolfram.com/xid/0ywi5sgr4yxu-ic91mj


https://wolfram.com/xid/0ywi5sgr4yxu-u5a9o0


https://wolfram.com/xid/0ywi5sgr4yxu-o7ddcv

Scope (54)Survey of the scope of standard use cases
General Data (9)
For regular data consisting of values, the
data range is taken to be integer values:

https://wolfram.com/xid/0ywi5sgr4yxu-dvp3ad

Provide an explicit data range by using DataRange:

https://wolfram.com/xid/0ywi5sgr4yxu-pdrb2

Plot multiple sets of regular data:

https://wolfram.com/xid/0ywi5sgr4yxu-iv9lqw

For irregular data consisting of ,
value pairs, the
data range is inferred from data:

https://wolfram.com/xid/0ywi5sgr4yxu-crr2h5

https://wolfram.com/xid/0ywi5sgr4yxu-ghs8to

Plot multiple sets of irregular data:

https://wolfram.com/xid/0ywi5sgr4yxu-b8lyvz

https://wolfram.com/xid/0ywi5sgr4yxu-ibxare

Plot multiple sets of data, regular or irregular, using DataRange to map them to the same range:

https://wolfram.com/xid/0ywi5sgr4yxu-obvo1e

https://wolfram.com/xid/0ywi5sgr4yxu-5awz

Ranges where the data is nonpositive are excluded:

https://wolfram.com/xid/0ywi5sgr4yxu-hr3ntf


https://wolfram.com/xid/0ywi5sgr4yxu-jmijbr

Use MaxPlotPoints to limit the number of points used:

https://wolfram.com/xid/0ywi5sgr4yxu-dfawhn

PlotRange is selected automatically:

https://wolfram.com/xid/0ywi5sgr4yxu-ec623v

Use PlotRange to focus on areas of interest:

https://wolfram.com/xid/0ywi5sgr4yxu-491jkp

Special Data (9)
Use Quantity to include units with the data:

https://wolfram.com/xid/0ywi5sgr4yxu-irhojx

Include different units for the and
coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-cspg4g

https://wolfram.com/xid/0ywi5sgr4yxu-th9up6

Plot data in a QuantityArray:

https://wolfram.com/xid/0ywi5sgr4yxu-tn7zwd


https://wolfram.com/xid/0ywi5sgr4yxu-k1ixas

Specify the units used with TargetUnits:

https://wolfram.com/xid/0ywi5sgr4yxu-l8y5b6


https://wolfram.com/xid/0ywi5sgr4yxu-vx4nl


https://wolfram.com/xid/0ywi5sgr4yxu-kjfvaw

Specify strings to use as labels:

https://wolfram.com/xid/0ywi5sgr4yxu-33kchq


https://wolfram.com/xid/0ywi5sgr4yxu-3of23n

Specify a location for labels:

https://wolfram.com/xid/0ywi5sgr4yxu-8sa470

Numeric values in an Association are used as the coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-dqg7x7

Numeric keys and values in an Association are used as the and
coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-3uvv71

Plot TimeSeries directly:

https://wolfram.com/xid/0ywi5sgr4yxu-00daqj


https://wolfram.com/xid/0ywi5sgr4yxu-3lwges

Plot data in a SparseArray:

https://wolfram.com/xid/0ywi5sgr4yxu-3uwf30

The weights in WeightedData are ignored:

https://wolfram.com/xid/0ywi5sgr4yxu-8vypjj

Tabular Data (1)
Get tabular data for countries around the world:

https://wolfram.com/xid/0ywi5sgr4yxu-76lmny

Plot the average internet speed of each country against its population:

https://wolfram.com/xid/0ywi5sgr4yxu-wxqd3b

Pivot the data so the download rates are split per continent:

https://wolfram.com/xid/0ywi5sgr4yxu-hvhi4i

Compare the data for countries in North and South America:

https://wolfram.com/xid/0ywi5sgr4yxu-rk17te

Data Wrappers (6)
Use wrappers on individual data, datasets, or collections of datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-3jg65a


https://wolfram.com/xid/0ywi5sgr4yxu-tbzd7o

Use the value of each point as a tooltip:

https://wolfram.com/xid/0ywi5sgr4yxu-7j5t8h

Use a specific label for all the points:

https://wolfram.com/xid/0ywi5sgr4yxu-5mmbsd

Labels points with automatically positioned text:

https://wolfram.com/xid/0ywi5sgr4yxu-taezq2

Use PopupWindow to provide additional drilldown information:

https://wolfram.com/xid/0ywi5sgr4yxu-r582q1

Button can be used to trigger any action:

https://wolfram.com/xid/0ywi5sgr4yxu-c7ntsr

Labeling and Legending (16)
Label points with automatically positioned text:

https://wolfram.com/xid/0ywi5sgr4yxu-hjyrbs

Place the labels relative to the points:

https://wolfram.com/xid/0ywi5sgr4yxu-balm68

Label data with Labeled:

https://wolfram.com/xid/0ywi5sgr4yxu-jx0juw

https://wolfram.com/xid/0ywi5sgr4yxu-m2xnj8

Label data with PlotLabels:

https://wolfram.com/xid/0ywi5sgr4yxu-04r40o

https://wolfram.com/xid/0ywi5sgr4yxu-q879hw

Place the label near the points at an value:

https://wolfram.com/xid/0ywi5sgr4yxu-gr644v


https://wolfram.com/xid/0ywi5sgr4yxu-ewmf0v

Specify the text position relative to the point:

https://wolfram.com/xid/0ywi5sgr4yxu-mv6y5m

Label data automatically with Callout:

https://wolfram.com/xid/0ywi5sgr4yxu-iy10e3

Place a label with a specific location:

https://wolfram.com/xid/0ywi5sgr4yxu-rhk049


https://wolfram.com/xid/0ywi5sgr4yxu-2fqkjl

Specify label names with LabelingFunction:

https://wolfram.com/xid/0ywi5sgr4yxu-hvlgel

Specify the maximum size of labels:

https://wolfram.com/xid/0ywi5sgr4yxu-ydvztf

https://wolfram.com/xid/0ywi5sgr4yxu-7yp0dd


https://wolfram.com/xid/0ywi5sgr4yxu-0tvr5f

For dense sets of points, some labels may be turned into tooltips by default:

https://wolfram.com/xid/0ywi5sgr4yxu-9rq8za

https://wolfram.com/xid/0ywi5sgr4yxu-rwgchr

Increasing the size of the plot will show more labels:

https://wolfram.com/xid/0ywi5sgr4yxu-qbhquz

Include legends for each curve:

https://wolfram.com/xid/0ywi5sgr4yxu-b0vk3h

https://wolfram.com/xid/0ywi5sgr4yxu-1tp4x3

Use Legended to provide a legend for a specific dataset:

https://wolfram.com/xid/0ywi5sgr4yxu-bjoj5h

https://wolfram.com/xid/0ywi5sgr4yxu-8im4j6

Use Placed to change the legend location:

https://wolfram.com/xid/0ywi5sgr4yxu-xnhhrq

Use association keys as labels:

https://wolfram.com/xid/0ywi5sgr4yxu-r0aqrr

Plots usually have interactive callouts showing the coordinates when you mouse over them:

https://wolfram.com/xid/0ywi5sgr4yxu-wniqin

Including specific wrappers or interactions, such as tooltips, turns off the interactive features:

https://wolfram.com/xid/0ywi5sgr4yxu-74c01s

Choose from multiple interactive highlighting effects:

https://wolfram.com/xid/0ywi5sgr4yxu-n6d7ls

Use Highlighted to emphasize specific points in a plot:

https://wolfram.com/xid/0ywi5sgr4yxu-gebg1w


https://wolfram.com/xid/0ywi5sgr4yxu-oyf3pc

Presentation (13)
Multiple datasets are automatically colored to be distinct:

https://wolfram.com/xid/0ywi5sgr4yxu-jtr7wy

https://wolfram.com/xid/0ywi5sgr4yxu-bivltz

Provide explicit styling to different sets:

https://wolfram.com/xid/0ywi5sgr4yxu-lfjuoq

https://wolfram.com/xid/0ywi5sgr4yxu-05k80k

Include legends for each curve:

https://wolfram.com/xid/0ywi5sgr4yxu-29fpkz

https://wolfram.com/xid/0ywi5sgr4yxu-svqzyx


https://wolfram.com/xid/0ywi5sgr4yxu-jsuhnx

Provide an interactive Tooltip for the data:

https://wolfram.com/xid/0ywi5sgr4yxu-np5uko


https://wolfram.com/xid/0ywi5sgr4yxu-td10a1

https://wolfram.com/xid/0ywi5sgr4yxu-7ovk0f


https://wolfram.com/xid/0ywi5sgr4yxu-jnsyhm

https://wolfram.com/xid/0ywi5sgr4yxu-gpp62q

Use shapes to distinguish different datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-zbu0t3

Use labels to distinguish different datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-pb09av

Use Joined to connect datasets with lines:

https://wolfram.com/xid/0ywi5sgr4yxu-di7k8h

Use InterpolationOrder to smooth joined data:

https://wolfram.com/xid/0ywi5sgr4yxu-y70fa

Use a theme with detailed frame ticks and grid lines:

https://wolfram.com/xid/0ywi5sgr4yxu-jq9vp4

Use a theme with a dark background and vibrant colors:

https://wolfram.com/xid/0ywi5sgr4yxu-uc8e9k

Plot the data in a stacked layout:

https://wolfram.com/xid/0ywi5sgr4yxu-rouskf

https://wolfram.com/xid/0ywi5sgr4yxu-9oilhw

Plot the data as percentiles of the total of the values:

https://wolfram.com/xid/0ywi5sgr4yxu-d3340c

Use ScalingFunctions to scale the y axis on the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-9a1yzq

Options (121)Common values & functionality for each option
ClippingStyle (6)
ClippingStyle only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-02fpyg

https://wolfram.com/xid/0ywi5sgr4yxu-f6j0kb

Omit clipped regions of the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-oukddc

https://wolfram.com/xid/0ywi5sgr4yxu-3bbk63

Show clipped regions like the rest of the curve:

https://wolfram.com/xid/0ywi5sgr4yxu-26eg43

https://wolfram.com/xid/0ywi5sgr4yxu-wwn5jh

Show clipped regions with red lines:

https://wolfram.com/xid/0ywi5sgr4yxu-cuv0pw

https://wolfram.com/xid/0ywi5sgr4yxu-k14rgx

Show clipped regions as red at the bottom and thick at the top:

https://wolfram.com/xid/0ywi5sgr4yxu-cf6pfq

https://wolfram.com/xid/0ywi5sgr4yxu-9g6xlq

Show clipped regions as red and thick:

https://wolfram.com/xid/0ywi5sgr4yxu-z7y2ks

https://wolfram.com/xid/0ywi5sgr4yxu-vy54bd

ColorFunction (6)
ColorFunction only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-qndjj3

Color by scaled and
coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-d1mwsc

Color with a named color scheme:

https://wolfram.com/xid/0ywi5sgr4yxu-n3g70b

Fill with the color used for the curve:

https://wolfram.com/xid/0ywi5sgr4yxu-lwp

ColorFunction has higher priority than PlotStyle for coloring the curve:

https://wolfram.com/xid/0ywi5sgr4yxu-p0uon

Use Automatic in MeshShading to use ColorFunction:

https://wolfram.com/xid/0ywi5sgr4yxu-6xbe8y

ColorFunctionScaling (3)
ColorFunctionScaling only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-87i0k4

Use no argument scaling on the left and automatic scaling on the right:

https://wolfram.com/xid/0ywi5sgr4yxu-7o3pup

Scaling is done on a linear scale in the original coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-f6a23y

Use a color function that is red at powers of 10:

https://wolfram.com/xid/0ywi5sgr4yxu-c3qpcy

DataRange (5)
Lists of height values are displayed against the number of elements:

https://wolfram.com/xid/0ywi5sgr4yxu-l8y6lt

Rescale to the sampling space:

https://wolfram.com/xid/0ywi5sgr4yxu-jrzay

Each dataset is scaled to the same domain:

https://wolfram.com/xid/0ywi5sgr4yxu-i40zeo

Pairs are interpreted as ,
coordinates:

https://wolfram.com/xid/0ywi5sgr4yxu-hhy58p

Specifying DataRange in this case has no effect, since values are part of the data:

https://wolfram.com/xid/0ywi5sgr4yxu-lz4tmn

Force interpretation as multiple datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-pya2b1

Filling (8)
Use symbolic or explicit values for "stem" filling:

https://wolfram.com/xid/0ywi5sgr4yxu-gm03rx

Fill between corresponding points in two datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-n62

Fill between datasets using a particular style:

https://wolfram.com/xid/0ywi5sgr4yxu-ba0u8a

Fill between datasets 1 and 2; use red when 1 is less than 2 and blue otherwise:

https://wolfram.com/xid/0ywi5sgr4yxu-br2lp9

https://wolfram.com/xid/0ywi5sgr4yxu-dul3vv

Fill to the axis for irregularly sampled data:

https://wolfram.com/xid/0ywi5sgr4yxu-9nnjy

https://wolfram.com/xid/0ywi5sgr4yxu-cql1cp

Use several irregular datasets, filling between them:

https://wolfram.com/xid/0ywi5sgr4yxu-c9o20w

https://wolfram.com/xid/0ywi5sgr4yxu-by2cyd

Joined datasets fill with solid areas:

https://wolfram.com/xid/0ywi5sgr4yxu-ddzso1

The type of filling depends on whether the first set is joined:

https://wolfram.com/xid/0ywi5sgr4yxu-c4bmog

FillingStyle (4)

https://wolfram.com/xid/0ywi5sgr4yxu-okn

Fill with dashed magenta "stems":

https://wolfram.com/xid/0ywi5sgr4yxu-phn

Fill with red below and blue above:

https://wolfram.com/xid/0ywi5sgr4yxu-zmp1pj

Filling is solid when Joined->True:

https://wolfram.com/xid/0ywi5sgr4yxu-dm7o3f

InterpolationOrder (5)
Lines created with Joined can be interpolated:

https://wolfram.com/xid/0ywi5sgr4yxu-busgfe

By default, linear interpolation is used:

https://wolfram.com/xid/0ywi5sgr4yxu-emf4iq

Use zero-order or piecewise-constant interpolation:

https://wolfram.com/xid/0ywi5sgr4yxu-ddm3kw

Use third-order spline interpolation:

https://wolfram.com/xid/0ywi5sgr4yxu-inl0cd


https://wolfram.com/xid/0ywi5sgr4yxu-fulm7t

IntervalMarkers (3)
By default, uncertainties are capped:

https://wolfram.com/xid/0ywi5sgr4yxu-7ik7nz

Use bars to denote uncertainties without caps:

https://wolfram.com/xid/0ywi5sgr4yxu-8rztxf

Use bands to represent uncertainties:

https://wolfram.com/xid/0ywi5sgr4yxu-1wnehp

IntervalMarkersStyle (2)
Joined (4)

https://wolfram.com/xid/0ywi5sgr4yxu-p14n3w

Join the first dataset with a line but use points for the second dataset:

https://wolfram.com/xid/0ywi5sgr4yxu-8h2m1q

Join the dataset with a line and show the original points:

https://wolfram.com/xid/0ywi5sgr4yxu-gs4ikf

The type of filling depends on whether the set is joined:

https://wolfram.com/xid/0ywi5sgr4yxu-5qmaet

LabelingFunction (6)
By default, points are automatically labeled with strings:

https://wolfram.com/xid/0ywi5sgr4yxu-qne55l

Use LabelingFunction->None to suppress the labels:

https://wolfram.com/xid/0ywi5sgr4yxu-h8al2d

Put the labels above the points:

https://wolfram.com/xid/0ywi5sgr4yxu-k2w4me


https://wolfram.com/xid/0ywi5sgr4yxu-qo4rld

Use callouts to label the points:

https://wolfram.com/xid/0ywi5sgr4yxu-27us6h

Label the points with their values:

https://wolfram.com/xid/0ywi5sgr4yxu-gz283l

Label the points with their indices:

https://wolfram.com/xid/0ywi5sgr4yxu-vcwhlh

LabelingSize (4)
Textual labels are shown at their actual sizes:

https://wolfram.com/xid/0ywi5sgr4yxu-t7qmke

Image labels are automatically resized:

https://wolfram.com/xid/0ywi5sgr4yxu-vny20w

Specify a maximum size for textual labels:

https://wolfram.com/xid/0ywi5sgr4yxu-bz8jld

Specify a maximum size for image labels:

https://wolfram.com/xid/0ywi5sgr4yxu-hy9uc7

Show image labels at their natural sizes:

https://wolfram.com/xid/0ywi5sgr4yxu-4rxwe0

MaxPlotPoints (3)
All points are included by default:

https://wolfram.com/xid/0ywi5sgr4yxu-m8whhh

Uniformly spaced data is downsampled:

https://wolfram.com/xid/0ywi5sgr4yxu-rdiwh

Nonuniform data is topologically subsampled to preserve features:

https://wolfram.com/xid/0ywi5sgr4yxu-colenf

Mesh (6)
Mesh only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-q6s9ha

The initial and final sampling meshes are typically the same:

https://wolfram.com/xid/0ywi5sgr4yxu-vjwb00

Interpolated data may introduce points:

https://wolfram.com/xid/0ywi5sgr4yxu-pnghse

Use 20 mesh levels evenly spaced in the direction:

https://wolfram.com/xid/0ywi5sgr4yxu-wxp

Use an explicit list of values for the mesh in the direction:

https://wolfram.com/xid/0ywi5sgr4yxu-fri9w7

Use explicit styles at specific points:

https://wolfram.com/xid/0ywi5sgr4yxu-xrze5d

MeshFunctions (2)
MeshFunctions only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-680uux

Use a mesh evenly spaced in the direction and unscaled in the
direction:

https://wolfram.com/xid/0ywi5sgr4yxu-5jdxdy

MeshShading (7)
MeshShading only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-srgb45

Alternate red and blue segments of equal width in the direction:

https://wolfram.com/xid/0ywi5sgr4yxu-0rc3uw

Use None to remove segments:

https://wolfram.com/xid/0ywi5sgr4yxu-68xr78

MeshShading can be used with PlotStyle:

https://wolfram.com/xid/0ywi5sgr4yxu-pe00z8

MeshShading has higher priority than PlotStyle for styling the curve:

https://wolfram.com/xid/0ywi5sgr4yxu-ca0tns

Use PlotStyle for some segments by setting MeshShading to Automatic:

https://wolfram.com/xid/0ywi5sgr4yxu-6g41xt

MeshShading can be used with ColorFunction and has higher priority:

https://wolfram.com/xid/0ywi5sgr4yxu-51n92o

MeshStyle (5)
MeshStyle only applies to Joined datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-igfrzj

Color the mesh the same color as the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-dkxjtw

Use a red mesh in the direction:

https://wolfram.com/xid/0ywi5sgr4yxu-wh9fnt

Use a red mesh in the direction and a blue mesh in the
direction:

https://wolfram.com/xid/0ywi5sgr4yxu-wacsek

Use big red mesh points in the direction:

https://wolfram.com/xid/0ywi5sgr4yxu-7eelpy

PlotHighlighting (9)
Plots have interactive coordinate callouts with the default setting PlotHighlightingAutomatic:

https://wolfram.com/xid/0ywi5sgr4yxu-zcloq6

Use PlotHighlightingNone to disable the highlighting for the entire plot:

https://wolfram.com/xid/0ywi5sgr4yxu-hdxegl

Use Highlighted[…,None] to disable highlighting for a single set:

https://wolfram.com/xid/0ywi5sgr4yxu-ib2hs6

Move the mouse over a set of points to highlight it using arbitrary graphics directives:

https://wolfram.com/xid/0ywi5sgr4yxu-v64mub

Move the mouse over the points to highlight them with balls and labels:

https://wolfram.com/xid/0ywi5sgr4yxu-t99ecb


https://wolfram.com/xid/0ywi5sgr4yxu-9cvq1c

Move the mouse over the curve to highlight it with a label and droplines to the axes:

https://wolfram.com/xid/0ywi5sgr4yxu-49wws3

Use a ball and label to highlight a specific point in the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-oqerkx

Move the mouse over the plot to highlight it with a slice showing values corresponding to the
position:

https://wolfram.com/xid/0ywi5sgr4yxu-z1w61d

Highlight a particular set of points at a fixed value:

https://wolfram.com/xid/0ywi5sgr4yxu-sbyqzb

Move the mouse over the plot to highlight it with a slice showing values corresponding to the
position:

https://wolfram.com/xid/0ywi5sgr4yxu-8y50v1

Use a component that shows the points on the plot closest to the position of the mouse cursor:

https://wolfram.com/xid/0ywi5sgr4yxu-p5qdrx

Specify the style for the points:

https://wolfram.com/xid/0ywi5sgr4yxu-kglsv8

Use a component that shows the coordinates on the points closest to the mouse cursor:

https://wolfram.com/xid/0ywi5sgr4yxu-svxh4h

Use Callout options to change the appearance of the label:

https://wolfram.com/xid/0ywi5sgr4yxu-ijp4dk

Combine components to create a custom effect:

https://wolfram.com/xid/0ywi5sgr4yxu-z1fu3y

PlotLabel (1)
PlotLabels (5)
Specify text to label sets of points:

https://wolfram.com/xid/0ywi5sgr4yxu-g5bmk1

Place the labels above the points:

https://wolfram.com/xid/0ywi5sgr4yxu-bxi6p8

Use callouts to identify the points:

https://wolfram.com/xid/0ywi5sgr4yxu-hinw2j

Use the keys from an Association as labels:

https://wolfram.com/xid/0ywi5sgr4yxu-y3z75x

Use None to not add a label:

https://wolfram.com/xid/0ywi5sgr4yxu-hoxc0y

PlotLayout (1)
By default, curves are overlaid on each other:

https://wolfram.com/xid/0ywi5sgr4yxu-non4x8

https://wolfram.com/xid/0ywi5sgr4yxu-b5lcdl

Plot the data in a stacked layout:

https://wolfram.com/xid/0ywi5sgr4yxu-mxc35b

Plot the data as percentiles of the total of the values:

https://wolfram.com/xid/0ywi5sgr4yxu-zqjsc8

Place each curve in a separate panel using shared axes:

https://wolfram.com/xid/0ywi5sgr4yxu-jo8swk


https://wolfram.com/xid/0ywi5sgr4yxu-spfsqi

PlotLegends (6)
Generate a legend using labels:

https://wolfram.com/xid/0ywi5sgr4yxu-2l9hwo

Generate a legend using placeholders:

https://wolfram.com/xid/0ywi5sgr4yxu-m2tbba

Legends use the same styles as the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-yrztzn

Use Placed to specify the legend placement:

https://wolfram.com/xid/0ywi5sgr4yxu-w6apfn

Place the legend inside the plot:

https://wolfram.com/xid/0ywi5sgr4yxu-5ao9sp

Use PointLegend to change the legend appearance:

https://wolfram.com/xid/0ywi5sgr4yxu-y82kwb

PlotMarkers (8)
ListLogPlot normally uses distinct colors to distinguish different sets of data:

https://wolfram.com/xid/0ywi5sgr4yxu-i62p2n

Automatically use colors and shapes to distinguish sets of data:

https://wolfram.com/xid/0ywi5sgr4yxu-e8x52u


https://wolfram.com/xid/0ywi5sgr4yxu-jm15k0

Change the size of the default plot markers:

https://wolfram.com/xid/0ywi5sgr4yxu-k10ac4


https://wolfram.com/xid/0ywi5sgr4yxu-cnfo3e

Use arbitrary text for plot markers:

https://wolfram.com/xid/0ywi5sgr4yxu-p3t9gr

Use explicit graphics for plot markers:

https://wolfram.com/xid/0ywi5sgr4yxu-d1fgyc


https://wolfram.com/xid/0ywi5sgr4yxu-y8k2jx

Use the same symbol for all the sets of data:

https://wolfram.com/xid/0ywi5sgr4yxu-h8ur89

Explicitly use a symbol and size:

https://wolfram.com/xid/0ywi5sgr4yxu-wltx3b

PlotRange (2)
PlotRange is automatically calculated:

https://wolfram.com/xid/0ywi5sgr4yxu-ih1ea2


https://wolfram.com/xid/0ywi5sgr4yxu-b0o98x

PlotStyle (7)
Use different style directives:

https://wolfram.com/xid/0ywi5sgr4yxu-zvlxc

By default, different styles are chosen for multiple datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-drfjib

Explicitly specify the style for different datasets:

https://wolfram.com/xid/0ywi5sgr4yxu-eqf

PlotStyle applies to both lines and points:

https://wolfram.com/xid/0ywi5sgr4yxu-1faeoe


https://wolfram.com/xid/0ywi5sgr4yxu-5xalmd

PlotStyle can be combined with ColorFunction and has lower priority:

https://wolfram.com/xid/0ywi5sgr4yxu-rjb3ix

PlotStyle can be combined with MeshShading and has lower priority:

https://wolfram.com/xid/0ywi5sgr4yxu-o1bmr5

MeshStyle by default uses the same style as PlotStyle:

https://wolfram.com/xid/0ywi5sgr4yxu-0b39nk

PlotTheme (1)
ScalingFunctions (2)
By default ListLogLinearPlot uses a Log scale on the x axis and natural scale for y:

https://wolfram.com/xid/0ywi5sgr4yxu-yqqptd

Use a scale whose values increase from top to bottom:

https://wolfram.com/xid/0ywi5sgr4yxu-7557di


https://wolfram.com/xid/0ywi5sgr4yxu-vcl058

Wolfram Research (2007), ListLogLinearPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ListLogLinearPlot.html (updated 2025).
Text
Wolfram Research (2007), ListLogLinearPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ListLogLinearPlot.html (updated 2025).
Wolfram Research (2007), ListLogLinearPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ListLogLinearPlot.html (updated 2025).
CMS
Wolfram Language. 2007. "ListLogLinearPlot." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/ListLogLinearPlot.html.
Wolfram Language. 2007. "ListLogLinearPlot." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/ListLogLinearPlot.html.
APA
Wolfram Language. (2007). ListLogLinearPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListLogLinearPlot.html
Wolfram Language. (2007). ListLogLinearPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListLogLinearPlot.html
BibTeX
@misc{reference.wolfram_2025_listloglinearplot, author="Wolfram Research", title="{ListLogLinearPlot}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/ListLogLinearPlot.html}", note=[Accessed: 30-March-2025
]}
BibLaTeX
@online{reference.wolfram_2025_listloglinearplot, organization={Wolfram Research}, title={ListLogLinearPlot}, year={2025}, url={https://reference.wolfram.com/language/ref/ListLogLinearPlot.html}, note=[Accessed: 30-March-2025
]}