Skip to content
Snippets Groups Projects
Commit d11d27f8 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Correct figure lollipop with 2d axis

parent 56ff818e
No related branches found
No related tags found
No related merge requests found
......@@ -792,6 +792,7 @@ series.
fig = plt.figure()
ax = fig.add_subplot(111, projection='3d')
elif len(plotcoords) == 2:
fig = plt.figure()
ax = fig.add_subplot(111)
if (len(plotcoords) != 2) and (len(plotcoords) != 3):
msg = 'plotcoords need to contains 2 or 3 elements'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment