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
I was following the nice tutorial on how to make a pvds.
However, I get an attribute error when I try to show my chosen path. Could you please assist me in fixing this?
error message
path.show_on_axis(ax, spacing=1, color='r')
AttributeError: 'Path' object has no attribute 'show_on_axis'
I am using Python 2.7 if that helps at all.
The text was updated successfully, but these errors were encountered:
Hi developers.
I was following the nice tutorial on how to make a pvds.
However, I get an attribute error when I try to show my chosen path. Could you please assist me in fixing this?
error message
path.show_on_axis(ax, spacing=1, color='r')
AttributeError: 'Path' object has no attribute 'show_on_axis'
I am using Python 2.7 if that helps at all.
The text was updated successfully, but these errors were encountered: