Skip to content

Inconistent numeric format on logarithmic axis labels #132

Closed
@AndiMD

Description

@AndiMD

Hi all,

Numeric formats for axis labels are inconsistent. See example code and plot attached.
I'm on Linux, Julia 0.6 with Plots 0.12.0,PlotlyJS 0.6.4.

using PlotlyJS
xdata = logspace(22, 27, 100)
ydata = 1 ./ log.(xdata)
plot(scatter(; x = xdata, y = ydata, mode = "lines"), Layout(xaxis_type = "log"))

xaxis

CrossRef: JuliaPlots/Plots.jl#973

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