SYMBOL INDEX (52 symbols across 4 files) FILE: examples/examples.py function plot_sin (line 19) | def plot_sin(x=_x): function plot_cos (line 26) | def plot_cos(x=_x): function plot_sin_and_cos (line 33) | def plot_sin_and_cos(x=_x): function generate_figures (line 49) | def generate_figures(suffix, figure=lp.figure, plot_types=PLOT_TYPES): FILE: latexipy/_latexipy.py function latexify (line 47) | def latexify(params=PARAMS, new_backend='pgf'): function revert (line 85) | def revert(): function temp_params (line 95) | def temp_params(font_size=None, font_family=None, font_serif=None, function figure_size (line 149) | def figure_size(width_tw=0.9, *, ratio=None, height=None, n_columns=1, function save_figure (line 202) | def save_figure(filename, directory, exts, mkdir=True, function figure (line 285) | def figure(filename, *, directory='img', exts=['pgf', 'png'], size=None, FILE: tests/test_latexipy.py class TestLatexify (line 20) | class TestLatexify: method test_defaults (line 21) | def test_defaults(self): method test_custom_params (line 29) | def test_custom_params(self): method test_custom_backend (line 38) | def test_custom_backend(self): method test_raises_error_on_bad_backend (line 46) | def test_raises_error_on_bad_backend(self): function test_revert (line 54) | def test_revert(): class TestTempParams (line 63) | class TestTempParams: method test_defaults (line 64) | def test_defaults(self): method test_font_size (line 72) | def test_font_size(self): method test_params_dict (line 83) | def test_params_dict(self): method test_params_dict_after_font_size (line 92) | def test_params_dict_after_font_size(self): class TestFigureSize (line 111) | class TestFigureSize: method setup (line 112) | def setup(self): method test_defaults (line 115) | def test_defaults(self): method test_ratio_no_height (line 119) | def test_ratio_no_height(self): method test_ratio_height (line 123) | def test_ratio_height(self): method test_height_no_ratio (line 127) | def test_height_no_ratio(self): method test_height_too_high (line 130) | def test_height_too_high(self): method test_columns (line 136) | def test_columns(self): class TestSaveFigure (line 142) | class TestSaveFigure: method setup (line 143) | def setup(self): method test_raises_error_if_directory_does_not_exist (line 146) | def test_raises_error_if_directory_does_not_exist(self): method test_raises_error_if_directory_is_file (line 153) | def test_raises_error_if_directory_is_file(self): method test_raises_error_if_no_permission_directory_does_not_exist (line 159) | def test_raises_error_if_no_permission_directory_does_not_exist(self): method test_raises_error_if_no_permission_directory_exists (line 166) | def test_raises_error_if_no_permission_directory_exists(self): method test_raises_error_if_file_format_not_supported (line 174) | def test_raises_error_if_file_format_not_supported(self): method test_warns_if_no_figures (line 181) | def test_warns_if_no_figures(self): method test_saves_if_all_good (line 187) | def test_saves_if_all_good(self): method test_saves_if_from_context_manager (line 194) | def test_saves_if_from_context_manager(self): class TestFigure (line 202) | class TestFigure: method test_default_size_is_figure_size (line 203) | def test_default_size_is_figure_size(self): method test_figure_size_is_kwarg_size (line 213) | def test_figure_size_is_kwarg_size(self): method test_parameters_passed_all_kwargs_default (line 222) | def test_parameters_passed_all_kwargs_default(self): method test_parameters_passed_custom_kwargs (line 238) | def test_parameters_passed_custom_kwargs(self): FILE: travis_pypi_setup.py function load_key (line 28) | def load_key(pubkey): function encrypt (line 44) | def encrypt(pubkey, password): function fetch_public_key (line 55) | def fetch_public_key(repo): function prepend_line (line 69) | def prepend_line(filepath, line): function load_yaml_config (line 80) | def load_yaml_config(filepath): function save_yaml_config (line 86) | def save_yaml_config(filepath, config): function update_travis_deploy_password (line 92) | def update_travis_deploy_password(encrypted_password): function main (line 105) | def main(args):