X Tutup
Skip to content

colorbar values could take advantage of offsetting and/or scientific notation #5470

@anntzer

Description

@anntzer

Currently, colorbars seem to label their values by simply printing them out (with str). It may be advantageous to use scientific notation and offset the values when needed (like axes do) instead.

Silly example:

from pylab import *; plt.imshow(np.random.rand(32, 32) / 1000); plt.colorbar(); plt.show()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup