We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The layout for a scatternary plot:
scatternary
layout=dict(title= 'Plot title', width=500, height=400, ternary= {'sum':1, 'aaxis':{'title': '$Na_2O+K_2O (A)$', 'linewidth':1.5}, 'baxis':{'title': '$Fe_2O_3 (F)$', 'linewidth':1.5}, 'caxis':{'title': '$MgO (M)$', 'linewidth':1.5}}, font=dict(family= 'Sherif', size=12), showlegend= True) fw=go.FigureWidget(data=[pl_ternary], layout=layout)
places the aaxis title in the upper-left corner of the plot paper/window:
The text was updated successfully, but these errors were encountered:
Thanks for the report @empet,
Going to move this to the Plotly.js project at plotly/plotly.js#3455
Sorry, something went wrong.
No branches or pull requests
The layout for a
scatternary
plot:places the aaxis title in the upper-left corner of the plot paper/window:
The text was updated successfully, but these errors were encountered: