[scilab-Users] Polar Chart

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Thu Apr 29 19:41:58 CEST 2010


Hi,
----- Message d'origine -----
De : vladimir.rodriguez at reduc.edu.cu
Date : 29/04/2010 18:01:
> --------Sorry about last subject ---------
> Hi, I need to plot a polar chart. I have three values per point, radius, angle
> and "Intensity".  I want the third value to be represented by a color in a polar
> plane.
> I wonder which is the function I must use.
>   
As far as i know, there is no such built-in function in Scilab.
The nearest one is polarplot(), if you need to get the polar frame in 
the background.
Else, result of plot2d() may be easier to handle and customize.
Anyway, you will  have to add some lines of code to customize the plot 
afterwards.

Regards
Samuel




More information about the users mailing list