Skip to content
Snippets Groups Projects
Commit 22075fd1 authored by Jean-Yves TINEVEZ's avatar Jean-Yves TINEVEZ
Browse files

Put back the tissue curvature plots in the examples.

parent 3981b750
Branches
Tags
1 merge request!9Rework the whole code for the upcoming publication.
...@@ -78,6 +78,9 @@ dpr.figure_cell_sizes; ...@@ -78,6 +78,9 @@ dpr.figure_cell_sizes;
fprintf( 'Plotting the tissue orientation.\n' ) fprintf( 'Plotting the tissue orientation.\n' )
dpr.figure_tissue_orientation; dpr.figure_tissue_orientation;
fprintf( 'Plotting the tissue local curvature.\n' )
dpr.figure_curvatures;
fprintf( 'Plotting the cell elongation and direction.\n' ) fprintf( 'Plotting the cell elongation and direction.\n' )
dpr.figure_cell_elongation; dpr.figure_cell_elongation;
......
...@@ -55,6 +55,9 @@ dpr.figure_cell_sizes; ...@@ -55,6 +55,9 @@ dpr.figure_cell_sizes;
fprintf( 'Plotting the tissue orientation.\n' ) fprintf( 'Plotting the tissue orientation.\n' )
dpr.figure_tissue_orientation; dpr.figure_tissue_orientation;
fprintf( 'Plotting the tissue local curvature.\n' )
dpr.figure_curvatures;
fprintf( 'Plotting the cell elongation and direction.\n' ) fprintf( 'Plotting the cell elongation and direction.\n' )
dpr.figure_cell_elongation; dpr.figure_cell_elongation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment