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
julia>compute_dominant_freq(1006)
EasyFFT with 504 samples.
Dominant component(s): ╷
Frequency │ Magnitude
╺━━━━━━━━━━━━━┿━━━━━━━━━━━━━╸
100.4 │ 0.75522
On the line with "Dominant component(s):", there is a little bar. I am not sure how to remove it. We use PrettyTables for printing, implemented as shown below:
I am so sorry, I must have mixed up Term and PrettyTables in my mind!
But since you are here: do you think that both packages are equally suited for the sole purpose of printing a pretty table when showing a custom struct? Or do you feel like one is superior for whatever reason?
Example output:
On the line with "Dominant component(s):", there is a little bar. I am not sure how to remove it. We use PrettyTables for printing, implemented as shown below:
Tagging @ronisbr as someone who might know what causes the visual bug.
The text was updated successfully, but these errors were encountered: