ruby - draw filled polygons/rect from dot coordinate list
Posted: Fri Jan 29, 2016 12:25 pm
Hey KG, I guess you can help.
I have following scenario here, which requires slightly different graph than previous ones.
I have series of min, max and avg values. These are frequencies. What I need to get, is a frequency graph (optional: lin/log switchable on x axis), to show audible and null zones in the frequency spectra (x axis). The y axis is reserved for span sizes and avgs, to compare bands, side by side so to speak. Attached image illustrates it.
In arrays I can set it like in previous graphs. array of mins, array of avgs and array of max's.
Can you help with this? (data only, axes are here for aesthetical preview)
BTW, if this is not too complex, 4th array (of strings) could contain a series of values, displayed centrically over each bar (that would be qty of samples).
I have following scenario here, which requires slightly different graph than previous ones.
I have series of min, max and avg values. These are frequencies. What I need to get, is a frequency graph (optional: lin/log switchable on x axis), to show audible and null zones in the frequency spectra (x axis). The y axis is reserved for span sizes and avgs, to compare bands, side by side so to speak. Attached image illustrates it.
In arrays I can set it like in previous graphs. array of mins, array of avgs and array of max's.
Can you help with this? (data only, axes are here for aesthetical preview)
BTW, if this is not too complex, 4th array (of strings) could contain a series of values, displayed centrically over each bar (that would be qty of samples).