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

Feature Request: Additional plot function #1

Open
busiing opened this issue May 10, 2019 · 0 comments
Open

Feature Request: Additional plot function #1

busiing opened this issue May 10, 2019 · 0 comments

Comments

@busiing
Copy link
Member

busiing commented May 10, 2019

For my recent project, I am building a matplot.pyplot graph with 3 subplots and a slider function.

First, you see the whole year.
Figure_1
If you click into the slider the x-axis is reduced to a 1-week view (168 timesteps - hourly resolution).
Figure_2

With the function io_plot - the process takes about 1 minute. The frame updating through the slider function takes also some time.

I created a plot function for stacked bar charts with the matplotlib.pyplot function fill_between. (Link to Feature Request

I am working on integrating that function in oemof/visio to speed up the plot function.
But since I am new to programming at all - I could use some help for the styleguide and protect visio from "dirty" code.

Are you open for some help next week in Oldenburg @uvchik?

@busiing busiing changed the title Speedup visio with additional plot function Feature Request: Additional plot function May 10, 2019
busiing added a commit to busiing/oemof-visio that referenced this issue Aug 27, 2019
Add slider function
Deleted function for colour
Adjusted df adjustments
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

No branches or pull requests

1 participant