##// END OF EJS Templates
Make BG color of inline plot configurable...
Make BG color of inline plot configurable pylabtools.print_figure respects the facecolor/edgecolor setting in the figure instance, instead of overriding by hard-coded color. Now user can set color by matplotlibt API (e.g., fig.set_facecolor) or IPython configuration.
Takafumi Arakaki -
r7798:0db14eac
Show More
Name Size Modified Last Commit Author
/ IPython / nbformat / v2
tests
__init__.py Loading ...
convert.py Loading ...
nbbase.py Loading ...
nbjson.py Loading ...
nbpy.py Loading ...
nbxml.py Loading ...
rwbase.py Loading ...