uqfoundation / mystic

constrained nonlinear optimization for scientific machine learning, UQ, and AI
http://mystic.rtfd.io
Other
467 stars 50 forks source link

enable parameter scaling in log plotters #189

Open mmckerns opened 1 year ago

mmckerns commented 1 year ago

Currently, plotting with mystic log_reader (and similar) autoscales, so if two parameters have vastly different scaling, then the best way to scale the parameters is often to split the parameters into multiple plots (one for each scale). It would be better to also have the option to use multiple scales within a single plot.