Can't add title to mapbox map
I tried to create several maps and saved as png files. In cycle I got all mapes per year. I want to add which year on the map, and I tried title=i and fig.update_layout(title_text=i, title_x=0.5), but it does not work. import plotly.express as px import pandas as pd year = [1980,1981,1983] lat = [60.572959, 60.321403,… Read More Can't add title to mapbox map