Код: Выделить всё
import plotly.express as px
df_temp = df_temp[df_temp.date_str.isin(selected_dates)]
fig = px.line(df_temp, x='trialID', y='reaction_time', color='date_str', markers=True,
title=f'Graph2. Intervention status: {status}')
Код: Выделить всё
TypeError: line() got an unexpected keyword argument 'markers'
Подробнее здесь: https://stackoverflow.com/questions/702 ... nt-markers
Мобильная версия