Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plot method to TransformBase #92

Merged
merged 1 commit into from Mar 14, 2024
Merged

Add plot method to TransformBase #92

merged 1 commit into from Mar 14, 2024

Conversation

schmoelder
Copy link
Contributor

This PR adds a method to plot the parameter transform

from CADETProcess.transform import NormLinearTransform

lin_transform = NormLinearTransform(0.3, 0.6)
lin_transform.plot()

from CADETProcess.transform import NormLogTransform

log_transform = NormLogTransform(1e-10, 1e-6)
log_transform.plot(use_log_scale=True)
log_transform.plot(use_log_scale=False)

@schmoelder schmoelder merged commit ebc7dfe into dev Mar 14, 2024
5 checks passed
@schmoelder schmoelder deleted the add_transform_plot branch March 14, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant