Hello,
I know how to remove a line from an axes. But a I also want to remove the
label of the line from the legend of the axes.
In the sample code you can see two labels in the legend, while there is only
one line in the axes left.
import numpy as N
from matplotlib.pyplot import *
x = N.linspa
2009/6/12 Virgil Stokes
> I am rather new to matplotlib and would appreciate help on how I can install
> matplotlib with Python 2.6.2 on a Windows Vista platform.
>
>
>
You have to build it manually. Assumed you have Visual Studio 2008
installed:
1. install freetype (freetype-2.3.5-1-setup.ex
> Magnus Benjes wrote:
>> Hello,
>> in version 0.98.5.2 the polar plot still has a problem with negativ
>> angles.
>> The polarplot is drawing a circle when the angle changes from negativ to
>> positiv (e.g. from -0.01 to +0.01).
>
> Your example works fin
Hello,
in version 0.98.5.2 the polar plot still has a problem with negativ angles.
The polarplot is drawing a circle when the angle changes from negativ to
positiv (e.g. from -0.01 to +0.01).
But in "What new in 0.98.4"
(http://matplotlib.sourceforge.net/users/whats_new.html) I can read:
"Fix p
.
Regards
Magnus Benjes
import sys
from PyQt4 import QtGui, QtCore
import numpy
import matplotlib
from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg
x = numpy.arange(0,10,0.1)
y = x**2
qApp = QtGui.QApplication(sys.argv)
mainWindowMdi = QtGui.QMainWindow