Download the uhepp data directly as a JSON file.
Download JSON
Copy the download URL
Make sure you've set up an API access token.
import uhepp plot = uhepp.pull("5b681f52-1313-4cfc-8729-fd94e31aa271") # Modify, save, render or show plot locally plot.show()
import uhepp # Create a histogram or retrieve one from a location file hist = uhepp.from_json("local_file.json") hist.push(317)
uhepp pull 5b681f52-1313-4cfc-8729-fd94e31aa271
uhepp show 5b681f52-1313-4cfc-8729-fd94e31aa271
uhepp push 317 local_file.json
To use the variation feature, you must add variation data to the yields object. Please note that the stacks must not use any varied yield in the default view.
yields
Reset all view modifications. Pull the plot to make permanent changes.
Save the current view into another collection.
Save as new plot