You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splines and plot_erp
Fixed:
- #231
- #235
- #225 - this parameter was deprecated at all
- #234
- remove `legend.tellwidth = false` from the plotconfgs - better layout
- #55 and #238
- #216
- #56
- #232
- #172
- #222
- #236
- #205
- partially #94
- #106
- #183
- #141
- #147
Spline plot
- #36 - here we added a new type of plot plot_splines
- knots with dashed line
- subplots for each spline term
- documentation page and config
Also
- system of supportive axis available for users to change
- opportunity to put them into docstrings via substitution
categorical_group = false
gives errorERROR: Dictionaries.IndexError("Dictionary does not contain index: group")
in
So only continuous
group
is accepted.I checked it and realized that in this function from AoG there is no field/index
group
which cause an errorSo it doesn't allow continuous
groups
How to solve it?
The text was updated successfully, but these errors were encountered: