ecoscope.plotting.plot#

Module Contents#

class ecoscope.plotting.plot.EcoPlotData(grouped, x_col='x', y_col='y', groupby_style=None, **style)#
ecoscope.plotting.plot.ecoplot(data, title='', out_path=None, subplot_height=100, subplot_width=700, vertical_spacing=0.001, annotate_name_pos=(0.01, 0.99), y_title_2=None, layout_kwargs=None, **make_subplots_kwargs)#
ecoscope.plotting.plot.add_seasons(fig, season_df)#
ecoscope.plotting.plot.mcp(relocations)#
ecoscope.plotting.plot.nsd(relocations)#
ecoscope.plotting.plot.speed(trajectory)#
ecoscope.plotting.plot.plot_seasonal_dist(ndvi_vals, cuts, bandwidth=0.05, output_file=None)#