I\'m building a small graphing utility using Pandas and MatPlotLib to parse data and output graphs from a machine at work.
When I output the graph using
<
For those that receive errors in the answers above, this has worked for me.
#Show full screen mng = plt.get_current_fig_manager() mng.full_screen_toggle()