If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
statistical graphs in ruby
5 posts
• Page 1 of 1
statistical graphs in ruby
I guess this may require ruby, because I don't see an easy way to get it.
Basically - I'd like to print two types of graphs.
1) dots with vertical lines (+/-, like tolerance or range from min to max), optionally ended with some markers on min/max tips. So it would eat 3 correlated arrays of data: min values, mid values and max values.Like:
1,3,2,4
5,7,6,8
10,13,12,11
2) colored zone between two point-to-point graphs (min graph and max graph). This one would eat 2-3 correlated arrays of data. 3rd mid array would just graph point to point line (like average data between min and max). Thus the format of an array would be identical to above example.
Anyone played with such stuff?
Basically - I'd like to print two types of graphs.
1) dots with vertical lines (+/-, like tolerance or range from min to max), optionally ended with some markers on min/max tips. So it would eat 3 correlated arrays of data: min values, mid values and max values.Like:
1,3,2,4
5,7,6,8
10,13,12,11
2) colored zone between two point-to-point graphs (min graph and max graph). This one would eat 2-3 correlated arrays of data. 3rd mid array would just graph point to point line (like average data between min and max). Thus the format of an array would be identical to above example.
Anyone played with such stuff?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: statistical graphs in ruby
Just a quick one...
- Attachments
-
- area_dot_graph.fsm
- (1 KiB) Downloaded 964 times
- KG_is_back
- Posts: 1196
- Joined: Tue Oct 22, 2013 5:43 pm
- Location: Slovakia
Re: statistical graphs in ruby
A good one, just what I need.
Thanks!
Thanks!
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
Re: statistical graphs in ruby
man you're good
thanks KG
thanks KG
- RJHollins
- Posts: 1571
- Joined: Thu Mar 08, 2012 7:58 pm
Re: statistical graphs in ruby
Hey KG, could you add a 4th array (of strings) to one of these graphs, that would be displayed over the max peak? (to display qty of samples)
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Feel free to donate. Thank you for your contribution.
- tester
- Posts: 1786
- Joined: Wed Jan 18, 2012 10:52 pm
- Location: Poland, internet
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 37 guests