 
    
  
      
    Axes.semilogx(*args, **kwargs)¶Make a plot with log scaling on the x axis.
| Parameters: | basex : float, optional 
 subsx : array_like, optional 
 nonposx : string, optional, {‘mask’, ‘clip’} 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns: | 
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Other Parameters: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| :class:`~matplotlib.lines.Line2D` properties: 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also
loglogNotes
This function supports all the keyword arguments of
plot() and
matplotlib.axes.Axes.set_xscale().