-
Hello,I'm a beginner in SolidStateDetectors, and I've installed the SolidStateDetectors package and Plots package using the following commands:
However, I encountered an issue when trying to create a plot with the error message "MethodError: no method matching mesh(::SolidStateDetectors.ConstructiveSolidGeometry.Polygon{4, Float64}, ::Int32)."
Here are the detailed error info
I'm running this code in a Jupyter Notebook in Visual Studio Code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I cannot reproduce your error and I obtain the desired plot: Which version of Plots and SolidStateDetectors are you using? (run |
Beta Was this translation helpful? Give feedback.
I cannot reproduce your error and I obtain the desired plot:
Which version of Plots and SolidStateDetectors are you using?
(run
]st Plots
and]st SolidStateDetectors
)