Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate multiple svg graphs #532

Closed

Conversation

glinesbdev
Copy link
Contributor

@glinesbdev glinesbdev commented Jan 4, 2024

This work is based on #530 and should be merged in after that PR.

Example Usage:

import graph_render

graph1 = graph_render.GraphData(['Time (ms)'], 'graph1.csv', 'First Graph')
graph2 = graph_render.GraphData(['Demographic', 'Currency'], 'graph2.csv', 'Second Graph')

graph_render.gen_graphs([graph1, graph2])

@avivace avivace requested review from avivace and ISSOtm January 5, 2024 09:54
@avivace
Copy link
Member

avivace commented Jan 11, 2024

I'm on this, thanks @glinesbdev !

Copy link
Member

@avivace avivace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved the comment in the other PR

@avivace
Copy link
Member

avivace commented Feb 20, 2024

@avivace avivace closed this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants