Skip to content

pandas.tests.test_graphics error #2080

@lodagro

Description

@lodagro

When running nosetests on master i get one error.
This occurs when plotting a dataframe with multiindex holding unicode.
It must be related to my environment since the travis build passes.

python 2.7
numpy 1.6.2
matplotlib 1.1.0 (backend: Qt4Agg)

======================================================================
ERROR: test_plot (pandas.tests.test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<...>/pandas/tests/test_graphics.py", line 207, in test_plot
    _check_plot_works(df.plot, title=u'\u03A3')

<...>

<...>/lib/python2.7/site-packages/matplotlib/cbook.py", line 1832, in is_math_text
    "matplotlib display text must have all code points < 128 or use Unicode strings")
ValueError: matplotlib display text must have all code points < 128 or use Unicode strings

Metadata

Metadata

Assignees

No one assigned

    Labels

    Testingpandas testing functions or related to the test suiteVisualizationplotting

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions