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
plt1 =data(eff_interac) *mapping(:number=>"number", :uV=>"fitted mean amplitude"; color =:condition, col=:ROI) *
(visual(Lines) +visual(Scatter) +mapping(;lower=:lower, upper=:upper) *visual(LinesFill))
draw(plt1)
When I add + mapping(; lower=:lower, upper=:upper) * visual(LinesFill), the Y-axis name "fitted mean amplitude" is not displayed in the plot. Do you have a solution?
Thank you!
The text was updated successfully, but these errors were encountered:
This is more of an issue with AlgebraOfGraphics than Effects...but I believe you could specify the axis to draw into or pass appropriate keyword arguments, e.g.
Hi,
I created a plot as in this example:
Mine looks as following:
When I add
+ mapping(; lower=:lower, upper=:upper) * visual(LinesFill)
, the Y-axis name "fitted mean amplitude" is not displayed in the plot. Do you have a solution?Thank you!
The text was updated successfully, but these errors were encountered: