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
Hi,
I cannot run some of the example code in plotly.rs.book. I find all the .title(Title::new("balabala") should be adjusted to .title(Title::with_text("balabala") in order to run the examples successfully.
Besides, .side(Side::Right), must be adjusted to .side(AxisSide::Right), too.