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 SimViewer configuration option to use log scale for y-axis #108

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

nathan-hess
Copy link
Owner

@nathan-hess nathan-hess commented Oct 24, 2023

Major Changes and Improvements

  • Adds new option to SimViewer GUI to plot simulation results with a logarithmic scale on the y-axes
  • Tick numbering on the y-axes of SimViewer plots now uses floating-point numbers or scientific notation, avoiding displaying numbers as $2\mu$ (to represent $2*10^{-6}$) as this can be confusing

Notes and References

@nathan-hess nathan-hess added enhancement New feature or request plotting Functions for generating plots gui Updates to graphical user interface tools labels Oct 24, 2023
@nathan-hess nathan-hess self-assigned this Oct 24, 2023
@nathan-hess nathan-hess marked this pull request as draft October 24, 2023 18:39
@codecov
Copy link

codecov bot commented Oct 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.738%. Comparing base (bf95280) to head (a9095c5).
Report is 27 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #108   +/-   ##
=========================================
  Coverage   98.738%   98.738%           
=========================================
  Files           27        27           
  Lines         1982      1982           
=========================================
  Hits          1957      1957           
  Misses          25        25           

@nathan-hess nathan-hess marked this pull request as ready for review October 24, 2023 18:56
@nathan-hess nathan-hess merged commit 8992348 into main Oct 24, 2023
19 checks passed
@nathan-hess nathan-hess deleted the simviewer-y-log-scale branch October 24, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gui Updates to graphical user interface tools plotting Functions for generating plots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant