Help please!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bram2008
    New Member
    • Jan 2008
    • 13

    Help please!

    I needs example codes to plot a polynomial line or logarithm line.
    Where i can found it?
    Coz i have spent many times to find it, but nothing.
    Thanks before.
  • leoce7
    New Member
    • Aug 2008
    • 8

    #2
    I've generated programs that plot lines (polynomial, linear, exponential ... doesn't matter to a program) real-time by utilizing a picture box. All you need to do is correspond pixels to predetermined grid lines. Actually, this can be done statically or dynamically as it is plotted. You can draw lines, circles, connect lines, etc. using this. It is all pretty straight forward. Some helpful properties would be...

    .forecolor
    .drawstyle
    .drawwidth
    .pset
    .line

    Simply translate your equation into relative pixel definition and then draw a line between the pixels/points.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Why don't you try to write those codes yourself?

      Comment

      Working...