Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2648

Re: how to plot the x-axis in terms of percentage

From Jörg Buchholz <bookwood4news@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: how to plot the x-axis in terms of percentage
Date 2014-12-03 09:14 +0100
Organization A noiseless patient Spider
Message-ID <m5mgp7$p5d$1@dont-email.me> (permalink)
References <3dbf7fef-9afb-423c-b06d-4db083a7de40@googlegroups.com>

Show all headers | View raw


Roshni Rajkumari wrote:
> Hi,,
>      How do i make the x-axis in gnuplot show in terms of percentage..
>      i.e. 2%   4%   6%   8%......
>
set format x "%.0f%%"
set xtics  0,1,10
set xrange [0:10]

This will get you a plot from 0 to 10 with 0% to 10 % on the x-axis

Jörg

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

how to plot the x-axis in terms of percentage Roshni Rajkumari <rajkumari.roshni@gmail.com> - 2014-12-02 20:28 -0800
  Re: how to plot the x-axis in terms of percentage Jörg Buchholz <bookwood4news@freenet.de> - 2014-12-03 09:14 +0100

csiph-web