Results 1 to 5 of 5

Thread:

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Get a Mac moridinbg's Avatar
    Join Date: Dec:2004
    Location: 0x00000000
    Posts: 4,211

    , , , ( ) . ? -?



  2. #2

    Join Date: Apr:2006
    Location:
    Posts: 8,666
    php.net:
    PHP Code:

    <?php

    $im 
    imagecreate(19201080);

    $string 'x';

    $bg imagecolorallocate($im255255255);
    $black imagecolorallocate($im000);

    $numpoints TOTAL_NUMBER_OF_POINTS;
    $p_xcoords = array( ARRAY_DATA );
    $p_ycoords = array( ARRAY_DATA );

    // prints a black "X" in from the data
    for ($i 0$i $numpoints$i++)
    {
      
    imagechar($im1$p_xcoords[$i], $p_ycoords[$i], $string$black);
    }

    header('Content-type: image/png');
    imagepng($im);
    imagedestroy($im);

    exit();

    ?>
    , . $p_xcoords $p_ycoords , - 1920 1080 ( x y ). css.

    ARRAY_DATA , x y, .
    TOTAL_NUMBER_OF_POINTS .

    ?
    Last edited by smelkomar; 13th March 2013 at 04:43. Reason: i, pew-pew

  3. #3
    Get a Mac moridinbg's Avatar
    Join Date: Dec:2004
    Location: 0x00000000
    Posts: 4,211
    , . , , .
    x y , , . 2D.

  4. #4

    Join Date: Apr:2006
    Location:
    Posts: 8,666
    Excel , . Chart > XY (Scatter)

  5. #5
    Eclipse Plugin Developer aphex's Avatar
    Join Date: Mar:2003
    Location: Karlsruhe
    Posts: 546
    gnuplot? macports
    We are drowning in information, but starving for knowledge and time!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |