Description Usage Arguments Value See Also
Combine a colorbar and a brainview image into a new figure.
1 2 3 4 5 6 7 8 9 10 |
brainview_img |
path to the main image containing the view of the brain, usually an image in PNG format. |
colorbar_img |
path to the main image containing the separate colorbar, usually an image in PNG format. |
output_img |
path to output image, including the file extension. |
offset |
offset string passed to |
extend_brainview_img_height_by |
integer value in pixels, the size of the lower border to add to the brainview_img. Increase this if the lower part of the colorbar is off the image canvas. |
silent |
logical, whether to silence all messages |
allow_colorbar_shrink |
logical, whether to shrink the colorbar to the width of the animation in case it is considerably wider (more than 20 percent). Defaults to TRUE. |
horizontal |
logical, whether the colorbar is horizontal. If so, it will be added below the 'brainview_img'. If it is vertical, it will be added to the right of the 'brainview_img'. |
named list with entries 'output_img_path': character string, path to saved image. 'merged_img': magick image instance, the merged image
Other colorbar functions:
coloredmesh.plot.colorbar.separate()
,
combine.colorbar.with.brainview.animation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.