matplotlib.pyplot.semilogy
-
matplotlib.pyplot.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 | кортеж длиной 2 из целых чисел | срез | список/массив целых чисел | число с плавающей точкой | кортеж длиной 2 из чисел с плавающей точкой]
:meth:`path_effects <matplotlib.artist.Artist.set_path_effects>` неизвестно
:meth:`picker <matplotlib.lines.Line2D.set_picker>` расстояние в пунктах или вызываемая функция выбора ``fn(художник, событие)``
: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>` одномерный массив
:meth:`ydata <matplotlib.lines.Line2D.set_ydata>` одномерный массив
: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.pyplot.semilogy.html