Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

error checking should be performed as early as possible (here: non-ASCII str's in e.g. ylabel()) #2560

Closed
Milestone
@hmeine

Description

@hmeine

When using set_ylabel('Täst') in the ipython notebook, there will not be any plot, but also no error message visible. The real problem is that the notebook does not show exceptions that happen in draw(), but also in the console ipython, an exception raised by set_ylabel() itself would be rendered much better than the one coming asynchroneously from draw().

If possible, an exception like this one:

  File "/usr/lib/pymodules/python2.7/matplotlib/cbook.py", line 1797, in is_math_text    "matplotlib display text must have all code points < 128 or use "ValueError: matplotlib display text must have all code points < 128 or use Unicode strings

should already be raised in the Text() constructor (or whereever appropriate).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp