Skip to content
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

Axis label and tick label size to be passed as parameters to plot.image #32

Open
harivnkochi opened this issue Nov 16, 2019 · 1 comment
Assignees

Comments

@harivnkochi
Copy link
Contributor

It would be great if we could have control over the font size of the axis labels (x, y, color) and tick labels for 2D images plotted by plot.image by passing them as parameters.

Currently the function is
arlpy.plot.image(img, x=None, y=None, colormap='Plasma256', clim=None, clabel=None, title=None, xlabel=None, ylabel=None, xlim=None, ylim=None, xtype='auto', ytype='auto', width=None, height=None, hold=False, interactive=None)

@harivnkochi harivnkochi changed the title axis label and tick label size to be passed as parameters to plot.image [feature request] axis label and tick label size to be passed as parameters to plot.image Nov 16, 2019
@mchitre mchitre self-assigned this Nov 16, 2019
@mchitre mchitre changed the title [feature request] axis label and tick label size to be passed as parameters to plot.image Axis label and tick label size to be passed as parameters to plot.image Nov 16, 2019
@mchitre
Copy link
Member

mchitre commented Apr 23, 2020

This requires Bokeh support, and should be done at a theme level, rather than a plot level. Bokeh seems to have some support for it, see discussion. To be investigated further.

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

No branches or pull requests

2 participants