PDLGraphicsPrima 009

PDLGraphicsPrima 009
  • Downloads: 218
  • Requirements:
  • Size:
  • Licence:
  • Version: 0.09
  • Added At: 2012-11-09
  • Publisher Site:



PDLGraphicsPrima 009

Share

PDL::Graphics::Prima is a plotting interface for creating and exploring 2D data visualizations. The core of this interace is a Plot widget that can be incorporated into Prima applications.SIMPLE SYNOPSIS use PDL::Graphics::Prima::Simple; use PDL;  # Generate some data - a sine curve my $x = sequence(100) / 20; my $y = sin($x);  # Draw a point at each x/y pair: blob_plot($x, $y);  # Draw a line connecting each x/y pair: line_plot($x, $y);  # Draw a histogram: my ($bin_centers, $heights) = $y->hist; hist_plot($bin_centers, $heights); hist_plot($y->hist); # equivalent   # Generate some data - a wavy pattern my $image = sin(sequence(100)/10) + sin(sequence(100)/20)->transpose;  # Generate a greyscale image: matrix_plot($i
PDL::Graphics::Prima is a plotting interface for creating and exploring 2D data visualizations. The core of this interace is a Plot widget that can be incorporated into Prima applications.SIMPLE SYNOPSIS use PDL::Graphics::Prima::Simple; use PDL;  # Generate some data - a sine curve my $x = sequence(100) / 20; my $y = sin($x);  # Draw a point at each x/y pair: blob_plot($x, $y);  # Draw a line connecting each x/y pair: line_plot($x, $y);  # Draw a histogram: my ($bin_centers, $heights) = $y->hist; hist_plot($bin_centers, $heights); hist_plot($y->hist); # equivalent   # Generate some data - a wavy pattern my $image = sin(sequence(100)/10) + sin(sequence(100)/20)->transpose;  # Generate a greyscale image: matrix_plot($i �. you can free download PDLGraphicsPrima 009 now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here






comments powered by Disqus

Download PDLGraphicsPrima 009 _FREE_