Software :: Gnuplot - Combining A Linear Range And Log-scale Range In The Same X-axis?
Apr 24, 2011
I want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:
Code:
X Y
0 100
10000 80
20000 75
[code]....
Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:
Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G
(The abbreviations k-M-G are not the important point. Just shown for clarity)
View 2 Replies
ADVERTISEMENT
Jun 23, 2009
get me understand the short range and the long range links from routing (and routing protocols') point of view.
View 6 Replies
View Related
Apr 11, 2011
I want to build a bash script, which can ping a range IP adresses which will be filled in by the admin. If there is no IP-adress filled in, then the script must ping the subnet where the system is logged on. So if my ip is 192.168.1.6, then the script must ping from 192.168.1.1 till 192.168.1.255 Or else, if there is given a beginning and ending ip it must ping that!
The first part of the bash script is to ping a given range (see below). But there is one problem, how can I tell the script to ping from $begin till $end, [..] is of course wrong! But what must be filled in there???
echo "Enter beginning IP-adres:"
read begin
echo "Enter ending IP-adres:"
read end
ping -c 1 $begin [..] $end
The second part is to find my own ip and ping the whole range.. How to do that? I only can find my own IP, but I cant ping the whole range,, how to do that?
#!/bin/bash
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' |
cut -d: -f2 | awk '{ print $1 }'
View 11 Replies
View Related
May 5, 2011
My screen is always telling me "signal out of range. 75.0 KHz / 60 Hz when I have my graphic card driver installed. I have tried many ways to solve that problem and I have been tried many things that I read in many tutorials. I don't know how to solve that and I've been trying new things for nearly 2 weeks.I have tried the same thimgs in ubuntu 10.10, 9.10 and 9.04 but with no results.
View 5 Replies
View Related
Nov 4, 2010
I am running a VPN (Juniper Networks client) and an ifconfig shows me that its opening a tunnel and also adding routing instructions (I think). Anyway the problem is that when I'm connected to the VPN, I lose route to all my local machines and this is getting annoying when I want to use ssh.Does anyone know how to not route a certain range of IP's through the VPN?
View 4 Replies
View Related
Feb 15, 2011
I have been trying unsuccessfully to load Debian on my desktop. I have tried both live and otherwise. Both AMD64 and i386. It seems to be loading fine and then all of a sudden the monitor quits with a sign Input signal out of range. I have tried lots of other live disks and they have worked fine. My monitor is a Hanns G and my video card is NVIDIA GeForce8200. All other stuff very normal. 4 Gigs of RAM. What?
View 4 Replies
View Related
Mar 29, 2010
I recently installed Fedora 12 -- a brand new install, not an upgrade. The system was previously using Fedora 11 without any problems. Fedora 12 installed without any issues, and I haven't really done any customization to it. I am running KDE. The system is hooked up a KVM switch.
When I am on system #2 (a Windows system) and I switch back to system #1 (Fedora) after a few minutes of time, the Fedora screen will be blank and the monitor will present an "input signal out of range" error. I can SSH into the box and kill X to get the screen back. This has not happened on this system with any previous versions of Fedora that had been running on it (everything since Fedora 7).
View 3 Replies
View Related
Mar 29, 2010
I am trying to add a custom allow rule in the firewall for a range of IPs from 74.201.102.0 - 74.201.103.255, what exactly am I supposed to enter in the source box? I believe I have to add two separate rules for 102 and 103, and I put /24 at the end of both, is this correct to get the whole range of IPs?
View 3 Replies
View Related
Dec 26, 2010
I have been trying to get a DHCP PXE server up for a few days now, this is what I got so far..I am following this how-tohere are some outputs and what-nots, go to the last one to see the problem I am having.the host network
Code:
:~> /sbin/ifconfig
br0 Link encap:Ethernet HWaddr 00:19:DB:62:97:20
[code]....
View 9 Replies
View Related
Dec 31, 2009
I thought I would drop a few findings relating to a strange problem I don't have the answer to.
I have installed both Ubuntu and now OpenSuse (alongside Windows XP) on a thinkpad T40. I own a linksys WRT54G2 wireless router.
Windows XP runs fine, and connection to the wireless network is fine everywhere in the house.
however the first time on Ubuntu and now on Opensuse 11.2, the laptop needs to be within 3 feet of the router in order to connect to the wireless network!
Strange thing is that the laptop can see the network from anywhere in the house (with a signal strength carying between 60 and 90%) - however impossible to connect.
Suse is running the ath5k driver for the internal network card.
View 2 Replies
View Related
Jul 30, 2010
I just installed Debian lenny 5.0.5 and when i start it up the monitor just displays a 'out of range' error. im using a Radeon HD 5570 graphics card and a lG W2353V-PF monitor.
what do i have to do to fix this problem?
View 2 Replies
View Related
Apr 30, 2011
Got the problem where after the Bios loads my screen just says "out of range" and I cant do anything else. Running on a live cd.
View 7 Replies
View Related
Jun 26, 2011
Lately I have been reading up on vm.swappiness. What range would you recommend I look at, my system is:
- AMD 64 X2 6000
- 8 GB on-board memory
- plenty of HD space
Usually I have only one or two programs open at a time....
View 2 Replies
View Related
Jun 29, 2011
my partition should be linux but I can't allocate it using * because the partition number (1-7): 83Value is out of range. I want to allocate everything to one big linux partition with just a small partition for windows for warranty purposes.I don't need all those other partitions which I got probably from trying out different Ubuntu versions.
steve :~$ sudo fdisk /dev/sda
[sudo] password for steve:
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
[code]....
View 9 Replies
View Related
Mar 20, 2011
I'm not really a C++ noob at all, but I am a little rusty at the moment. Still, I CANNOT figure out what is wrong with the following code. I'm using Visual Studio 2010.
Code: #include <iostream>
#include <fstream>
#include <vector>
#include <string>
[Code]....
I THINK I got all of the pertinent code. Anyway, it fails at the *** line. I CANNOT figure out why. If I modify it to be linein.size()-30, it STILL gives me an error. That makes zero sense.
View 3 Replies
View Related
Apr 15, 2011
we want to send from 1 to 4 via the path 1-2-3-4 but aodv sends it directly from 1-4 we want to restrict the range how to do so
View 1 Replies
View Related
Jul 2, 2010
i just did a graphic install of debian lenny and when i finished the installation and restarted the computer the grub boot menu appeared and i selected debian and nothing happened the monitor just displayed a message saying "out of range" i have a dell studio xps 1800is it my graphics card (it shouldn't be) how do i start x server in a different resolution (if screen resolution is the problem
View 9 Replies
View Related
Aug 4, 2010
I have recently got the Linux bible 2010 and it came with a cd and dvd containing multiple distro's of linux. I have tried them all with the same problem. Everything until the actual GUI desktop shows up from the live disks as well as an actual debian install, when I get to the desktop however out of range shows up. I have a video card hooked up, figured that might be the problem, it was not. I tried the on-board video and it also did the same thing. I also tried a different monitor, which did not work.
View 3 Replies
View Related
Oct 4, 2010
I am a Windows Server guy trying to stay afloat on this Linux installation I am doing so please bear with me. I have installed RHEL 5 and installed the updated NVIDIA 256.53 certified driver. Upon rebooting everything was great. I got to the X server login and entered my user name and password. The very next thing I see is "Out of Range" error on my monitor. I know that I needed to verify that my xorg.conf file had the proper refresh rates specified in it for my monitor, which I have done.
View 3 Replies
View Related
Mar 3, 2011
I am going to configure squid in my linux box.I have different kinds of ranges in my office.The default is as under
Code:
acl our_networks src 192.168.1.0/24 192.168.2.0/24
http_access allow our_networks
can I add my own ranges as
Code:
acl our_networks src 10.1.60.0/24 10.1.70.0/24 10.0.80.0/24 10.1.90.0/24 10.1.100.0./24
http_access allow our_networks we have divided according to floors ,like 1st floor ip range is 10.1.60.0 2nd floor 10.1.70.0 ,third 10.1.80.0 and so on. All IP ping each others successfully.
View 3 Replies
View Related
Sep 22, 2010
I do not currently fully understand relationship between binary numbers and ip addresses and subnet addresses; nor am I asking for an explanation here at LQ, when there are plenty at wikipedia and other places...
Even after reading the wikipedia article on it, I still don't grasp it completely, so I was hoping that someone who grasps it in its entirety could answer a simple question.
How can I express the range of ip addresses from 172.22.22.200 - 172.22.22.230 ?
I was trying to make a rule for iptables that only did nat on that specific range of ips, and when i tried used the "-s" flag followed by 172.22.22.200/11 it always changes to 172.0.0.0/11 in the actual rule that is created and displayed by iptables -t nat -L.
I already have many hosts defined on my network, and rather than going through each one and changing its ipaddress to 172.0.0.#, I was hoping to learn a way to represent them in the iptables rule.
View 2 Replies
View Related
Dec 21, 2010
Hopefully Ody has found a result in the 5 years since he posted this question, for anyone else looking for an answer
NMAP scan for a range of individual IP's can be done using the '-' for example:
(this is accurate as of 2010, actual results have been altered to match OP's address range)
$nmap -sP 192.168.0.1-14
Starting Nmap 5.00 ( http://nmap.org ) at 2010-12-22 09:55
Interesting ports on 192.168.0.1:
Not shown: 999 closed ports
PORT STATE SERVICE
80/tcp open http
Interesting ports on 192.168.0.2
Not shown: 999 closed ports
PORT STATE SERVICE
80/tcp open http
Interesting ports on 192.168.0.3:
Not shown: 999 closed ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 14 IP addresses (3 hosts up) scanned in 8.08 seconds
View 1 Replies
View Related
Mar 28, 2010
the electric went off and when it come back on my monitor picture was all out of range. I changed the resolution to bring the picture back in and now the words are almost unreadable.
View 1 Replies
View Related
Apr 9, 2010
I'm trying to move files from one directory to another. I only want the files that start with a capital and within a certain range. Say all files that start with a capital between A-K. I've googled this and they all say to use: [A-M]*. But it moves all files A-M regardless if they are uppercase or lowercase.
View 7 Replies
View Related
Jun 29, 2011
I have just installed UBUNTU 11.04 and found when booting that "out of range " statement came up, after a few moments it completes the boot, but as I have several distros it doesn't open the selection screen.
View 1 Replies
View Related
Feb 24, 2010
I am having a log file where there is some discontinuous of dates are there but if i go for range of date to find the records, if is some date is missing the result is displaying full file list( Start date to end of file ) How could i restrict the result upto the mentioned date range.
Code:
$cat sample.log
Jan 03 -error yyyy-1234
[code]...
View 6 Replies
View Related
Feb 7, 2011
i have squid 2.6 installed on centos i created acl which should apply to this ip range i.e 192.168.1.10-192.168.1.15 and excluded 192.168.1.13 how can i do
View 14 Replies
View Related
May 2, 2011
I have old mandrake installed and boot in text mode. Works fine with CRT monitor, but shows out of range in LCD monitor. Is there any way to fix this?
View 3 Replies
View Related
Jul 28, 2011
I've just started programming at my university and I'm finding it a bit hard to get started. I've been given this for homework.Given 2 integers, a and b, print their sum. However, sums in the range 10..19 inclusive, are forbidden, so in that case just print 20The problem I'm having is that i don't know how to tell java to print 20 when the value is in that range.
View 14 Replies
View Related
May 9, 2011
I have a RHEL 5 64bits installed on a virtual server. I set up a a dhcpd server for one subnet last week and I have a strange behavior : the IPs are provided in a decreasing order. What's the? So I have tried to exchange range values but the result remains the same.
Package version installed :
yum info dhcp
Installed Packages
Name : dhcp
Arch : x86_64
Epoch : 12
Version : 3.0.5
Release : 23.el5_6.4
Size : 2.2 M
Repo : installed
Summary : DHCP (Dynamic Host Configuration Protocol) server and relay agent
License : distributable
Here's the dhcpd.conf :
ddns-update-style none;
#autorisation du pxe
allow bootp;
allow booting;
authoritative;
log-facility local7; .....
View 2 Replies
View Related