Skip to content
Snippets Groups Projects
Commit e6aa6a1d authored by maxvaisto's avatar maxvaisto
Browse files

Fixed main plot title

parent 2e001d07
No related branches found
No related tags found
No related merge requests found
......@@ -176,10 +176,9 @@ def update_density_filter_plot(rating_range, min_reviews, active_tab):
def get_genre_performance_predection_figure(dud, **kwargs):
if "layout" not in kwargs.keys():
kwargs["layout"] = DEFAULT_PLOT_STYLE_DICT | dict(
title="Genre future prediction",
title="Predicted Opportunity Scores for Game Genres",
margin=dict(l=20, r=20,
t=50, b=20)
)
interpolated_colors = load_object_from_file(INTERPOLATED_COLORS_PATH)
opportunities = load_object_from_file(OPPORTUNITIES_PATH)
......
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