Skip to content
Snippets Groups Projects
Commit f9fba202 authored by Sergei Panarin's avatar Sergei Panarin
Browse files

commented out get plot function, as it causes issues on my end, uncomment if needed

parent 2791e87e
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ def plot_genre_plot(dict_data: object, genre: object) -> object:
plt.scatter(dict_data[genre]["release_date"], dict_data[genre]["owners"])
plt.show()
# uncomment if needed
"""
# Plots the release date against owners
def get_genre_plot(dict_data: object, genre: object, style: Dict[Any] = None) -> object:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment