cctbx / cctbx_project

Computational Crystallography Toolbox
https://cci.lbl.gov/docs/cctbx
Other
210 stars 111 forks source link

Join cols with `apply`+`astype` instead of `agg` to change type #864

Closed Baharis closed 1 year ago

Baharis commented 1 year ago

This pull request fixes a minor issue with drift plotter, which caused the plotting to fail whenever a joined label was requested due to a type mismatch. It also adds some suggested plotting style capabilities. Saving as PR instead of a direct master commit because the current master does not pass the tests.