pylupnt.plot.Plot3D¶
- class pylupnt.plot.Plot3D(azim=-60, elev=30, figsize=(10, 10))¶
- __init__(azim=-60, elev=30, figsize=(10, 10))¶
- check_occultation(data)¶
- plot(data, *args, mask=False, **kwargs)¶
Plot Cartesian coordinates
- plot_surface(name, offset=array([0, 0, 0]), adjust_axis=True, limit=None, scale=3)¶
- plot_visible(azimuth, elev)¶
- rotate(event)¶
- scatter(data, mask=False, *args, **kwargs)¶
Plot Cartesian coordinates
- set_labelpad(padx: int, pady: int, padz: int) None ¶
- set_labels(x: str, y: str, z: str) None ¶
- set_lims(xlims: tuple, ylims: tuple, zlims: tuple, equal=True) None ¶
- set_pane_color(color: tuple) None ¶
- set_tick_multiplier(factor: int) None ¶
- set_tickpad(pad: int) None ¶
- set_ticks(x: list, y: list, z: list) None ¶
- ax: Axes¶
- fig: Figure¶
- name: str¶
- plots: list¶
- scatters: list¶