28 February 2023 5 8K Report

Hi, i want to make stereonet plots in Jupyter, i followed example codes of "mlpstereonet" and "jelinekstat" (Montoya-Araque, E.A., Suarez-Burgoa, L., 2018) in their tutorial , and i found a problem that i couldn't solve.

the error is: "tuple indices must be integers or slices, not tuple" that related to code : ax = fig.add_subplot(111, projection='stereonet')

Version of matplotlib is 3.7.0, and mlpstereonet is 0.6, and my codes are shown below. Is it because of a version mismatch, or is there a problem in my codes? Wish somebody could tell me what's wrong. Thanks!

More Zihao Wang's questions See All
Similar questions and discussions