ecoscope.plotting.plot#

Module Contents#

ecoscope.plotting.plot.logger#
class ecoscope.plotting.plot.EcoPlotData(grouped, x_col='x', y_col='y', groupby_style=None, **style)[source]#
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)[source]#
ecoscope.plotting.plot.add_seasons(fig, season_df)[source]#
ecoscope.plotting.plot.collar_event_timeline(relocations, collar_events)[source]#
ecoscope.plotting.plot.mcp(relocations)[source]#
ecoscope.plotting.plot.nsd(relocations)[source]#
ecoscope.plotting.plot.speed(trajectory)[source]#
ecoscope.plotting.plot.plot_collar_voltage(relocations, start_time, extract_fn=extract_voltage, output_folder=None, layout_kwargs=None, hline_kwargs=None)[source]#
ecoscope.plotting.plot.plot_seasonal_dist(ndvi_vals, cuts, bandwidth=0.05, output_file=None)[source]#