toshiakiasakura / contextplt

Context manager style of matpotlib.
MIT License
0 stars 0 forks source link

set_ax in Multiple should be modified for the later editing. #8

Closed toshiakiasakura closed 2 years ago

toshiakiasakura commented 3 years ago

Since set_ax first set xlabel, ylabel options, if these parameters are overwridden, the parameters have no meaning. To avoid this problem, context manager within context manager or decorater will be in need.