====== Chart ====== {{page>01_user_documentation:03_interacting_with_groimp:15_visualization:04_plotting#header}} ===== ===== {{ :01_user_documentation:03_interacting_with_groimp:07_visualization:04_plotting:waterfall_plot.png?300 |}} When created through the RGG code, chart panels are automatically displayed when the code is run. Thus, when running a project that call plots, many panels might popup. It is possible to disable their automatic creation in the [[:01_user_documentation:03_interacting_with_groimp:03_configuring:03_options|options]]. {{:01_user_documentation:03_interacting_with_groimp:02_panels:opt_disable_chart.png?400|}} Because chart panels are automatically updated when the model run, they can have a significant impact on the computation speed of the model. Three solutions to reduce this impact are: - Close them and disable their re-creation in the options. - Encapsulate all 'chart( )' method in a 'if' loop and disable them with a variable during the run. - Reduce their size (it works). Dock all chart panels in the same tab and reduce the size of that panel as much as possible.