-
Notifications
You must be signed in to change notification settings - Fork 63
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
add simple_plotly function for pandapipes #430
base: develop
Are you sure you want to change the base?
Conversation
* only tested with gas grids * some components are still missing (heat exchanger, compressor...)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #430 +/- ##
===========================================
- Coverage 87.91% 86.82% -1.09%
===========================================
Files 79 81 +2
Lines 4717 4776 +59
===========================================
Hits 4147 4147
- Misses 570 629 +59 ☔ View full report in Codecov by Sentry. |
rename to simple_plotly_gas |
Traces for compressors and valves added (as lines with dedicated colors) |
Like
simple_plotly
from pandapower but for pandapipes (interactive plotting function).So far, only tested with gas grids.
Some components are still missing and the infofunction could be improved.
For every component, a
create_..._trace
function should be implemented. Different marker symbols can be used. Plotly provides a bunch of pre-defined symbols (listed here). If you have suggestions, which symbols are suitable for specific components, please let us know.marker: bowtie)Contributions welcome!