Hi*, I would create with perl a probability plot with y-axis with labels not linearly scaling. The plotted datas are linear. Scaling rule is almost the following: y=-4.2648 --> label="0.001", y=-3.7191 --> label="0.01", y=-3.0905 --> label="0.1",...,y=0-->label="50", ..., y=1.2817->label="90", as in the template used for xmgrace plot:

@ yaxis tick major 0, -4.2648

@ yaxis ticklabel 0, "0.001"

@ yaxis tick major 1, -4.2648

@ yaxis ticklabel 1, "0.001"

@ yaxis tick major 2, -3.7191

@ yaxis ticklabel 2, "0.01"

@ yaxis tick major 3, -3.0905

@ yaxis ticklabel 3, "0.1"

@ yaxis tick major 4, -2.3268

@ yaxis ticklabel 4, "1"

@ yaxis tick major 5, -1.2817

@ yaxis ticklabel 5, "10"

@ yaxis tick major 6, -1.2817

@ yaxis ticklabel 6, "10"

@ yaxis tick major 7, 0

@ yaxis ticklabel 7, "50"

@ yaxis tick major 8, 0

@ yaxis ticklabel 8, "50"

@ yaxis tick major 9, 1.2817

@ yaxis ticklabel 9, "90"

@ yaxis tick major 10, 2.3268

@ yaxis ticklabel 10, "99"

@ yaxis tick major 11, 3.0905

@ yaxis ticklabel 11, "99.9"

@ yaxis tick major 12, 3.7191

@ yaxis ticklabel 12, "99.99"

@ yaxis tick major 13, 4.265

@ yaxis ticklabel 13, "99.999"

In which way can I get it? Can I use some particular tool or ppm? Thanks in advance, Nellina.

In reply to How to plot a graph setting a y axis with labels not linearly scaling by Nellina

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.