tacos_plot

topicpy.tacos_plot.tacos_plot

alias of topicpy.tacos_plot.tacos_plot

topicpy.tacos_plot.scatterdense(x, y, ax=None, nbins=80, colorbar=False, c_title='density', **kwargs) → None[source]

Plot a scatter plot with density

Parameters:
  • x – list of first variable
  • y – list of second variable
  • ax – matplotlib.pyplot.Axes add here or create a new one
  • nbins – number of bins
  • colorbar – plot colorbar
  • c_title – color bar title
  • **kargs

    arguments to be passed to matplotlib.pyplot.scatter