Creditas / galeritas

Galeritas is an open library for data visualization.
Apache License 2.0
37 stars 3 forks source link

[Feature Request] Subplotting with Galeritas custom graphs #5

Closed joaoOarthur closed 2 years ago

joaoOarthur commented 2 years ago

Context

Since the figure and axis object are created within each function, like:

stacked_percentage_bar_plot example fig, ax = plt.subplots(figsize=figsize, dpi=120)

We can't produce subplots using Galeritas graphs.

Describe your proposed solution

We could include some parameters to allow any graph to be displayed as one figure or part of a customized subplot.

Describe alternatives you've considered

No response

Any other comments?

No response

joaoOarthur commented 2 years ago

resolvido no PR #7