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
|
Plot grouped bar chart. |
|
Plot set of box plots. |
|
Plot 1D histogram. |
|
Plot 2D histogram. |
|
Plot data in xy axes with given range of y-values for each x-value. |
|
Plot data in xy axes with two y axes. |
|
Plot data in xy axes. |
|
Plot data in xyz axes. |
|
Save Matplotlib figure. |
|
Scatter data in xy axes. |
|
Format string conveniently according with LaTeX rendering option. |