Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Add plot subcommand #983

Merged
merged 15 commits into from
Aug 26, 2021
Merged

Add plot subcommand #983

merged 15 commits into from
Aug 26, 2021

Conversation

dchassin
Copy link
Member

@dchassin dchassin commented Aug 25, 2021

This PR add the plot subcommand.

Current issues

  1. Some of the available plot and figure options supported by Pandas and Matplotlib are not completed supported yet. Typically, only str typed options may be used unless the default option is already of the type required. If the default is None and the required types or str, int, float, bool, list, etc., then the parsing will always be to str and may not work as desired.

Code changes

  • Add gldcore/scripts/gridlabd-plot.py

Documentation changes

Test and Validation Notes

  • Added gldcore/scripts/autotest/test_plot.glm
  1. This subcommand should work with any "standard" CSV file that can be read by Pandas read_csv() with no options specified.

@dchassin dchassin marked this pull request as ready for review August 25, 2021 20:13
@dchassin dchassin self-assigned this Aug 25, 2021
@dchassin dchassin added the enhancement Request an enhancement or new feature label Aug 25, 2021
@aivanova5 aivanova5 merged commit ecd9fcb into develop Aug 26, 2021
@aivanova5 aivanova5 deleted the develop-add-plot-subcommand branch August 26, 2021 17:17
@aivanova5 aivanova5 mentioned this pull request Aug 26, 2021
17 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Request an enhancement or new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants