We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add_axis
add_mark
With this improvement, we can do
fig.add_axis(ax_x, ax_y, ax_z);
At the moment, we can only add one axis or one mark at a time.