-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am facing a very frustrating issue with my computer right now. I successfully upgraded to Ubuntu 12.10 this afternoon, but after the upgrade, the graphical user interface seems completely broken. To be more specific, I can not get the Unity bar to appear on the right.
I have tried many things,…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I turned on my pc this morning and unity will not load at all. I have tried loading it manually using ctrl+alt+f1 and all i got from it was the following:-
compiz (core) - Info: Loading plugin: core
compiz (core) - Info: Starting plugin: core
compiz (core) - Info: Loading plugin: ccp
compiz (core)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've been setting up a fresh magento 1.4.0.1 install, working great so far. I did some test orders just to see. Everything works fine, but when I click on "view order" under "my orders", I get a bunch of error messages:
There has been an error processing
your request
Notice: iconv_substr()
…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to decide which spare server I should use to build a backup file/print server. These are both Dell PE2950 machines that haven't been used in about a year or so. One has 2 2.0 ghz quad core procs, and the other has 2 3.0 ghz dual core procs. None of these are the Nehalem procs since they're…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In my servlet , I m using Tomcat 5.0 and JRE is 1.5.0 but it is giving error when I click on the URL .
As when I created a war file of my project and deployed in tomcat than it is working fine . It means that only problem with my eclipse configuration
ERROR IS : -
Apr 5, 2010 3:20:22 PM org.apache…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey all,
I have 2 sets of data (Ax, Ay; Bx, By) - I'd like to plot both of these data sets on a scatter plot with different colors, but can't seem to get it to work because it seems scatter() does not work like plot(). Is it possible to do this?
I've tried...
scatter(Ax, Ay, 'g', Bx, By, 'b')
And
scatter(Ax…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I followed the example of simple plot in qwt examples to plot a curve. The axis and the graph appear in the Qt main window user interface but the curve not. I assigned values to fit the curve but the curve not appear. Any suggestions and help how to solve the problem? Here is my code
MainWindow::MainWindow(…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to plot y1 and y2 in the same plot.
x <- seq(-2, 2, 0.05)
y1 <- pnorm(x)
y2 <- pnorm(x,1,1)
plot(x,y1,type="l",col="red")
plot(x,y2,type="l",col="green")
But when I do it like this, they are not plotted in the same plot together.
In Matlab can one do hold on, but does anyone…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have to plot many lines in GNU PLOT.No problem with the X axis. The problem that I am facing is that most of the plotted lines are at yscale [0-0.05] ,few at range 60-70 and rest at 600-700. These numbers correspond to the y axis scale values. But after I plot I can see only 3 sets of lines all…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I would like to plot multiple, perhaps thousands of line segments on a single 2D plot in Mathematica. These line segments would be determined from an algorithm that would detected and save each segments endpoints. Once the algorithm has determined all the line segments within a finite 2D plot…
>>> More