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.401.612 Times

Scatter Plot Project software
Filter: All | Freeware | Demo
 

Scatter Plot Project

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

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.496

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

Added: July 30, 2013 | Visits: 401

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: 313

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: 314

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: September 07, 2013 | Visits: 722

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: August 23, 2008 | Visits: 1.005

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: 406

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: 259

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: 361

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: 321

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: 794

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: August 13, 2013 | Visits: 458

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

Added: May 01, 2013 | Visits: 261

Bland Altman Plots. Andrea Padoan, Dicember 2008 INPUT:3 columns array.column1 (the left): sample ID or sample numbercolumn2 and column3: instrument1 and instrument 2 outoutGRAPH OUTPUT:Bland Altman scatter plot with mean difference line and +-2 SD lines.CONSOLE OUTPUT:diffmean = mean of the difference (the same you see in plot)sdev = standard...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Bland Altman Plots. Andrea Padoan, Dicember 2008 Download

Added: April 17, 2013 | Visits: 351

SCATTERCLOUD SCATTERCLOUD creates a scatterplot from X and Y data sets, and overlays it on top of a density plot of the same data.From the help: SCATTERCLOUD display density of scatter dataSCATTERCLOUD(X,Y) creates a scatterplot of X and Y, displayed over a surface representing the smoothed density of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): SCATTERCLOUD Download

Added: April 11, 2013 | Visits: 249

plotclr This function is similar to MATLAB's own scatter3 routine. PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot at the locations specified in the vectors X and Y. The current colormap of the figure is used for the color code.Improvement from function plotc.m.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): plotclr Download

Added: April 24, 2013 | Visits: 325

color coded 2D scatterplot This function is similar to MATLAB's own scatter3 routine. PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot at the locations specified in the vectors X and Y. The current colormap of the figure is used for the color code.This function is an improvement (faster) from...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): color coded 2D scatterplot Download

Added: April 12, 2013 | Visits: 441

KML content type ct_gearth is a new content type based on the Google Earth API. Users can attach .kml files to a node (with upload module), which in turn is displayed through the Google Earth API. If a user attaches several .kml files it is possible to choose between them via a drop-down box.This module is part...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): KML content type Download

Added: July 29, 2013 | Visits: 399

Timelinemap Timeline Map was built as a Views 2 style plug-in.It is based on Timemap.js project, so Timemap.js (from http://code.google.com/p/timemap/) has to be included in the moduled-deOaos js directory.It allows you to load one or more datasets onto both a map and a timeline simultaneously. Only items in...


Platforms: PHP

License: Freeware Size: 30.72 KB Download (45): Timelinemap Download

Added: September 03, 2010 | Visits: 2.143

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

1 2 3 4 5 >