Tutorial VNC server Ubuntu 12.04

  Instalar o VNC server no Ubuntu não podia ser mais fácil ! Em apenas 4 passos pode ter o servidor VNC a funcionar! ———————————————————————————————————————— 1º – sudo apt-get install x11vnc 2º – sudo x11vnc -storepasswd A_SUA_PASSWORD /etc/x11vnc.pass 3º – sudo chmod 744 /etc/x11vnc.pass 4º – sudo x11vnc -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -forever -bg -rfbport 5900 -o /tmp/x11vnc.log ——————…

 

Tutorial VNC server Ubuntu 12.04

  Instalar o VNC server no Ubuntu não podia ser mais fácil ! Em apenas 4 passos pode ter o servidor VNC a funcionar! ———————————————————————————————————————— 1º – sudo apt-get install x11vnc 2º – sudo x11vnc -storepasswd A_SUA_PASSWORD /etc/x11vnc.pass 3º – sudo chmod 744 /etc/x11vnc.pass 4º – sudo x11vnc -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -forever -bg -rfbport 5900 -o /tmp/x11vnc.log ——————…

 

Matplotlib: draw a series of radial lines on PolarAxes

I’m trying to replicate a certain plot using matplotlib: it should look something like this. I have seen that it it possible to use the PolarAxes to draw radial points: for istance i’ve made a really simple polar plot with the following snippet: import matplotlib.pyplot as plt fig = plt.figure() # Set the axes as polar ax = fig.add_subplot(111, polar=True) # Draw some points ax.plot([0],[1], ‘o’) ax.plot([3],[1], ‘o’) ax.plot([6],[1], ‘o’) # Go …

 

Matplotlib: draw a series of radial lines on PolarAxes

I’m trying to replicate a certain plot using matplotlib: it should look something like this. I have seen that it it possible to use the PolarAxes to draw radial points: for istance i’ve made a really simple polar plot with the following snippet: import matplotlib.pyplot as plt fig = plt.figure() # Set the axes as polar ax = fig.add_subplot(111, polar=True) # Draw some points ax.plot([0],[1], ‘o’) ax.plot([3],[1], ‘o’) ax.plot([6],[1], ‘o’) # Go …

 

Tutorial VNC server Ubuntu 12.04
  Instalar o VNC server no Ubuntu não podia ser mais fácil ! Em apenas 4 passos pode ter o servidor VNC a funcionar! ———————————————————————————————————————— 1º – sudo apt-get install x11vnc 2º – sudo x11vnc -storepasswd A_SUA_PASSWORD /etc/x11vnc.pass 3º – sudo chmod 744 /etc/x11vnc.pass 4º – sudo x11vnc -auth /var/run/lightdm/root/:0 -noxrecord -noxfixes -noxdamage -rfbauth /etc/x11vnc.pass -forever -bg -rfbport 5900 -o /tmp/x11vnc.log ——————…

Post imported by Google+Blog for WordPress.