moorepants / BicycleParameters

Calculates the geometry, masses, centers of mass, and the moments of inertia of the bicycle rider system.
https://bicycleparameters.readthedocs.io
Other
38 stars 20 forks source link

Adds a slider to control the Y axis limits on the eigenvalue vs speed plot in the Dash app #84

Closed agao25 closed 1 year ago

agao25 commented 3 years ago

This resolved the syntax error and added the y range details to eigen_plot. When I ran the app locally, the new slider showed up and was functioning.

moorepants commented 3 years ago

Here is the current app: image

I think that your slider should be the same size as the existing slider and go in that empty spot above the existing one.

agao25 commented 3 years ago

Sounds good, I will try to modify the slider!