``` fplt.foreground = '#FFFFFF' fplt.background = '#333333' self.__ax, self.__ax2, self.__ax3 = fplt.create_plot(symbol, rows=3) ``` when i create more than 1 rows, second row always be white background, how can i make it be a dark mode like other rows.