Spec-Zone.ru › Matplotlib 3.3

mpl_toolkits.axisartist.grid_finder.GridFinder

class mpl_toolkits.axisartist.grid_finder.GridFinder(transform, extreme_finder=None, grid_locator1=None, grid_locator2=None, tick_formatter1=None, tick_formatter2=None) [source]

Основывается на object

преобразование : преобразование из координат изображения (которые будут transData осей к мировым координатам.

или преобразование = (преобразование_xy, обратное_преобразование_xy)

locator1, locator2 : локализатор сетки для 1-й и 2-й оси.

__dict__ = mappingproxy({'__module__': 'mpl_toolkits.axisartist.grid_finder', '__init__': <function GridFinder.__init__>, 'get_grid_info': <function GridFinder.get_grid_info>, '_get_raw_grid_lines': <function GridFinder._get_raw_grid_lines>, '_clip_grid_lines_and_find_ticks': <function GridFinder._clip_grid_lines_and_find_ticks>, 'update_transform': <function GridFinder.update_transform>, 'update': <function GridFinder.update>, '__dict__': <attribute '__dict__' of 'GridFinder' objects>, '__weakref__': <attribute '__weakref__' of 'GridFinder' objects>, '__doc__': None})
__init__(self, transform, extreme_finder=None, grid_locator1=None, grid_locator2=None, tick_formatter1=None, tick_formatter2=None) [source]

преобразование : преобразование из координат изображения (которые будут transData осей к мировым координатам.

или преобразование = (преобразование_xy, обратное_преобразование_xy)

locator1, locator2 : локализатор сетки для 1-й и 2-й оси.

__module__ = 'mpl_toolkits.axisartist.grid_finder'
__weakref__

список слабых ссылок на объект (если определён)

get_grid_info(self, x1, y1, x2, y2) [source]
lon_values, lat_valueslist of grid values. if integer is given,
приблизительное количество сеток в каждом направлении.
update(self, **kw) [source]
update_transform(self, aux_trans) [source]

Примеры использования mpl_toolkits.axisartist.grid_finder.GridFinder

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.3.3/api/_as_gen/mpl_toolkits.axisartist.grid_finder.GridFinder.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API