Draw A Some XY graphs

Define up to four curves parametrically or explicitly.

X can be:

  • 1..n for a list of points 1,2,3,..,99,100
  • a parametric function f(t) [t**2] with n=5 for an array of x-values giving 0,1,4,9,16
  • or as 0.1,1,1.5,3,7,9,20 for a set of defined set of x-values

    Y can be:

  • a parametric function f(t) [t**2] with n=5 for an array of y-values giving 0,1,4,9,16
  • a function f(x) [log10(x)] with n=5 for an array of y-values giving log10(0),log10(1),log10(4),log10(9)
  • A set of constants 0.1,1,1.5,3,7,9,20 for a set of defined set of x-values.

    Note The X and Y lists must have the same number of values if constants are entered for both

  • [sample output]

    Note: the Adobe SVG plug-in or equivalent is required for this demonstration.

    Graph Info:

    Graph Title
    Graph Sub-Title

    First Line:

    X  Points:
    Y
    Fill Color  Fill Width  Fill Opacity
    Stroke Color  Stroke Width  Stroke Opacity

    Second Line:

    X  Points:
    Y
    Fill Color  Fill Width  Fill Opacity
     Stroke Color  Stroke Width  Stroke Opacity

    Third Line:

    X  Points:
    Y
    Fill Color  Fill Width  Fill Opacity
     Stroke Color  Stroke Width  Stroke Opacity

    Fourth Line:

    X  Points:
    Y
    Fill Color  Fill Width  Fill Opacity
     Stroke Color  Stroke Width  Stroke Opacity

    Image Sizing:

    Plot Origin (x,y)  
    Image Size (width,height)  
    Plot Size (dy,dy)  
    Scale Factors (x,y)  
    Origin Offset in Drawing (ox,oy)  

    Options:


    Show Data Line Vertices 
    Font Size: points  Font Weight:  points  Fill Opacity:   Stroke Opacity:   Stroke Color:   Fill Color: 

    Show X Gridlines 
    Show Y Gridlines 

    Show Gridline Vertices 
    Font Size: points  Font Weight:  points  Fill Opacity:   Stroke Opacity:     Stroke Color:   Fill Color: 

    Graph Background
    Border Stroke Weight: points  Fill Opacity:   Stroke Opacity:     Stroke Color:   Fill Color: 

    Image Colors
    Border Stroke Weight: points  Fill Opacity:   Stroke Opacity:     Stroke Color:   Fill Color: 
    (c) 2000 RO IT Systems, GmgH