hoffentlich könnt ihr mir helfen:
ich möchte Messwerte plotten und bin bei meiner Recherche auf matplotlib gestoßen. Voller Euphorie wollte ich loslegen, konnte aber
Code: Alles auswählen
matplotlib.pyplot
Code: Alles auswählen
dir(matplotlib)
Code: Alles auswählen
['MutableMapping', 'RcParams', 'URL_REGEX', 'Verbose', '_DATA_DOC_APPENDIX', '__bibtex__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '__version__', '__version__numpy__', '_all_deprecated', '_backports', '_color_data', '_create_tmp_config_dir', '_decode_filesystem_path', '_deprecated_ignore_map', '_deprecated_map', '_deprecated_set', '_error_details_fmt', '_get_cachedir', '_get_config_or_cache_dir', '_get_configdir', '_get_data_path', '_get_data_path_cached', '_get_home', '_get_xdg_cache_dir', '_get_xdg_config_dir', '_init_tests', '_is_writable_dir', '_obsolete_set', '_open_file_or_url', '_preprocess_data', '_python27', '_python34', '_rc_params_in_file', '_replacer', '_url_lines', '_use_error_msg', '_version', 'absolute_import', 'cbook', 'checkdep_dvipng', 'checkdep_ghostscript', 'checkdep_inkscape', 'checkdep_pdftops', 'checkdep_ps_distiller', 'checkdep_tex', 'checkdep_usetex', 'checkdep_xmllint', 'colors', 'compare_versions', 'compat', 'contextlib', 'converter', 'cycler', 'dateutil', 'dedent', 'default', 'defaultParams', 'default_test_modules', 'distutils', 'division', 'fontconfig_pattern', 'functools', 'get_backend', 'get_cachedir', 'get_configdir', 'get_data_path', 'get_home', 'get_label', 'get_py2exe_datafiles', 'inspect', 'interactive', 'io', 'is_interactive', 'is_url', 'itertools', 'key', 'locale', 'matplotlib_fname', 'mplDeprecation', 'numpy', 'os', 'print_function', 'pyparsing', 'rc', 'rcParams', 'rcParamsDefault', 'rcParamsOrig', 'rc_context', 'rc_file', 'rc_file_defaults', 'rc_params', 'rc_params_from_file', 'rcdefaults', 'rcsetup', 're', 'reload', 'sanitize_sequence', 'six', 'subprocess', 'sys', 'tempfile', 'test', 'tk_window_focus', 'unicode_literals', 'urlopen', 'use', 'validate_backend', 'verbose', 'warnings']
Ich habe die notwendigen Befehle mit
Code: Alles auswählen
pip install matplotlib
Was mache ich falsch?