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/_tk/__init__.py
plot/apps/_tk/append_addon.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/apps/matrix/__init__.py
plot/apps/matrix/draw_matrices.py
plot/apps/matrix/draw_matrix.py
plot/apps/matrix/main.py
plot/apps/matrix/set_aspect_ratio.py
plot/apps/matrix/set_axis_extent.py
plot/apps/matrix/set_x_extent.py
plot/apps/matrix/set_y_extent.py
plot/apps/span/__init__.py
plot/apps/span/draw_horizontal_span.py
plot/apps/span/draw_span.py
plot/apps/span/draw_vertical_span.py
plot/apps/span/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/deps/__init__.py
plot/deps/_umsgpack.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_color_bar.py
plot/finetune/local_axis/add_grid_lines.py
plot/finetune/local_axis/add_local_axis_labels.py
plot/finetune/local_axis/finetune_legend.py
plot/finetune/local_axis/hide_axis_tick_labels.py
plot/finetune/local_axis/hide_axis_ticks.py
plot/finetune/local_axis/main.py
plot/finetune/local_axis/make_color_bar_axis.py
plot/finetune/local_axis/set_axis_range.py
plot/finetune/local_axis/set_axis_tick_direction.py
plot/finetune/local_axis/set_axis_tick_length.py
plot/finetune/local_axis/set_axis_tick_width.py
plot/finetune/local_axis/set_axis_ticks.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/format_panel_index.py
plot/io/input/postprocessing/initialize_panel_color_bar.py
plot/io/input/postprocessing/initialize_panel_legend.py
plot/io/input/postprocessing/make_local_dict.py
plot/io/input/postprocessing/postprocess.py
plot/io/input/postprocessing/set_data_columns.py
plot/io/input/postprocessing/set_data_id.py
plot/io/input/postprocessing/set_line_color.py
plot/io/input/postprocessing/set_panel_minmax.py
plot/io/input/postprocessing/set_shape_color.py
plot/io/input/preprocessing/__init__.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/all_indexes.py
plot/tk/arrayTK/minmax.py
plot/tk/arrayTK/smooth.py
plot/tk/arrayTK/transpose.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/fnTK/compose2.py
plot/tk/fnTK/reduce.py
plot/tk/fnTK/tail.py
plot/tk/importTK/__init__.py
plot/tk/importTK/subimport.py
plot/tk/ioTK/__init__.py
plot/tk/ioTK/read/__init__.py
plot/tk/ioTK/read/readDataFile.py
plot/tk/ioTK/read/readDataFiles.py
plot/tk/ioTK/read/readMdat.py
plot/tk/ioTK/read/readNpy.py
plot/tk/ioTK/read/readTextData.py
plot/tk/ioTK/save/__init__.py
plot/tk/ioTK/save/saveData.py
plot/tk/ioTK/save/saveMdat.py
plot/tk/ioTK/save/saveNpy.py
plot/tk/ioTK/save/saveTextData.py
plot/tk/listTK/__init__.py
plot/tk/listTK/append.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/color_bar/__init__.py
plot/tk/matplotlibTK/color_bar/add_color_bar.py
plot/tk/matplotlibTK/color_bar/add_label.py
plot/tk/matplotlibTK/color_bar/set_tick_label_font_size.py
plot/tk/matplotlibTK/grid/__init__.py
plot/tk/matplotlibTK/grid/add_grid.py
plot/tk/matplotlibTK/legend/__init__.py
plot/tk/matplotlibTK/legend/extract_legend_handles_labels.py
plot/tk/matplotlibTK/legend/format_legend_label.py
plot/tk/matplotlibTK/legend/refine_legend.py