You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating LibGEOS geometries, such as shapes and polygon, I am not able to plot using the standard Plots.jl commands, as is shown in this example. When trying this I get the error: "Cannot convert LibGEOS.Polygon to series data for plotting". After posting this question on the Julia slack, I think it is due to the separation of plotting into the GeoInterfaceRecipes package, like in this issue for GeoJSON. Adding the GeoInterfaceRecipes package to my environment did not fix the problem.
The text was updated successfully, but these errors were encountered:
When creating LibGEOS geometries, such as shapes and polygon, I am not able to plot using the standard Plots.jl commands, as is shown in this example. When trying this I get the error: "Cannot convert LibGEOS.Polygon to series data for plotting". After posting this question on the Julia slack, I think it is due to the separation of plotting into the GeoInterfaceRecipes package, like in this issue for GeoJSON. Adding the GeoInterfaceRecipes package to my environment did not fix the problem.
The text was updated successfully, but these errors were encountered: