Main Content

9,795 results

Violin Plot

Version 1.7.0.0

by Holger Hoffmann

Violin Plot based on kernel density estimation, using default ksdensity

This function creates simple violin plots by estimating the kernel density, using matlabs default ksdensity(). Given a matrix or table with m columns, you will get violins for each of the columns

Function for plotting multiple histograms side-by-side in 2D - better than boxplot.

The zip-file contains the following files for visualizing distributions:- distributionPlot.m: main function that allows creating violin plots - myHistogram.m: generate histograms with 'ideal' bin

Stylish and comprehensive 2-level factorial data plotting using violin plots, half-violin plots, boxplots, raincloud plots, and dotplots

. It combines boxplots, kernel density, and data scatter to produce different hybrids of violin plots, half-violin plots, raincloud plots, and dotplots. Kernel density highlights the overall shape of the

A data distribution visualization that notably includes boxplots and violin plots in a light and clear manner.

The visualization includes: - Raw data - Mean - Median - Standard deviation - Boxplot - Notch - Violin plot (Parzen)Ideal for group comparison, before/after change assessment...Can be typically used

gQSPSim

Version 1.0.2

by Iraj Hosseini

The app is used for QSP Modeling and Simulation.

violin

Version 1.0.0

by Jasper Fabius

Violin plot

Simple violin plot function using 'fitdist' and 'patch' function.Options to make 1-sided violins, rotate the violin horizontally and add a line for the median.

violin plot and ggtheme

violin plot and ggtheme

KymoRod

Version 0.12.2

by David Legland

Matlab Graphical Interface for the study of hypocotyl growth

get violin plots from your data

% This function generates a violin plot for each dataset provided as input. % Violin plots are estimated from histcounts MATLAB function. % The thick line in the box represents the

CytoMAP

Version 1.4.22

by Caleb Stoltzfus

Multidimensional Analysis Pipeline for Histocytometry (CytoMAP) https://gitlab.com/gernerlab/cytomap

CIAtah is a software package for calcium imaging analysis of one- and two-photon imaging datasets. https://github.com/bahanonu/ciatah

gQSPsim-release

Version 1.0.0.0

by Iraj Hosseini

gQSPsim

parallel cohort generation and simulation* improved cross-platform compatibility of sessions* limit configurable number of traces to show when rendering plots* improvements to selection of rules/reactions to

FiberQ

Version 1.0.0

by pierre ghesquiere

Automatic quantification of dna fibers from fluorescent images

Violinplot-Matlab

Version 1.0.0

by bastibe

Violin Plots for Matlab

Violin Plots for MatlabA violin plot is an easy to read substitute for a box plot thatreplaces the box shape with a kernel density estimate of the data, andoptionally overlays the data points itself

This function generates a violin plot with the IQR and median value highlighted.

This function generates a violin plot with the IQR and median value highlighted.

grpandplot

Version 1.0.0

by Man Ho Wong

An open-source MATLAB tool for drawing box plot and violin plot with automatic multi-way data grouping.

grpandplot: An open-source MATLAB tool for drawing box plot and violin plot with automatic multi-way data grouping.Man Ho Wong, 2022.Introductiongrpandplot features data grouping by multiple factors

Scatter plot with dispersion along the x-axis to reflect the point density

Scatter plot with categories on the x-axis, with width determined by data point density (like a violin plot but with the width of the violin not explicitly drawn but rather setting the x-axis

spider_plot

Version 20.8

by Moses

Create a spider or radar plot with individual axes.

[![View spider_plot on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/59561-spider_plot)[![Open in

Draw a box plot with various display options

Automated construction of a legend. - Set box limits as percentiles. - Set whisker extent via various methods.- Use of weighted quantiles.- Creation of violin plots.

violin plots for strictly positive data.

: https://fr.mathworks.com/matlabcentral/fileexchange/23661-violin-plots-for-plotting-multiple-distributions-distributionplot-m

Bode plot with asymptotes

The function asymp() corresponds to bode(), but it also plots asymptotes for the magnitude and phase graphs. Phase asymptotes are only horizontal and vertical. asymp() only accepts SISO transfer

Plot the phase portrait for the entered system of differential equations

using the app. The app works with limited functionality for versions preceding R2020b. For versions prior to R2020b, mouse click interactions with the plots (adding trajectories and guessing solutions) do

plotSpread plots distributions of data points, adding jitter to the points to avoid overlap.

plotSpread allows creating "beeswarm plots", i.e. point distributions where jitter has been added to the data points to avoid overlap.It further allows specifying groups within the data to show the

Triangular Contour Plot

3D Polar Plot

Version 1.2.0.0

by Ken Garrard

Plots 3d polar data with polar axis and polar grid

Polarplot3d produces surface, mesh, wireframe and contour plots for three dimensional polar data. A labeled polar axis is drawn at a fixed height or it can follow the surface contour at maximum

A tool set for fitting and/or plotting various conics and quadric surfaces, e.g., ellipses, cylinders, spheres, planes, cones, and lines.

This FEX submission offers a tool set for fitting and plotting 2D conics (ellipses, circles, lines,...) as well as 3D quadric surfaces (ellipsoids, spheres, planes, cylinders, cones,...). Each type

Statistical testing and plots with significance level

Basic representations of two data groups as stripcharts and violin plots. Mann-Whitney U test and t-test are performed with significance level indicators.Dot plots and violin plots are described here

BreakPlot

Version 1.1.0.0

by Michael Robbins

Produces a plot who's y-axis skips to avoid unnecessary blank space

Produces a plot who's y-axis skips to avoid unecesary blank spaceReplaces BREAKAXIS

Generate a bar plot with multiple stacks grouped together.

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

This simple code enables you to plot using custom markers.

This simple code enables you to plot using custom markers. It uses custom patches instead of Matlab built-in markers.As the input, you need to provide x and y for the data points, like you do in

The program plots convex closed regions in 2D/3D.

The program plots convex closed regions in 2D/3D. The region is a subset of R2 or R3 such that Ax>=b and lb<=x<=ub. It is also possible to plot points in the same plot.(See help plotregion

Plot (Big)

Version 1.6.0.0

by Tucker McClure

Makes MATLAB's line plots much faster.

This simple tool intercepts data going into a plot and reduces it to the smallest possible set that looks identical given the number of pixels available on the screen. It then updates the data as a

Plot a google map on the background of the current figure using the Static Google Maps API.

plot_google_map.m uses the Google Maps API to plot a map in the background of the current figure. It assumes the coordinates of the current figure are in the WGS84 datum, and uses a conversion code

Bar plots for multiple conditions and groups (part of a larger toolbox for 2-level factorial data)

highlighitng data distribution properties. It combines boxplots, kernel density, and data scatter to produce different hybrids of violin plots, half-violin plots, raincloud plots, and dotplots. Kernel density

Professional Standard Plots within Seconds!!! Take your plots to the next level.

Create Professional standard plots in seconds, without a steep learning curve and with consistency. This Toolbox is supposed to help 'Beginners' take their plots to the next level with essentially

An improved box plot that shows the data-points along with the median and the quartiles.

underlying distribution (similar to violin plots).The code is designed to be an extremely customizable alternate for the built in boxplot function in MATLAB. The syntax is very similar to that of boxplot.

Creates a contour plot from polar coordinates

Have you ever wanted to do a contour plot of data in polar coordinates but didn't want to go through the hassle of converting it all to Cartesian coordinates? Well if so, here's your answer. A

Ternary Plots

Version 1.0.0.0

by Ulrich Theune

Zip file contains program to make different ternary plots.

This zip files contains programs (five functions, one example program, and one sample data set) to plot data in ternary diagrams. The first option is a pseudo color plot, the second is a contour plot

Polar plots with handle graphics type parameter setting. Includes log radius support.

Attempts to bring comprehensive handle graphics capabilities to polar plots.

How to turn a collection of XYZ triplets into a surface plot.

How do you turn a collection of XYZ triplets into a surface plot? This is the most frequently asked 3D plotting question that I got when I was in Tech Support. This submission explains how.

ScrollPlot adds a scroll sub-window to any supplied plot handles

ScrollPlot adds a scroll sub-window to any supplied plot handles (or current [gca] axes if no handle was supplied). This enables easy plot or image exploration. The user can specify initial view

Create a plot in plot

This is an example of how to create an inset plot within another plot in MATLAB®.Read about the "axes" function in the MATLAB documentation.For more examples, go to MATLAB Plot Gallery -

A figure ready to scroll through and play videos. You can also draw any custom graphics on it.

redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and

Plots data density of a two-dimensional distribution for human viewing.

Data density can be hard to read from scatter plots due to overstriking. I therefore calculate data density at each pixel as the reciprocal of the sum of squared distance from each point, adding a

zoomPlot

Version 1.0.0.0

by Kelsey Bower

Adds zoomed plot inset to current axes.

Adds a zoomed plot inset to current axes, for use in highlighting a subarea of the current plot. [p,z] = zoomPlot(x,y,xbounds,pos,vertex) where: Inputs:x,y = vectors being plottedxbounds =

circle plotter

Version 1.1.1

by Chad Greene

Simply plot filled circles or circle outlines.

Adding to the mix of circle plotters on the File Exchange site, this function plots any number of circles of any size and x,y location. Inputs can be any logical mix of scalars, vectors, or N-D

Creates a filled contour plot, with more precise control over colors than contourf.

# contourfcmap.m: filled contour plot with precise colormap[![View contourfcmap: filled contour plot with precise colormap on File

Plot lines with CData, (actually surface)

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),'*')

PLOTCUBE

Version 1.0.0.0

by Olivier

Plot a 3D-cube

Plot a wind rose as a scatter plot

scatterWindRosePlot a wind rose as a scatter plotPlot a wind rose as a scatter plot with two or three variables to optimize the quantity of information that can be obtained on a single figure.The

3D Polar Plot

Version 1.0.0.0

by J De Freitas

Plots 3D polar data with axes.

Polar3D plots 3 dimensional data given angular and radial ranges. A choice of plot types and interpolation methods is supported by this function. Useful particularly in producing 3D plots sampled on

SubPlot

Version 2.0.0

by Farhad Sedaghati

This code gets different single fig files and plot all of them together inside a new figure.

This function creates smooth patches of polar data in "bullseye" plot.

BULLSEYE plots patch data in polar coordinates. The DATA matrix is mapped to a bullseye plot as follows. The matrix rows are mapped to the circumference and matrix columns are mapped to radial

Radar plot

Version 1.0.0.0

by David Said

Create a radar plot

Grid plot

Version 1.2.0.0

by Mohammad Ali

Plots the gridded data as a surface.

interpolation method. While other methods make gridline-registered grids that can be plotted using e.g. Mtlab surf function, this function makes a pixel registered grid and uses the Matlab patch function to

Linear plot, with extra functionality for area filling.

This contribution provides functionality to create filled area 2D linear plots, with full control over where and how areas are drawn.The function 'shade' inherits its calling syntax from MATLAB

Plotting function that allows for N y-axes using a common x axis

This function allows for results to be plotted on N separate y-axes. These y-axes share a common x axis, but do not need to share exactly the same x/y data or size. The function supports all

Plot 3D lines with CData, (actually surface)

plots a 3-D "line" with c-data as color Makes a surface object and the colouring is controlled by the colormap.Example:v_start = [2 1 8]; % m/sg = 9.81; % m/(s^2)t_impact = 2*v_start(3)/g; % st =

sub-plot legend

Version 1.1.0.0

by Ahmed Badr

Creates a one legend for many sub-plots in the same figure with your customized location

This script creates a one legend for many sub-plots in the same figure located in a customized location with a guidelines for most common location used while creating Matlab files

Load more