|
contour chart |
Posted by Claude on Aug-12-2014 01:12 |
|
I have a 4 x 16 temperature array sensor and wish to have a chart that mimics the array,
I have tried using a contour chart, but am having several problems.
1. Add gridlines on both axis, but I want the grid spacing equal on both the X and Y axis (Square).
2. I want the color fill area of each Array (the square area that is made by the X and Y gridlines) to Correspond to the color scale.
Perhaps the contour chart is the wrong chart to use.
Your advice would be appreciated
|
Re: contour chart |
Posted by Peter Kwan on Aug-12-2014 02:39 |
|
Hi Claude,
Do you want something like the charts in the following message?
http://www.chartdir.com/forum/download_thread.php?bn=chartdir_support&thread=1365446329
If the above is what you need, but you need the code in your programming language (the code in the above link is written in Python), please let me know which programming language you are using, and whether you are writing a web or desktop application.
Regards
Peter Kwan |
Re: contour chart |
Posted by Peter Kwan on Aug-13-2014 01:26 |
|
Hi Claude,
I have attached an example in ASP.NET / C# for your reference.
Regards
Peter Kwan
|
|