dsgp4.plot.plot_tles#
- dsgp4.plot.plot_tles(tles, file_name=None, figsize=(36, 18), show=True, axs=None, return_axs=False, log_yscale=False, *args, **kwargs)#
This function takes a list of tles as input and plots the histograms of some of their elements.
Parameters:#
tles (
list): list of tles, where each element is adsgp4.tle.TLEobject. file_name (str): name of the file (including path) where the plot is to be saved. figsize (tuple): figure size. show (bool): if True, the plot is shown. axs (numpy.array): array of AxesSubplot objects. return_axs (bool): if True, the function returns the array of AxesSubplot objects. log_yscale (bool): if True, the y-scale is logarithmic. args: additional arguments to be passed to the hist function. kwargs: additional kwarguments to be passed to the hist function.Returns:#
numpy.array: array of AxesSubplot objects