README.rst
setup.cfg
setup.py
plot/__init__.py
plot/main.py
plot/run.py
plot/work.py
plot/workflow.py
plot.egg-info/PKG-INFO
plot.egg-info/SOURCES.txt
plot.egg-info/dependency_links.txt
plot.egg-info/entry_points.txt
plot.egg-info/requires.txt
plot.egg-info/top_level.txt
plot/apps/__init__.py
plot/apps/draw.py
plot/apps/bar/__init__.py
plot/apps/bar/bar_generator.py
plot/apps/bar/draw_bars.py
plot/apps/bar/draw_horizontal_bars.py
plot/apps/bar/draw_one_bar_series.py
plot/apps/bar/draw_vertical_bars.py
plot/apps/bar/main.py
plot/apps/line/__init__.py
plot/apps/line/draw_lines.py
plot/apps/line/draw_one_line.py
plot/apps/line/main.py
plot/canvas/__init__.py
plot/canvas/create.py
plot/canvas/subplots/__init__.py
plot/canvas/subplots/create.py
plot/canvas/subplots/global_axis.py
plot/canvas/subplots/subplot_spacing.py
plot/canvas/subplots/twin_axis.py
plot/finetune/__init__.py
plot/finetune/finetune.py
plot/finetune/global_axis/__init__.py
plot/finetune/global_axis/add_axis_labels.py
plot/finetune/global_axis/add_figure_title.py
plot/finetune/global_axis/add_figure_title_box.py
plot/finetune/global_axis/main.py
plot/finetune/global_axis/set_figure_title_anchor.py
plot/finetune/local_axis/__init__.py
plot/finetune/local_axis/add_grid_lines.py
plot/finetune/local_axis/main.py
plot/finetune/local_axis/refine_legend.py
plot/finetune/local_axis/tighten_panel_axis_range.py
plot/io/__init__.py
plot/io/input/__init__.py
plot/io/input/extract_data_error_bar.py
plot/io/input/extract_data_x_y.py
plot/io/input/parse.py
plot/io/input/parser.py
plot/io/input/readAll.py
plot/io/input/readDataFile.py
plot/io/input/readFileOrList.py
plot/io/input/postprocessing/__init__.py
plot/io/input/postprocessing/assort_plots_by_type.py
plot/io/input/postprocessing/choose_color.py
plot/io/input/postprocessing/postprocess.py
plot/io/input/postprocessing/set_data_color.py
plot/io/input/postprocessing/set_data_columns.py
plot/io/input/postprocessing/set_data_id.py
plot/io/input/postprocessing/set_panel_color_order.py
plot/io/input/postprocessing/set_panel_minmax.py
plot/io/input/preprocessing/__init__.py
plot/io/input/preprocessing/format_panel_index.py
plot/io/input/preprocessing/preprocess.py
plot/io/output/__init__.py
plot/io/output/saveFigure.py
plot/matplotlibConfig/__init__.py
plot/matplotlibConfig/rcParams.py
plot/parameter/__init__.py
plot/parameter/_yaml2json.py
plot/parameter/update.py
plot/tk/__init__.py
plot/tk/arrayTK/__init__.py
plot/tk/arrayTK/minmax.py
plot/tk/arrayTK/smooth.py
plot/tk/dictTK/__init__.py
plot/tk/dictTK/convert_to_internal.py
plot/tk/dictTK/default.py
plot/tk/dictTK/merge.py
plot/tk/dictTK/update.py
plot/tk/dictTK/wrap_value.py
plot/tk/fnTK/__init__.py
plot/tk/fnTK/compose.py
plot/tk/importTK/__init__.py
plot/tk/importTK/subimport.py
plot/tk/listTK/__init__.py
plot/tk/listTK/shape.py
plot/tk/listTK/upgrade_dimension.py
plot/tk/listTK/upgrade_index.py
plot/tk/listTK/wrap.py
plot/tk/matplotlibTK/__init__.py
plot/tk/matplotlibTK/axis/__init__.py
plot/tk/matplotlibTK/axis/label/__init__.py
plot/tk/matplotlibTK/axis/label/alter_axis_label.py
plot/tk/matplotlibTK/grid/__init__.py
plot/tk/matplotlibTK/grid/add_grid.py
plot/tk/matplotlibTK/legend/__init__.py
plot/tk/matplotlibTK/legend/add_legend.py