You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plotting a frequency response it is common to provide the frequency on the x-axis and the gain on the y-axis. A frequency response should be logarithmic as it mimics the way that humans perceive frequency.
The text was updated successfully, but these errors were encountered:
Summary
Allow X-Axis to be a logarithmic scale
API Changes
Introduce additional options to the xaxis configuration:
This should mirror the current y-axis implementation
Sample Use
xaxis: { categories: frequency, logarithmic: true, logBase: 10 }
Intended Use Case
Plotting a frequency response it is common to provide the frequency on the x-axis and the gain on the y-axis. A frequency response should be logarithmic as it mimics the way that humans perceive frequency.
The text was updated successfully, but these errors were encountered: