Created
July 15, 2019 00:06
-
-
Save kperry2215/95288b7ae95b4c05e03a911e9f0a845b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Plot the 'TotalBaseNonWaterVolume' variable over time | |
generate_plot(dataframe, x_variable='JobStartDate', | |
y_variables=['TotalBaseNonWaterVolume'], | |
plot_title='Total Base Non-Water Volume for Fracs over Time') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment