You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand how this code works and how I can modify it for a different need.
I have my histogram data in the same form as outputted from the histogram function
dir_edges, var_bins, table = histogram(direction, var, bins, nsector, normed, blowto)
Is there a way to create the plots from this information? Maybe I need a separate function to prepare the data for the plot?
The text was updated successfully, but these errors were encountered:
I'm trying to understand how this code works and how I can modify it for a different need.
I have my histogram data in the same form as outputted from the histogram function
dir_edges, var_bins, table = histogram(direction, var, bins, nsector, normed, blowto)
Is there a way to create the plots from this information? Maybe I need a separate function to prepare the data for the plot?
The text was updated successfully, but these errors were encountered: