Den 2023-04-13 skrev MRAB :
> On 2023-04-13 19:41, Martin Schöön wrote:
>> Anyone had success running this example?
>> https://tinyurl.com/yhhyc9r
>>
>> As far as I know I have an up-to-date matplotlib installed. Pip has
>> nothing more modern to offer me.
>>
> All I can say is that it works for
On 2023-04-13 19:41, Martin Schöön wrote:
Anyone had success running this example?
https://tinyurl.com/yhhyc9r
When I try I get this error:
"TypeError: __init__() got an unexpected keyword argument 'transform'"
This is for the line
"m = MarkerStyle(SUCESS_SYMBOLS[mood], transform=t)"
Yes,
On 4/13/2023 2:41 PM, Martin Schöön wrote:
Anyone had success running this example?
https://tinyurl.com/yhhyc9r
When I try I get this error:
"TypeError: __init__() got an unexpected keyword argument 'transform'"
This is for the line
"m = MarkerStyle(SUCESS_SYMBOLS[mood], transform=t)"
Yes,
Anyone had success running this example?
https://tinyurl.com/yhhyc9r
When I try I get this error:
"TypeError: __init__() got an unexpected keyword argument 'transform'"
This is for the line
"m = MarkerStyle(SUCESS_SYMBOLS[mood], transform=t)"
Yes, I know, I could dive into the documentation
Op zaterdag 20 februari 2016 09:43:35 UTC+1 schreef Mark Lawrence:
> On 20/02/2016 07:42, jenswaelk...@gmail.com wrote:
> > When I use either of the following commands I get an error for which I
> > don't have a solution, could someone here help me further?
> > These are the commands:
> > import m
Op zaterdag 20 februari 2016 09:50:05 UTC+1 schreef Dave Farrance:
> It occurs to me now that the trackback might misidentify the module in
> use, if say, you'd named a file "numbers.py" then got rid of it later
> leaving a "numbers.pyc" somewhere. If so, see where it is:
>
> import numbers
> prin
Dave Farrance wrote:
>It occurs to me now that the trackback might misidentify the module in
>use, if say, you'd named a file "numbers.py" then got rid of it later
>leaving a "numbers.pyc" somewhere. If so, see where it is:
>
>import numbers
>print numbers.__file__
I seem to have "numbers" on th
It occurs to me now that the trackback might misidentify the module in
use, if say, you'd named a file "numbers.py" then got rid of it later
leaving a "numbers.pyc" somewhere. If so, see where it is:
import numbers
print numbers.__file__
--
https://mail.python.org/mailman/listinfo/python-list
On 20/02/2016 07:42, jenswaelk...@gmail.com wrote:
When I use either of the following commands I get an error for which I don't
have a solution, could someone here help me further?
These are the commands:
import matplotlib.pyplot as plt
Are you certain that this is what you typed?
C:\Users\Ma
jenswaelk...@gmail.com wrote:
> File "/usr/lib/python2.7/decimal.py", line 3744, in
>_numbers.Number.register(Decimal)
>AttributeError: 'module' object has no attribute 'Number'
Your decimal module seems broken. Confirm that in the Python shell:
import numbers
print numbers.Number
I'm gue
When I use either of the following commands I get an error for which I don't
have a solution, could someone here help me further?
These are the commands:
import matplotlib.pyplot as plt
or
from matplotlib.pyplot import pyplot as plt
This is the error I get:
Traceback (most recent call last):
thorstenkranz wrote:
> Hi everyone,
>
> I'm new here and I have a question ( I guess as everybody who is new
> here ;-) ),
>
> I'm having some strange problem with Matplotlib, using it in a Tkinter
> application.
>
> I create a Canvas, a figure, subplot and
Hi everyone,
I'm new here and I have a question ( I guess as everybody who is new
here ;-) ),
I'm having some strange problem with Matplotlib, using it in a Tkinter
application.
I create a Canvas, a figure, subplot and then a toolbar. It works
fine, but only without the toolbar! When
Recently, I have been trying to test Python as an alternative to
Matlab. I have problems getting matplotlib to work on Windows
(ActivePython 2.4.2). After installing the precompiled binary packages
for NumPy 0.9.5 and Matplotlib 0.87.1, I get this error message:
>>> import pylab as p
Traceback (m
14 matches
Mail list logo