<div dir="ltr"><div><div><div><div><div><div><div><div>I have several graphs were I have   "--right-axis", "1:0"  so that I have the scale on both sides of the graphs.<br><br></div>For most of the graphs the format of the left and right side is the same.<br><br></div>ie: 1Ok on the left and 10K on the right<br><br></div><div>I have a set of defaults<br>    <span style="font-family:monospace,monospace">my @rrdDefaults = (<br>        "--imgformat", "PNG", "--interlace",<br>        "--disable-rrdtool-tag",<br>        "--pango-markup",<br>        "--font=TITLE:20:FreeSans",<br>        "--font=AXIS:14:FreeSans",<br>        "--right-axis", "1:0",</span><br></div><div>                "--units=si",<br>                "--color", 'BACK#000000',      #ffffff',      # Background Color<br>                "--color", 'CANVAS#000000',    #ffFFFF',    # Canvas (Grid Background)<br>              ...<br>           )<br><br></div>But, on one graph <br><br></div>I have 0.1k on the left and 100.0 on the right<br></div>          1.0k                and 1000.0   on the right<br><br><br></div>Is there a way to get the same format on both side?<br><br></div>I have tried fiddling around with "--right-axis-format", "%3.01lf%s but that doesn't work.<br><br></div>John<br><div><div><br><div><div><div><div><div><div><br></div></div></div></div></div></div></div></div></div>