Skip to content

Bad placement of aaxis LaTeX title in a scatterternary plot #1399

New issue

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

Closed
empet opened this issue Jan 21, 2019 · 1 comment
Closed

Bad placement of aaxis LaTeX title in a scatterternary plot #1399

empet opened this issue Jan 21, 2019 · 1 comment

Comments

@empet
Copy link

empet commented Jan 21, 2019

The layout for a scatternary plot:

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:

ternary-plot-atitle

@jonmmease
Copy link
Contributor

Thanks for the report @empet,

Going to move this to the Plotly.js project at plotly/plotly.js#3455

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants