lablup / backend.ai-media

Auxiliary Javascript libraries for Backend.AI front-end developers
2 stars 1 forks source link

matplotlib's tight_layout() not working #11

Open achimnol opened 7 years ago

achimnol commented 7 years ago
/home/sorna/.pyenv/versions/3.6.0/lib/python3.6/site-packages/matplotlib/tight_layout.py:226: UserWarning: tight_layout : falling back to Agg renderer
  warnings.warn("tight_layout : falling back to Agg renderer")
achimnol commented 7 years ago

According to matplotlib/matplotlib#1852, the current workaround to achieve the same effect is to use fig.set_tight_layout(True) instead of fig.tight_layout() in the user-side.

achimnol commented 7 years ago

I think we need to write some documentation for in-kernel programming and "sorna" helper package.