<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black; background-color:white">
Hermes<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black; background-color:white">
For the second question, use email program with html format.<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black; background-color:white">
Regards<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black; background-color:white">
Rafael<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black; background-color:white">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> users <users-bounces@lists.scilab.org> on behalf of Hermes <herozigle@gmail.com><br>
<b>Sent:</b> Wednesday, September 27, 2017 10:28:55 PM<br>
<b>To:</b> users@lists.scilab.org<br>
<b>Subject:</b> Re: [Scilab-users] Plot Heart Curve in Scilab</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Rafa,<br>
Here I present the task solved:<br>
//start of code<br>
nx=300;<br>
ny=200;<br>
X0=linspace(-1.2,1.2,nx);<br>
Y0=linspace(-1.5,2,ny);<br>
X=X0.*.ones(ny,1);<br>
Y=(Y0.*.ones(nx,1))';<br>
Z=(1.25*Y-sqrt(abs(X))).^2+X.^2-1;<br>
clf()<br>
a=gca();<br>
a.x_label.text="X";<br>
a.y_label.text="Y";<br>
contour(X0,Y0,Z',[0,0]);<br>
*Polyline=a.children.children(1)<br>
Polyline.fill_mode="on";<br>
Polyline.foreground=5;<br>
Polyline.background=5;<br>
Polyline.thickness=2;*<br>
a.view="2d";<br>
//end code<br>
<br>
Two questions:<br>
in the Helps of Scilab, where can I find the hierarchy trees for the graphic<br>
objects?<br>
How do I copy from SciNote to the Forum scripts and maintain the format of<br>
it?<br>
Thank you<br>
Hermes<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html">
http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html</a><br>
_______________________________________________<br>
users mailing list<br>
users@lists.scilab.org<br>
<a href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a><br>
</div>
</span></font>
</body>
</html>