DEVELOPING.md
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
batplot/__init__.py
batplot/_mpl_backend.py
batplot/args.py
batplot/batch.py
batplot/batplot.py
batplot/canvas_interactive.py
batplot/cif.py
batplot/cli.py
batplot/cli_save.py
batplot/color_utils.py
batplot/config.py
batplot/converters.py
batplot/dev_upgrade.py
batplot/ec_common.py
batplot/modes.py
batplot/plotting.py
batplot/readers.py
batplot/readers_common.py
batplot/readers_ec.py
batplot/readers_xrd.py
batplot/screen_color.py
batplot/session.py
batplot/showcol.py
batplot/strip_header.py
batplot/style.py
batplot/ui.py
batplot/utils.py
batplot/version_check.py
batplot.egg-info/PKG-INFO
batplot.egg-info/SOURCES.txt
batplot.egg-info/dependency_links.txt
batplot.egg-info/entry_points.txt
batplot.egg-info/requires.txt
batplot.egg-info/top_level.txt
batplot/data/CHANGELOG.md
batplot/data/latest_release_notes.json
batplot/plot_modes/__init__.py
batplot/plot_modes/session_routing.py
batplot/plot_modes/batch_session/__init__.py
batplot/plot_modes/batch_session/batch_commands.py
batplot/plot_modes/batch_session/batch_crosshair.py
batplot/plot_modes/batch_session/batch_figure_io.py
batplot/plot_modes/batch_session/batch_geom_helpers.py
batplot/plot_modes/batch_session/batch_io.py
batplot/plot_modes/batch_session/batch_menu_helpers.py
batplot/plot_modes/batch_session/batch_menu_io.py
batplot/plot_modes/batch_session/batch_panel_state.py
batplot/plot_modes/batch_session/batch_scoped_sync.py
batplot/plot_modes/batch_session/common.py
batplot/plot_modes/batch_session/cpc_batch_helpers.py
batplot/plot_modes/batch_session/dqdv_2d_batch_helpers.py
batplot/plot_modes/batch_session/ec_batch_helpers.py
batplot/plot_modes/batch_session/histo_batch_helpers.py
batplot/plot_modes/batch_session/kinds.py
batplot/plot_modes/batch_session/load.py
batplot/plot_modes/batch_session/menu_cpc.py
batplot/plot_modes/batch_session/menu_dqdv_2d.py
batplot/plot_modes/batch_session/menu_ec.py
batplot/plot_modes/batch_session/menu_histo.py
batplot/plot_modes/batch_session/menu_operando.py
batplot/plot_modes/batch_session/menu_xy.py
batplot/plot_modes/batch_session/operando_batch_helpers.py
batplot/plot_modes/batch_session/routing.py
batplot/plot_modes/batch_session/xy_batch_helpers.py
batplot/plot_modes/common/__init__.py
batplot/plot_modes/common/axis_state.py
batplot/plot_modes/common/batch_font.py
batplot/plot_modes/common/crosshair_export.py
batplot/plot_modes/common/files.py
batplot/plot_modes/common/font_extras.py
batplot/plot_modes/common/fonts.py
batplot/plot_modes/common/interactive_state.py
batplot/plot_modes/common/line_dash.py
batplot/plot_modes/common/menu_rendering.py
batplot/plot_modes/common/menus.py
batplot/plot_modes/common/overview_metrics.py
batplot/plot_modes/common/palettes.py
batplot/plot_modes/common/session_data_guarantee.py
batplot/plot_modes/common/session_helpers.py
batplot/plot_modes/common/session_key_smoke.py
batplot/plot_modes/common/size_spec.py
batplot/plot_modes/common/smoothing.py
batplot/plot_modes/common/sources.py
batplot/plot_modes/common/spines.py
batplot/plot_modes/common/state_capture.py
batplot/plot_modes/common/style_routing.py
batplot/plot_modes/common/terminal.py
batplot/plot_modes/common/title_offsets.py
batplot/plot_modes/cpc/__init__.py
batplot/plot_modes/cpc/actions.py
batplot/plot_modes/cpc/add_file.py
batplot/plot_modes/cpc/colors.py
batplot/plot_modes/cpc/interactive.py
batplot/plot_modes/cpc/labels.py
batplot/plot_modes/cpc/legend.py
batplot/plot_modes/cpc/legend_order.py
batplot/plot_modes/cpc/load.py
batplot/plot_modes/cpc/menu.py
batplot/plot_modes/cpc/overview.py
batplot/plot_modes/cpc/panel_menus.py
batplot/plot_modes/cpc/routing.py
batplot/plot_modes/cpc/session.py
batplot/plot_modes/cpc/snapshots.py
batplot/plot_modes/cpc/style.py
batplot/plot_modes/cpc/wasd_menu.py
batplot/plot_modes/electrochem/__init__.py
batplot/plot_modes/electrochem/actions.py
batplot/plot_modes/electrochem/capacity_cum.py
batplot/plot_modes/electrochem/colors.py
batplot/plot_modes/electrochem/dqdv_2d.py
batplot/plot_modes/electrochem/dual_axis_menu.py
batplot/plot_modes/electrochem/export.py
batplot/plot_modes/electrochem/interactive.py
batplot/plot_modes/electrochem/labels.py
batplot/plot_modes/electrochem/legend.py
batplot/plot_modes/electrochem/legend_order.py
batplot/plot_modes/electrochem/line_style.py
batplot/plot_modes/electrochem/menu.py
batplot/plot_modes/electrochem/overview.py
batplot/plot_modes/electrochem/routing.py
batplot/plot_modes/electrochem/session.py
batplot/plot_modes/electrochem/smoothing_menu.py
batplot/plot_modes/electrochem/spine_colors.py
batplot/plot_modes/electrochem/style.py
batplot/plot_modes/electrochem/style_apply.py
batplot/plot_modes/electrochem/undo_state.py
batplot/plot_modes/histo/__init__.py
batplot/plot_modes/histo/actions.py
batplot/plot_modes/histo/colors.py
batplot/plot_modes/histo/density_curve.py
batplot/plot_modes/histo/fonts.py
batplot/plot_modes/histo/interactive.py
batplot/plot_modes/histo/labels.py
batplot/plot_modes/histo/line_style.py
batplot/plot_modes/histo/load.py
batplot/plot_modes/histo/plot.py
batplot/plot_modes/histo/routing.py
batplot/plot_modes/histo/session.py
batplot/plot_modes/histo/spines.py
batplot/plot_modes/histo/toggles.py
batplot/plot_modes/histo/wizard.py
batplot/plot_modes/histo/y_range.py
batplot/plot_modes/operando/__init__.py
batplot/plot_modes/operando/actions.py
batplot/plot_modes/operando/axes_limits_menu.py
batplot/plot_modes/operando/axis_units.py
batplot/plot_modes/operando/cif_menu.py
batplot/plot_modes/operando/colors.py
batplot/plot_modes/operando/grid.py
batplot/plot_modes/operando/intensity_menu.py
batplot/plot_modes/operando/interactive.py
batplot/plot_modes/operando/ions_axis.py
batplot/plot_modes/operando/labels.py
batplot/plot_modes/operando/layout.py
batplot/plot_modes/operando/layout_menu.py
batplot/plot_modes/operando/line_style.py
batplot/plot_modes/operando/menu.py
batplot/plot_modes/operando/peaks.py
batplot/plot_modes/operando/plot.py
batplot/plot_modes/operando/routing.py
batplot/plot_modes/operando/session.py
batplot/plot_modes/operando/spine_colors.py
batplot/plot_modes/operando/style.py
batplot/plot_modes/operando/style_apply.py
batplot/plot_modes/operando/undo_state.py
batplot/plot_modes/operando/visibility.py
batplot/plot_modes/xy/__init__.py
batplot/plot_modes/xy/actions.py
batplot/plot_modes/xy/arrange.py
batplot/plot_modes/xy/axis_range.py
batplot/plot_modes/xy/axis_units.py
batplot/plot_modes/xy/cif.py
batplot/plot_modes/xy/colors.py
batplot/plot_modes/xy/data_ops.py
batplot/plot_modes/xy/derivative.py
batplot/plot_modes/xy/full_data.py
batplot/plot_modes/xy/game.py
batplot/plot_modes/xy/interactive.py
batplot/plot_modes/xy/labels.py
batplot/plot_modes/xy/line_style.py
batplot/plot_modes/xy/menu.py
batplot/plot_modes/xy/offset_menu.py
batplot/plot_modes/xy/peaks.py
batplot/plot_modes/xy/pipeline.py
batplot/plot_modes/xy/session.py
batplot/plot_modes/xy/smoothing.py
batplot/plot_modes/xy/spines.py
batplot/plot_modes/xy/style.py
batplot/plot_modes/xy/undo_state.py
tests/test_all_menus_smoke.py
tests/test_batch_all_modes_sync.py
tests/test_batch_crosshair.py
tests/test_batch_ec_cycles_status.py
tests/test_batch_font_menu.py
tests/test_batch_geom_menu.py
tests/test_batch_menu_parity.py
tests/test_batch_panel_status.py
tests/test_batch_pisb_contract.py
tests/test_batch_scoped_sync_modes.py
tests/test_batch_session.py
tests/test_batch_spine_sync.py
tests/test_bc_new_fields_defaults.py
tests/test_bruker_intensity.py
tests/test_cif_tick_crystallography.py
tests/test_cli_all_flags.py
tests/test_cli_save.py
tests/test_cli_smoke.py
tests/test_color_display_hex.py
tests/test_color_listing_visible.py
tests/test_color_utils.py
tests/test_common_files.py
tests/test_common_palettes.py
tests/test_contracts.py
tests/test_convert_xrd.py
tests/test_cpc_add_file.py
tests/test_cpc_legend_order.py
tests/test_cpc_roundtrip.py
tests/test_critical_stability_fixes.py
tests/test_cross_os_oe_paths.py
tests/test_cross_platform_parity.py
tests/test_crosshair_export.py
tests/test_csv_readers.py
tests/test_deep_noninteractive_bugs.py
tests/test_default_sizes_and_oe_persistence.py
tests/test_dev_upgrade.py
tests/test_dqdv_contour_session_keys.py
tests/test_dqdv_smooth_status.py
tests/test_dual_axis_menu_audit.py
tests/test_dual_mode_pisb.py
tests/test_dual_pisb_hard_gates.py
tests/test_dual_tk_a_coupling.py
tests/test_dual_top_wasd_both_layers.py
tests/test_ec_cycle_identity_roundtrip.py
tests/test_ec_multifile_color_menu.py
tests/test_ec_roundtrip.py
tests/test_ec_session_bc_new_keys.py
tests/test_gc_cumulative.py
tests/test_histo.py
tests/test_histo_interactive_imports.py
tests/test_imk_stderr_guard.py
tests/test_interactive_menu_smoke.py
tests/test_interactive_state.py
tests/test_line_dash_styles.py
tests/test_menu_handler_imports.py
tests/test_menu_prompt_order.py
tests/test_mpl_backend.py
tests/test_operando_axis_units.py
tests/test_operando_batch_menu.py
tests/test_operando_cif_add.py
tests/test_operando_cif_color.py
tests/test_operando_layout_menu.py
tests/test_operando_peaks_axis_units.py
tests/test_operando_roundtrip.py
tests/test_operando_submenu_smoke.py
tests/test_overview_metrics.py
tests/test_pi_axis_units_persistence.py
tests/test_pisb_deep_all_modes.py
tests/test_recent_axis_names.py
tests/test_screen_color.py
tests/test_screen_color_pisb.py
tests/test_secondary_spine_colors.py
tests/test_session_backward_compat.py
tests/test_session_font_restore.py
tests/test_session_full_data_guarantee.py
tests/test_session_style_restore_parity.py
tests/test_spine_colors_pisb.py
tests/test_state_capture.py
tests/test_strip_header.py
tests/test_style_routing.py
tests/test_tick_visibility_save_truth.py
tests/test_undo_deep_all_modes.py
tests/test_xrd_crosshair_bragg.py
tests/test_xy_axis_units.py
tests/test_xy_cif_add.py
tests/test_xy_full_data_retention.py
tests/test_xy_modules.py
tests/test_xy_offset_menu.py
tests/test_xy_roundtrip.py
tests/test_xy_source_files.py