-
1. Re: Binning data for frequency plot, with multiple properties
Shinichiro MurakamiOct 11, 2018 6:59 PM (in response to Scott Ramos)
HI Scott,
Quite a bit troublesome, but here is one idea.
To make Blank column secured, other way than Bin is "missing value" with "date" axis.
Thanks,
Shin
-
property values_SM_10.3.twbx 228.7 KB
-
-
2. Re: Binning data for frequency plot, with multiple properties
Shinichiro MurakamiOct 12, 2018 5:26 PM (in response to Shinichiro Murakami)
Hi, Scott Ramos
Following up.
If you have further questions, please reply here.
If your problem is solved, please mark my answer as correct to close the thread, not from inox but from original post.
Thanks,
Shin
-
3. Re: Binning data for frequency plot, with multiple properties
Scott Ramos Oct 15, 2018 9:31 AM (in response to Shinichiro Murakami)Wow, this is very complex. Let me study what you have done.
Thanks,
Scott
-
4. Re: Binning data for frequency plot, with multiple properties
Scott Ramos Oct 24, 2018 4:05 PM (in response to Shinichiro Murakami)Very clever to use a date variable to emulate bins. Originally, I wanted an ability to modify bin size as well, but 24 bins make an attractive histogram so I am satisfied.
You used string manipulation for "value2" but there is a problem when the trailing decimal is exactly 0. Instead, I just rounded "value" to the nearest tenth and get the same effect.
Yes, troublesome, as you say, but it works! Thanks for your help.
Scott
-
5. Re: Binning data for frequency plot, with multiple properties
Shinichiro MurakamiOct 27, 2018 4:33 PM (in response to Scott Ramos)
HI Scott,
You are welcome.
Thanks
Shin