You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
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
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.
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)
The text was updated successfully, but these errors were encountered: