Perseus
    Preparing search index...

    Type Alias PerseusInteractionParametricElementOptions

    type PerseusInteractionParametricElementOptions = {
        color: string;
        rangeMax: string;
        rangeMin: string;
        strokeDasharray: string;
        strokeWidth: number;
        x: string;
        y: string;
    }
    Index

    Properties

    color: string

    The color of the stroke. e.g. #6495ED

    rangeMax: string

    The range of points to end plotting

    rangeMin: string

    The range of points to start plotting

    strokeDasharray: string

    If the function stroke has a dash, what is it? options: "", "-", "- ", ".", ". "

    strokeWidth: number

    The thickness of the stroke

    x: string

    The function for the X coordinate. e.g. "\cos(t)"

    y: string

    The function for the Y coordinate. e.g. "\sin(t)"