-
EmbedPy question, function in python that returns more than one value.
Python code : fig, axes = plt.subplots(ncols=2, figsize=(24, 8), dpi=100)
q code :
plt:.p.import[`matplotlib;`:pyplot]
plt[`:subplots;<;pykwargs `ncols`figsize`dpi!(2;24 8;100)] returns (foreign;foreign) – corresponding to (fig, axes) in python. How do I access each value of the returned list of (foreign;foreign), inside q?Thanks,
Kumar
Log in to reply.