Axes.
loglog
(*args, **kwargs)¶Make a plot with log scaling on both the x and y axis.
loglog()
supports all the keyword
arguments of plot()
and
matplotlib.axes.Axes.set_xscale()
/
matplotlib.axes.Axes.set_yscale()
.
Parameters: | basex, basey : scalar
subsx, subsy : sequence
nonposx, nonposy : [‘mask’ | ‘clip’ ]
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Other Parameters: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
**kwargs :
|