projectmesa / mesa-viz-tornado

Apache License 2.0
2 stars 8 forks source link

How do I create an unsupported chart type? #10

Open drew1horn opened 4 years ago

drew1horn commented 4 years ago

I'd like a stacked area chart showing the numbers of each kind of agent.

drew1horn commented 4 years ago

Add a guide in the documentation about which module(s) need to be modified. And, some hints about how to modify them would be very helpful. No matter how many chart types you support somebody is always going to want another one. https://python-graph-gallery.com/250-basic-stacked-area-chart/ has hundreds of chart types and you can't do them all.

I'm also adding a feature request for the stacked area chart. I'm surprised it hasn't been requested already.

tpike3 commented 4 years ago

Are you talking about a stacked bar chart for the visualization server or just in general based on the data collector outputs?

drew1horn commented 4 years ago

On Wed, Jul 29, 2020 at 7:10 AM Tom Pike notifications@github.com wrote:

Are you talking about a stacked bar chart for the visualization server or just in general based on the data collector outputs?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/projectmesa/mesa-viz-tornado/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACVYFZE7YMVOPDGDHFLPXLR6ANULANCNFSM4PJA45TQ .

-- Drew Einhorn Where are we going? And, why am I in this handbasket?

jackiekazil commented 3 years ago

Related projectmesa/mesa-viz-tornado#9

tpike3 commented 1 year ago

@drew1horn It may be better to switch to Mesa new python based visualization that will allow you to do this bay using all the visualizations available through matplotlib. See our visualization tutorial