Graph question plot and plot2d

Discussion in 'Algebra' started by VTX1800, Jul 20, 2019.

  1. VTX1800

    VTX1800

    Joined:
    Jul 20, 2019
    Messages:
    1
    Likes Received:
    0
    Guys,
    I had to use plot2d() and plot() commands both with parameters to get a line plot with data point markers.
    Used the rect parameter of plot2d() to scale the axes the way I wanted. Why aren't these plot functions more alike.

    Thanks in advance for any effort to reconcile.
    Ted

    Please see sample code below:

    //Use plot2d() command to graph data with scale limits parameters.
    plot2d(x,y,rect=[Xmin,Ymin,Xmax,Ymax]);

    //Use plot() command to graph data with marker and line parameters.
    plot(x,y,"o-");
     
    VTX1800, Jul 20, 2019
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...