Skip to content

Submit an issue to JSROOT about limits of log plot #174

@grzanka

Description

@grzanka

It seems that logarithmic plot can display only 4 decades (orders of magnitude) on vertical axis, despite setting limit to 6 decades (from 1e-4 to 1e2

        hist.fYaxis.fTitle = `Stopping power [${stpUnit.name}]`
        hist.fYaxis.fXmin = 1e-4
        hist.fYaxis.fXmax = 1e+2

https://github.com/APTG/dedx_web/blob/master/src/Components/Pages/Plot/JSRootGraph.js#L32

Please submit an issue to JSROOT repo with a code to reproduce that issue written on https://jsfiddle.net/, see comments here:
root-project/jsroot#225 (comment)

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