matplotlib.axes.Axes.semilogy
-
Axes.semilogy(*args, **kwargs) -
Построение графика с логарифмической шкалой по оси
y.Параметры: basey : число > 1
Основание логарифма по оси
y.-
subsy : None or iterable -
Положение вспомогательных делений по оси y. Значение None по умолчанию подбирается автоматически, в зависимости от количества декад на графике. Подробнее см.
set_yscale(). -
nonposy : {‘mask’ | ‘clip’} str -
Отрицательные и нулевые значения на оси
yмогут быть отброшены или приведены к очень малому положительному числу.
Возвращает: Экземпляр линии графика.
Другие параметры: **kwargs :
Функция поддерживает все ключевые аргументы функций
plot()иmatplotlib.axes.Axes.set_xscale().Ключевые аргументы также управляют свойствами
Line2D:===================================================================================== ===============================================================================================================================================
Свойство Описание
===================================================================================== ===============================================================================================================================================
:meth:`agg_filter <matplotlib.artist.Artist.set_agg_filter>` неизвестно
:meth:`alpha <matplotlib.artist.Artist.set_alpha>` число (от 0.0 до 1.0)
:meth:`animated <matplotlib.artist.Artist.set_animated>` [True | False]
:meth:`antialiased <matplotlib.lines.Line2D.set_antialiased>` или aa [True | False]
:meth:`clip_box <matplotlib.artist.Artist.set_clip_box>` экземпляр :class:`matplotlib.transforms.Bbox`
:meth:`clip_on <matplotlib.artist.Artist.set_clip_on>` [True | False]
:meth:`clip_path <matplotlib.artist.Artist.set_clip_path>` [ (:class:`~matplotlib.path.Path`, :class:`~matplotlib.transforms.Transform`) | :class:`~matplotlib.patches.Patch` | None ]
:meth:`color <matplotlib.lines.Line2D.set_color>` или c любой цвет matplotlib
:meth:`contains <matplotlib.artist.Artist.set_contains>` вызываемая функция
:meth:`dash_capstyle <matplotlib.lines.Line2D.set_dash_capstyle>` [‘butt’ | ‘round’ | ‘projecting’]
:meth:`dash_joinstyle <matplotlib.lines.Line2D.set_dash_joinstyle>` [‘miter’ | ‘round’ | ‘bevel’]
:meth:`dashes <matplotlib.lines.Line2D.set_dashes>` последовательность значений включения/выключения чернил в пунктах
:meth:`drawstyle <matplotlib.lines.Line2D.set_drawstyle>` [‘default’ | ‘steps’ | ‘steps-pre’ | ‘steps-mid’ | ‘steps-post’]
:meth:`figure <matplotlib.artist.Artist.set_figure>` экземпляр :class:`matplotlib.figure.Figure`
:meth:`fillstyle <matplotlib.lines.Line2D.set_fillstyle>` [‘full’ | ‘left’ | ‘right’ | ‘bottom’ | ‘top’ | ‘none’]
:meth:`gid <matplotlib.artist.Artist.set_gid>` строка-идентификатор
:meth:`label <matplotlib.artist.Artist.set_label>` строка или что-либо, что можно распечатать с помощью преобразования ‘%s’
:meth:`linestyle <matplotlib.lines.Line2D.set_linestyle>` или ls [‘solid’ | ‘dashed’, ‘dashdot’, ‘dotted’ | (смещение, последовательность включения/выключения) | ``’-‘`` | ``’–’`` | ``’-.’`` | ``’:’`` | ``’None’`` | ``’ ‘`` | ``’‘``]
:meth:`linewidth <matplotlib.lines.Line2D.set_linewidth>` или lw числовое значение в пунктах
:meth:`marker <matplotlib.lines.Line2D.set_marker>` :mod:`Правильный стиль маркера <matplotlib.markers>`
:meth:`markeredgecolor <matplotlib.lines.Line2D.set_markeredgecolor>` или mec любой цвет matplotlib
:meth:`markeredgewidth <matplotlib.lines.Line2D.set_markeredgewidth>` или mew числовое значение в пунктах
:meth:`markerfacecolor <matplotlib.lines.Line2D.set_markerfacecolor>` или mfc любой цвет matplotlib
:meth:`markerfacecoloralt <matplotlib.lines.Line2D.set_markerfacecoloralt>` или mfcalt любой цвет matplotlib
:meth:`markersize <matplotlib.lines.Line2D.set_markersize>` или ms число
:meth:`markevery <matplotlib.lines.Line2D.set_markevery>` [None | int | пара чисел из int | срез | список/массив из int | число с плавающей точкой | пара чисел с плавающей точкой]
:meth:`path_effects <matplotlib.artist.Artist.set_path_effects>` неизвестно
:meth:`picker <matplotlib.lines.Line2D.set_picker>` числовое расстояние в пунктах или вызываемая функция выбора ``fn(artist, event)``
:meth:`pickradius <matplotlib.lines.Line2D.set_pickradius>` числовое расстояние в пунктах
:meth:`rasterized <matplotlib.artist.Artist.set_rasterized>` [True | False | None]
:meth:`sketch_params <matplotlib.artist.Artist.set_sketch_params>` неизвестно
:meth:`snap <matplotlib.artist.Artist.set_snap>` неизвестно
:meth:`solid_capstyle <matplotlib.lines.Line2D.set_solid_capstyle>` [‘butt’ | ‘round’ | ‘projecting’]
:meth:`solid_joinstyle <matplotlib.lines.Line2D.set_solid_joinstyle>` [‘miter’ | ‘round’ | ‘bevel’]
:meth:`transform <matplotlib.lines.Line2D.set_transform>` экземпляр :class:`matplotlib.transforms.Transform`
:meth:`url <matplotlib.artist.Artist.set_url>` строка url
:meth:`visible <matplotlib.artist.Artist.set_visible>` [True | False]
:meth:`xdata <matplotlib.lines.Line2D.set_xdata>` массив 1D
:meth:`ydata <matplotlib.lines.Line2D.set_ydata>` массив 1D
:meth:`zorder <matplotlib.artist.Artist.set_zorder>` любое число
===================================================================================== ===============================================================================================================================================
-
© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.1.0/api/_as_gen/matplotlib.axes.Axes.semilogy.html