phystricks
Classes | Namespaces | Functions
Constructors.py File Reference

Classes

class  phystricks.src.Constructors.ObliqueProjection
 

Namespaces

 phystricks.src.Constructors
 

Functions

def phystricks.src.Constructors.BoundingBox (P1=None, P2=None, xmin=1000, xmax=-1000, ymin=1000, ymax=-1000, parent=None, mother=None, math=False)
 
def phystricks.src.Constructors.Point (x, y)
 
def phystricks.src.Constructors.PolarPoint (r, theta)
 
def phystricks.src.Constructors.Segment (A, B=None, vector=None)
 
def phystricks.src.Constructors.PolarSegment (P, r, theta)
 
def phystricks.src.Constructors.AffineVector (A=None, B=None)
 
def phystricks.src.Constructors.Vector (A, B=None)
 
def phystricks.src.Constructors.Circle (center, radius, angleI=0, angleF=360, visual=False, pspict=None)
 
def phystricks.src.Constructors.CircleOA (O, A)
 
def phystricks.src.Constructors.CircleAB (A, B)
 
def phystricks.src.Constructors.CircularSector (center, radius, a, b)
 
def phystricks.src.Constructors.FractionPieDiagram (center, radius, a, b)
 
def phystricks.src.Constructors.Mark (graph=None, dist=None, angle=None, central_point=None, text="", mark_point=None, position=None, pspict=None)
 
def phystricks.src.Constructors.AngleAOB (A, O, B, r=None)
 
def phystricks.src.Constructors.Angle (A, O, B, r=None)
 
def phystricks.src.Constructors.phyFunction (fun, mx=None, Mx=None)
 
def phystricks.src.Constructors.ParametricCurve (f1, f2, interval=(None, None))
 
def phystricks.src.Constructors.NonAnalyticPointParametricCurve (f, mx, Mx)
 
def phystricks.src.Constructors.InterpolationCurve (points_list, context_object=None, mode=None)
 
def phystricks.src.Constructors.MeasureLength (seg, dist=0.1)
 
def phystricks.src.Constructors.CustomSurface (args)
 
def phystricks.src.Constructors.RightAngle (d1, d2, n1=0, n2=1, r=0.3)
 
def phystricks.src.Constructors.RightAngleAOB (A, O, B, n1=0, n2=1, r=0.3)
 
def phystricks.src.Constructors.PolarCurve (fr, ftheta=None)
 
def phystricks.src.Constructors.LagrangePolynomial (args)
 
def phystricks.src.Constructors.HermiteInterpolation (points_list)
 
def phystricks.src.Constructors.Polygon (args)
 
def phystricks.src.Constructors.Rectangle (args, arg)
 
def phystricks.src.Constructors.Circle3D (op, O, A, B, angleI=0, angleF=2 *pi)
 
def phystricks.src.Constructors.Vector3D (x, y, z)
 
def phystricks.src.Constructors.Cuboid (op, P, a, b, c)
 
def phystricks.src.Constructors.Grid (bb)
 
def phystricks.src.Constructors.Axes (C, bb, pspict=None)
 
def phystricks.src.Constructors.SingleAxe (C, base, mx, Mx, pspict=None)
 
def phystricks.src.Constructors.intervals (curve1, curve2, interval, interval1, interval2)
 
def phystricks.src.Constructors.SurfaceBetweenParametricCurves (curve1, curve2, interval=None, interval1=None, interval2=None, reverse1=False, reverse2=True)
 
def phystricks.src.Constructors.SurfaceUnderFunction (f, mx, Mx)
 
def phystricks.src.Constructors.SurfaceBetweenFunctions (f1, f2, mx=None, Mx=None)
 
def phystricks.src.Constructors.extract_interval_information (curve)
 
def phystricks.src.Constructors.SudokuGrid (question, length=1)
 
def phystricks.src.Constructors.phyMatrix (nlines, ncolumns)
 
def phystricks.src.Constructors.EllipseOAB (O, A, B)
 
def phystricks.src.Constructors.BarDiagram (X, Y)
 
def phystricks.src.Constructors.Histogram (tuple_box_list, legende=None)
 
def phystricks.src.Constructors.BoxDiagram (values, h, delta_y=0)
 
def phystricks.src.Constructors.Moustache (minimum, Q1, M, Q3, maximum, h, delta_y=0)
 
def phystricks.src.Constructors.ImplicitCurve (f, xrange, yrange, plot_points=100)
 
def phystricks.src.Constructors.Text (P, text, hide=True)
 
def phystricks.src.Constructors.VectorField (fx, fy, xvalues=None, yvalues=None, draw_points=None)