OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
195 stars 64 forks source link

Fixed a bug where timeserires report use of fig.circle instead of fig.scatter stopped working in Bokeh 3.4. #1073

Closed robfalck closed 1 month ago

robfalck commented 1 month ago

Summary

Users reported timeseries reports were not displaying correctly. Bokeh 3.4 deprecated the use of fig.circle as a scatter plot in favor of the use of fig.scatter.

Related Issues

None

Backwards incompatibilities

None

New Dependencies

None

coveralls commented 1 month ago

Coverage Status

coverage: 92.247% (-0.2%) from 92.463% when pulling ed022244b51da8cb3ba510d85253a313bb339ef1 on robfalck:bokeh_fix into 8a82d7afe66ff99abc136287bc0ebbcea59eefec on OpenMDAO:master.