Matplotlib 3.0 Cookbook
上QQ阅读APP看书,第一时间看更新

Working in non-interactive mode

In the interactive mode, we have seen the graph getting built step by step with each instruction. In non-interactive mode, you give all instructions to build the graph and then display the graph with a command explicitly.