Skip to content

Instantly share code, notes, and snippets.

@kperry2215
Created July 15, 2019 00:06
Show Gist options
  • Save kperry2215/95288b7ae95b4c05e03a911e9f0a845b to your computer and use it in GitHub Desktop.
Save kperry2215/95288b7ae95b4c05e03a911e9f0a845b to your computer and use it in GitHub Desktop.
#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