Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.006 Times

Graph Scatter Plot software
Filter: All | Freeware | Demo
 

Graph Scatter Plot

1 2 3 4 5 > 
Added: May 15, 2013 | Visits: 437

lscatter : scatter plot with labels instead of markers Like Matlab's scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers. lscatter(x,y,l)generates a scatter plot where label{i} is placed at the coordinate (x(i),y(i)), for all i.The program... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): lscatter : scatter plot with labels instead of markers Download

Released: January 12, 2012  |  Added: February 04, 2012 | Visits: 1.502

Bubble Maps Software Bubble maps software does scatter plot and circle charts in Excel, useful for advanced business analysis. Excel provides the ability to draw bubble maps and scatter plots, but they are less refined than a bubble map you can make with the Smart Bubble Charts software. In Excel: (1) Chart... Platforms: Windows

License: Shareware Cost: $54.65 USD Size: 16.32 MB Download (126): Bubble Maps Software Download

Released: June 06, 2004  |  Added: January 24, 2006 | Visits: 3.192

xyExtract Graph Digitizer The "xyExtract" software is used for to extract data from a 2D graph (orthogonal and nonorthogonal axes) contained in a graphic file (scanned, PDF document or in a some file like gif, jpg, etc). The graphic file must be saved in a bitmap file. Then, the "xyExtract" converts the graph back to xy...

License: Shareware Cost: $25.00 USD Size: 450 KB Download (771): xyExtract Graph Digitizer Download

Added: July 30, 2013 | Visits: 405

PhotoShop Scatter This script takes advantage of Matlabs links with Photoshop to create a 2d transparent scatter plot of your data, which, I believe is not possible at present in Matlab. Although rasterization is not ideal, you can specify any image size in pixels (and point size) with this function. You can also... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): PhotoShop Scatter Download

Added: June 17, 2013 | Visits: 318

Dot plot rather than scatter plot Give a dot plot for one data group. It could rerun the function by changing the 'data' and 'groupNum' for multi-group. It should run the function one times for each group, and they will show in the same diagram. The dot plot could also combine with box plot. Syntax dotPlot_xtr( data )... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Dot plot rather than scatter plot Download

Added: March 26, 2013 | Visits: 315

color dot plot Color Scatter Plot for random data point visualization. It mimics a continuous 2D probability distribution.coldotplot(x,y,s0,Ad) creates at scatterplot with dots of sizes that correspond to their density in the swarm of points. The larger dots will also have a more "hot" color in the dense... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): color dot plot Download

Added: August 23, 2008 | Visits: 1.008

Fornux Calculator Student Edition Compute simple arithmetic to high-precision calculations (up to 60 digits), render beautiful 2D/3D graphics and histogram/scatter plot quickly with smart formatting, trace your graphic coordinates and send professional reports in seconds. Enter your data as a vector, fraction, any angle,... Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 2.23 MB Download (104): Fornux Calculator Student Edition Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 408

TableView TableView is a small, simple application specially designed to help you with the visualization of genomic data. TableView can present data in spreadsheet format, which lets you sort, copy and paste rows, etc. It also lets you view scatter plots comparing columns in the spreadsheet. And when... Platforms: Windows

License: Freeware Download (411): TableView Download

Added: March 29, 2013 | Visits: 262

Binned Scatter Plot With the default settings, BINNED_PLOT(X,Y) splits vector X into bins of approximately equal size, and plots each median against the median of the corresponding Y-values, as well as their inter-quartile range. X and Y must have the same number of rows or columns.This is useful to visualize... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Binned Scatter Plot Download

Added: June 03, 2013 | Visits: 362

bubbleplot x-y scatter plot with plot symbol size proportional to magnitude of z. Scale factor enables symbol size continuity when overplotting with subsequent datasets using a different color. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (44): bubbleplot Download

Added: June 11, 2013 | Visits: 323

Colored line or scatter plot plots a 2-D "line" with c-data as colorMakes a surface object and the colouring is controlled by the colormap.Examples:x = 0:0.1:2*pi;color_line(x,sin(x),sin(x))color_line(x,cos(x),cos(x),'*') Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Colored line or scatter plot Download

Added: June 16, 2013 | Visits: 799

scatplot % Draws a scatter plot with a colorscale% representing the data density computed% using three methods%% INPUT VARIABLES:% x,y - are the data points% method - is the method used to calculate data densities:% 'circles' - uses circles with a determined area% centered at each data point% 'squares' -... Platforms: Matlab

License: Freeware Size: 10 KB Download (71): scatplot Download

Added: September 07, 2013 | Visits: 725

Views Charts About the ProjectProvides a "charts" style output for Views module so you can render result-set not just as text (list, tabular) but as pie-chart, bar-chart, scatter-plot etc.DC DrupalCon '09 Presentationhttp://vimeo.com/5306364Dependencies * Views 2 * Charts and GraphsSuggested modules * Views... Platforms: PHP

License: Freeware Size: 10 KB Download (46): Views Charts Download

Added: July 30, 2013 | Visits: 507

Passing and Bablok regression Passing & Bablok described this procedure in the 1983.This procedure is ideal if you want to compare 2 different methods (instrument) which measure the same chemical analyte in the same sample.Classical linear regression method assume that variables X and Y are normal distributed and with a... Platforms: Matlab

License: Freeware Size: 583.68 KB Download (44): Passing and Bablok regression Download

Added: September 03, 2010 | Visits: 2.150

SVG::Graph SVG::Graph is a Perl module to visualize your data in Scalable Vector Graphics (SVG) format. SYNOPSIS use SVG::Graph; use SVG::Graph::Data; use SVG::Graph::Data::Datum; #create a new SVG document to plot in... my $graph = SVG::Graph->new(width=>600,height=>600,margin=>30); #and create... Platforms: *nix

License: Freeware Size: 88.06 KB Download (151): SVG::Graph Download

Released: September 12, 2012  |  Added: September 12, 2012 | Visits: 708

DataScene Professional DataScene Professional is a scientific application that helps you design graphs and graph animation. It is also capable to perform data analysis, curve fitting, and data monitoring. It allows the user to easily plot 2D & 3D graphs (Area, Bar, Pie, Line, Surface, Ploar, and more), to manipulate,... Platforms: Windows

License: Freeware Download (459): DataScene Professional Download

Added: August 13, 2013 | Visits: 460

2d and 3d GUI example plot with names and classes Since I have to do a lot of plots after doing PCA on my data I?ve written this small ?programs? using GUIDE .=>Fastplot button uses plot command and can be used in combination with removepoint (code of this function is a small modification of removepoint made by Jean-Luc Dellis) for doing... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (52): 2d and 3d GUI example plot with names and classes Download

Released: June 06, 2004  |  Added: July 17, 2006 | Visits: 5.472

LAB Fit Curve Fitting Software The LAB Fit is a software for Windows developed for treatment and analysis of experimental data. At LABFit program you are able to: 1) Treat similar data; 2) Treat non-similar data; 3) Determine propagated error; 4) Plot 2D and 3D graph; 5) Execute math calculations (system of equations, roots of... Platforms: Windows, Windows CE

License: Shareware Cost: $60.00 USD Size: 2.96 MB Download (787): LAB Fit Curve Fitting Software Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 578

Origin 8.6 SR Origin is a software application with tools for data analysis, publication-quality graphing, and programming. Visit our Top Features page to find out what's new in the latest version. Data Analysis Origin contains powerful tools for all of your analytic needs, including peak analysis, curve... Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 369 MB Download (49): Origin 8.6 SR Download

Added: May 10, 2013 | Visits: 770

PHPLOT 5.0RC3 PHPLOT is a graph library for dynamic scientific, business, and stock-market charts. It includes Pie, Bar, Line, Area, Point and combination plots. Features:- Scalings: Log-log, text-log, text-linear, linear-linear linear-log, log-linear - TTF and Non-TTF fonts - Moving Averages (subclass _data)... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): PHPLOT 5.0RC3 Download

1 2 3 4 5 >