DescriptionEllipse gradient.svg English: Linear gradient example Date 11 December 2016 Source http://www.w3schools.com/graphics/svg_grad_linear.asp Author...
back ellipses sphere.add(doc.path(d=ellipse_path(0, 0, tilt), stroke_dasharray=dash, stroke=col)) # horizontal back sphere.add(doc.path(d=ellipse_path(pi/2...
ellipses sphere.add(doc.path(d=ellipse_path(0, 0, tilt, True))) sphere.add(doc.path(d=ellipse_path(pi/2, phi, tilt))) sphere.add(doc.path(d=ellipse_path(pi/2...
................................................................1 About SVG............................................................................
= cos(a) * y + sin(a) * z, cos(a) * z - sin(a) * y return x, y, z def ellipse_path(theta, phi, tilt, flip=False): t, p, r2 = to_theta_phi_r(*rotx(*(to_xyz(theta...
stroke='none')) # disk grad = doc.defs.add(doc.linearGradient(id='grad', start=('0%',0), end=('100%',0), gradientUnits='objectBoundingBox')) grad.add_stop_color(offset=0...
stroke_linejoin='bevel')) disk.add(doc.ellipse(center=(0, 0), r=(rx, ry), fill='#d8d8d8')) disk.add(doc.ellipse(center=(0, 0), r=(2, 2.0*v), fill='black'))...
DescriptionGradient of potential.svg English: gradient of potential in the 2D plane. Directional derivative of the scalar field outlines a circle Date...
DescriptionNumerical method for finding gradient of 2D scalar field (potential).svg English: Numerical method for finding gradient of 2D scalar field (potential)...
field of a planet (orange). The trajectories are one parabola and one ellipse, respectively. The graphical representation is accurately computed using...