Skip to content

Metadata_plot_v3

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_metadata_plot (v3.0)

Usage

Plot some values from metadata.

Parameters

$: Input metadata $: Label for X axis data $: Labels list for Y data $`--title <title`> $: Plot x axis label $: Plot y axis label $: Colors for each plot $``: Create histogram with Y data and nbin bins

Examples and notes

Simple plot of label "sigmaNoise" from metadata

xmipp_metadata_plot -i results.xmd -y sigmaNoise
Additionally take values for X from other label and set title
xmipp_metadata_plot -i results.xmd -x iterationNumber -y sigmaNoise --title "My figure"
Plot different labels and select colors:
xmipp_metadata_plot -i results.xmd -x iterationNumber -y "sigmaNoise sigmaOffset iterationNumber" --title "My figure" --colors "yellow blue green"
Plot using dots:
xmipp_metadata_plot -i results.xmd -x iterationNumber          -y "sigmaNoise sigmaOffset iterationNumber"         --title "My figure" --colors "yellowo blueo greeno"
Plot using different line styles:
xmipp_metadata_plot -i results.xmd -x iterationNumber          -y "sigmaNoise sigmaOffset iterationNumber"         --title "My figure" --colors "yellow-- blue. green.."
Colors, markers and style lines are described here: http://matplotlib.sourceforge.net/api/pyplot_api#matplotlib.pyplot.plot

User's comments

Clone this wiki locally