|
XY chart only colored markers |
Posted by Marco on Dec-16-2015 19:11 |
|
Hi!
I want to create a similar chart attached image.
Can someone help me?
Tks
Marco
|
Re: XY chart only colored markers |
Posted by Peter Kwan on Dec-17-2015 00:27 |
|
Hi Marco,
You can use one or more scatter layers with circular symbols to create the chart.
If the colors of the symbols can be randomly distributed, you can use 3 scatter layers, one
for symbols of a certain color.
If the colors of the symbols are based on the x-coordinates, that is, the color is red if the
x-coordinate is less than a certain value, etc., you can also use one single scatter layer for
all the symbols, and use an x-zone color (a color which changes based on the x-
coordinates) as the symbols color.
For the x-axis labels, you can set them to transparent so you would only see the y-axis
labels. The grid lines can also be set to transparent.
If you need further help, please let me know which programming language you are using. I
can create a simple example for you.
Regards
Peter Kwan |
Re: XY chart only colored markers |
Posted by Marco on Dec-18-2015 20:33 |
|
Hi Peter!
Thank you for the explanation.
I use PHP 5.6.8 (32).
I am developing a new product for the company that work and found their api which is
very good for graphing, he very satisfied, though, is still learning.
Thank you!
Marco
PS: My apologies for my bad English. |
Re: XY chart only colored markers |
Posted by Peter Kwan on Dec-19-2015 05:01 |
|
Hi Marco,
Attached please find an example in PHP that I tried to emulate the essential features of
your chart.
Hope this can help.
Regards
Peter Kwan
|
Re: XY chart only colored markers |
Posted by Marco on Dec-21-2015 20:08 |
|
Hi Peter!
Thank you!
I will adapt your code in my application.
I'm learning a lot from his example.
Thank you! |
|