A question about --right-axis-format

John huysing <[email protected]>
Newsgroups gmane.comp.db.rrdtool.user
Message-ID <CAAWG9zBrJ5nr6WQRFXXenJidCGnk14CxO8M8HaExKCGJ2N2h4Q@mail.gmail.com>
I have several graphs were I have   "--right-axis", "1:0"  so that I have
the scale on both sides of the graphs.

For most of the graphs the format of the left and right side is the same.

ie: 1Ok on the left and 10K on the right

I have a set of defaults
    my @rrdDefaults = (
        "--imgformat", "PNG", "--interlace",
        "--disable-rrdtool-tag",
        "--pango-markup",
        "--font=TITLE:20:FreeSans",
        "--font=AXIS:14:FreeSans",
        "--right-axis", "1:0",
                "--units=si",
                "--color", 'BACK#000000',      #ffffff',      # Background
Color
                "--color", 'CANVAS#000000',    #ffFFFF',    # Canvas (Grid
Background)
              ...
           )

But, on one graph

I have 0.1k on the left and 100.0 on the right
          1.0k                and 1000.0   on the right


Is there a way to get the same format on both side?

I have tried fiddling around with "--right-axis-format", "%3.01lf%s but
that doesn't work.

John

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.