View Source LastfmArchive.Livebook (lastfm_archive v1.2.1)
Livebook chart and text rendering.
Summary
Functions
daily_playcounts_per_years(user \\ LastfmClient.default_user(), cache \\ LastfmArchive.Cache.Server)
Returns a list of daily scrobble playcounts and stats per years.
Display user name and total number of scrobbles to archive.
Display faceted dataframe in VegaLite bubble plot showing first play and counts (size, colour).
Display daily playcounts of scrobbles archived in VegaLite heatmaps.
Types
Functions
Link to this function
daily_playcounts_per_years(user \\ LastfmClient.default_user(), cache \\ LastfmArchive.Cache.Server)
View Source@spec daily_playcounts_per_years(user(), module()) :: daily_playcounts()
Returns a list of daily scrobble playcounts and stats per years.
Display user name and total number of scrobbles to archive.
@spec render_first_play_bubble_plot(Explorer.DataFrame.t()) :: VegaLite.t()
Display faceted dataframe in VegaLite bubble plot showing first play and counts (size, colour).
Link to this function
render_playcounts_heatmaps(user \\ LastfmClient.default_user(), opts \\ [], cache \\ LastfmArchive.Cache.Server)
View SourceDisplay daily playcounts of scrobbles archived in VegaLite heatmaps.