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

Graphic Plot software
Filter: All | Freeware | Demo
 

Graphic Plot

< 1 2 3 4 5 
Added: June 22, 2013 | Visits: 378

Plot Groups of Stacked Bars Plot a set of stacked bars, but group them according to labels provided.Params: stackData is a 3D matrix (i.e., stackData(i, j, k) => (Group, Stack, StackElement)) groupLabels is a CELL type (i.e., { 'a', 1 , 20, 'foo' };)



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot Groups of Stacked Bars Download

Added: June 21, 2013 | Visits: 395

contourfcmap: filled contour plot with precise colormap This function creates a shaded contour plot, similar to that created by the contourf function. However, the relationship between a contourf plot and its colormap (i.e. exactly which color corresponds to each contour interval), can often be confusing and inconsistent, especially if your contour...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): contourfcmap: filled contour plot with precise colormap Download

Added: June 04, 2013 | Visits: 615

would like to plot using double axis I would like to plot figure(10000) using double axis, see line number 217and I would like to make a movie file of the figure formed using the loop which is from line number 161 to line number 189


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (40): would like to plot using double axis Download

Added: September 09, 2013 | Visits: 491

Simple Method to Generate a CDF plot If you have a data file and want to plot a cumulative distribution function (CDF) with almost no work, this is the way to go. Also presented is a way to grab some values from the CDF curve, and a way to generate a PDF using standard Matlab functions.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Simple Method to Generate a CDF plot Download

Added: May 03, 2013 | Visits: 462

A Simple function to plot a circle This function uses rectangle command to plot a circle. The center is to be given in a vector form and radius is a non-negative number.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): A Simple function to plot a circle Download

Added: September 16, 2013 | Visits: 240

Scalar plot digitizer This utility digitizes the xy scator plot from picture.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Scalar plot digitizer Download

Added: September 11, 2013 | Visits: 315

High-Low plot or percentile (5 and 95) plot I just need to simply plot the 5 and 95 percentile as well as mean.The cross mark implies median.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): High-Low plot or percentile (5 and 95) plot Download

Added: July 31, 2013 | Visits: 335

Correctly proportion a lat/lon plot LAT_LON_PROPORTIONS Scales a plot in latitude & longitude axis to meters. It will compress the x axis by cos(latitude) in order to reflect the relationship between a degree latitude and a degree longitude at the center of the map. The major assumption here is sperical Earth.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Correctly proportion a lat/lon plot Download

Added: September 07, 2013 | Visits: 334

Plot an Array of Structures PlotAS Linear plot of an arrays of structures This function is used to plot arrays of structures, like those recieved from shaperead. It will autorecognize some common coordinate field names. The user may also specify their own. It will take in all the LineSpec and PropertyName/PropertyValue...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Plot an Array of Structures Download

Added: August 02, 2013 | Visits: 280

Quick figure and plot Do you find yourself repeatedly typing "figure; plot(A(:,1), B(:,2), 'r'; hold on; plot(B(:,1), B(:,2), 'g')" or something similar? Then this function is for you. "fp" makes it easy to plot multiple data sets with minimal typing. It also tiles the figure windows and adds convenience buttons for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Quick figure and plot Download

Added: May 15, 2013 | Visits: 435

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

Added: September 04, 2013 | Visits: 402

Plot Wind Direction versus Wind Speed PLOTWINDIRVEL can be used to plot wind direction versus wind velocity (read strength) on a compass plot.I have included two scripts to show you how to use the function. If you run the first script make sure the datafile is co-resident with the two MATLAB-files. Here is a snippet from the second...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Plot Wind Direction versus Wind Speed Download

Added: April 15, 2013 | Visits: 339

1D Bifurcation plot This code is used to generate 1D bifurcation plot for any 1D map with one parameter. Compared to those existent bifurcation plot tools in Matlab central, this plot tool runs much faster and uses much less memory. Please remember to rate, if you like my code. Thanks


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 1D Bifurcation plot Download

Added: May 16, 2013 | Visits: 314

Plot as Inset PLOTINSET(X, Y, POSITION, WINDOWSIZE, 'xlimit', xlimit, 'ylimit', ylimit) creates a plot of vector Y versus vector X, and on top of it, creates an inset plot of size specified by WINDOWSIZE in the current figure, positioned at the location specified by POSITION.Bottom left corner is the starting...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Plot as Inset Download

Added: May 28, 2013 | Visits: 809

YIPLOT : Easy plot YIPLOT makes plot much easier. H=YIPLOT(X,Y,...) H=YIPLOT(STR,Y) H=YIPLOT(STR,X,Y,...) STR is a charater string made from any elements below, seperated by comma, eg. 'fig=1,lw=4,t=title,x=x axis label' fig = # set # as current figure, same as command figure(#) sub = # subplot(#) lw = # set...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (60): YIPLOT : Easy plot Download

Added: April 27, 2013 | Visits: 467

Interactive regression on a plot Plot data in a figure, and then interactively choose regression area. The result from polyfit is returned.Example:x=1:1:10;y=sin(x);f=figure; plot( x,y );[p,h] = figreg( f, 2 );%fit a second order polynom to selected region in plot


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Interactive regression on a plot Download

Added: June 17, 2013 | Visits: 315

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: September 03, 2013 | Visits: 396

A basic polar plot tool in dB linear scale Hi everyone,this is a basic polar plot tool in dB , you can change the range which can be very helpful for analyze the nature of your pattern.Here is a test code:%------------------------% Linear Arrays of Isotropic Elementsconst=1; lambda=1; k=2*pi/lambda;theta=linspace(0,2*pi,200);d=1/1*lambda;...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A basic polar plot tool in dB linear scale Download

Added: September 02, 2013 | Visits: 260

Graphic depiction of timelines Makes horizontal timeline plot. Timelines can start and stop either once or multiple times.Timeline plots are useful for depicting historical data or for project management, among other things.Timeline.m makes an arbitrary number of horizontal timelines in the current axes. Each timeline is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Graphic depiction of timelines Download

Added: August 07, 2013 | Visits: 423

plot a center of mass plot center of mass is part of my motorcycle animation and dynamic equations of motion.I want to see if this is a good alternative to dropbox with the added benefit that it is shared.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): plot a center of mass Download

< 1 2 3 4 5