graphorge.ioput.plots

General plotting tools.

Functions

plot_xy_data

Plot data in xy axes.

plot_xy2_data

Plot data in xy axes with two y axes.

plot_xny_data

Plot data in xy axes with given range of y-values for each x-value.

plot_xyz_data

Plot data in xyz axes.

scatter_xy_data

Scatter data in xy axes.

grouped_bar_chart

Plot grouped bar chart.

plot_boxplots

Plot set of box plots.

plot_histogram

Plot 1D histogram.

plot_histogram_2d

Plot 2D histogram.

save_figure

Save Matplotlib figure.

tex_str

Format string according with LaTeX rendering option.

Functions

grouped_bar_chart(groups_labels, groups_data)

Plot grouped bar chart.

plot_boxplots(data_boxplots[, data_labels, ...])

Plot set of box plots.

plot_histogram(data[, data_labels, bins, ...])

Plot 1D histogram.

plot_histogram_2d(data[, bins, bins_range, ...])

Plot 2D histogram.

plot_xny_data(data_xy_list[, range_type, ...])

Plot data in xy axes with given range of y-values for each x-value.

plot_xy2_data(data_xy1, data_xy2[, x_lims, ...])

Plot data in xy axes with two y axes.

plot_xy_data(data_xy[, data_labels, ...])

Plot data in xy axes.

plot_xyz_data(data_xyz[, data_labels, ...])

Plot data in xyz axes.

save_figure(figure, filename[, format, ...])

Save Matplotlib figure.

scatter_xy_data(data_xy[, data_labels, ...])

Scatter data in xy axes.

tex_str(x, is_latex)

Format string conveniently according with LaTeX rendering option.