mario.Database.plot_bubble

Database.plot_bubble(x, y, size, path=None, auto_open=True, scenario='baseline', log_x=False, log_y=False)

Creates bubble plots

Parameters:
  • x (str) – item to locate on x-axis. valid items should be a factor of production, satellite account or GDP

  • y (str) – item to locate on y-axis. valid items should be a factor of production, satellite account or GDP

  • size (str) – item to locate on size of bubble. valid items should be a factor of production, satellite account or GDP

  • path (str) – the path and the name of the file to save the plot. Like ‘pathplot.html’

  • auto_open (boolean) – if True, opens the plot automatically

  • scenario (str) – scenario to plot

  • log_x (boolean) – if True, will plot with x-axis with Logarithmic scale

  • log_y (boolean) – if True, will plot with y-axis with Logarithmic scale