Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gap for legend in plot_erp #231

Closed
vladdez opened this issue Aug 16, 2024 · 1 comment
Closed

gap for legend in plot_erp #231

vladdez opened this issue Aug 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@vladdez
Copy link
Collaborator

vladdez commented Aug 16, 2024

plot_erp( res_effects2; mapping = (; color = :continuous, group = :continuous), categorical_color = false, )

will create something like
image

checking that no categorical variable will be used in mapping will solve it

@vladdez vladdez added the bug Something isn't working label Aug 16, 2024
@vladdez
Copy link
Collaborator Author

vladdez commented Sep 12, 2024

fixed in #237

@vladdez vladdez closed this as completed Sep 12, 2024
vladdez added a commit that referenced this issue Sep 24, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant