Difference between revisions of "Scale figure.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 15: Line 15:
  
 
==See also==
 
==See also==
[[Import,_export,_and_visualisation#Data_export_and_plotting|Data export and plotting]]
+
[[axis_1d.m]], [[bloch_sph_plot.m]], [[bwr_cmap.m]], [[crop_2d.m]], [[cylgrid.m]], [[fid2ascii.m]], [[int_2d.m]], [[molplot.m]], [[mri_2d_plot.m]], [[plot_1d.m]], [[plot_2d.m]], [[plot_3d.m]], [[plot_uf.m]], [[s2json.m]], [[slice_2d.m]], [[stack_2d.m]], [[volplot.m]], [[write_movie.m]], [[zoom_3d.m]], [[Import,_export,_and_visualisation]]
  
 
''Version 2.5, authors: [[Ilya Kuprov]]''
 
''Version 2.5, authors: [[Ilya Kuprov]]''

Latest revision as of 19:41, 6 June 2026

Scales the current figure from the default size by the factors provided by the user.

Syntax

    scale_figure(by)

Parameters

  by     -  two-element row vector of scaling factors,
            format: [width height]

Outputs

The function modifies the size of the current figure.

See also

axis_1d.m, bloch_sph_plot.m, bwr_cmap.m, crop_2d.m, cylgrid.m, fid2ascii.m, int_2d.m, molplot.m, mri_2d_plot.m, plot_1d.m, plot_2d.m, plot_3d.m, plot_uf.m, s2json.m, slice_2d.m, stack_2d.m, volplot.m, write_movie.m, zoom_3d.m, Import,_export,_and_visualisation

Version 2.5, authors: Ilya Kuprov