Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Last active August 2, 2020 03:09
Show Gist options
  • Select an option

  • Save sadimanna/7cda489783beb38ea53b62756c1c8725 to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/7cda489783beb38ea53b62756c1c8725 to your computer and use it in GitHub Desktop.
datapts = np.array([[22.51, 27.99, 27.3 , 39.55],
[28.23, 28.01, 35.34, 54.78],
[36.87, 36.87, 42.57, 55.54],
[38.47, 43.13, 49.08, 55.76]])
x = [5,10,15,20]
xlabs = ["5","10","15","20"]
y = [10,15,20,25]
ylabs = ["10","15","20","25"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment