Most voted "spyder" questions
8 questions
Sort by count of
-
2
votes1
answer2222
views -
2
votes2
answers93
viewsRuntimeexception when using colorbar() Spyder IDE
I am a code to show the use of self-organizing maps and error appears when using colorbar function. Error happens on line colorbar(). Before that the way out was: So when I run the line colorbar().…
-
1
votes2
answers1111
viewsImport Pysimplegui in Visual Code
I have a mistake when I use Pysimplegui import PySimpleGUI as sg ModuleNotFoundError: No module named 'PySimpleGUI Pysimplegui is installed correctly on the computer so much that I use it on Spyder.…
-
1
votes1
answer364
viewsAttributeerror: str Object has no attribute 'num_points'
I am trying to create a data collector of an experiment I am doing. So far I have the following code: in an archive experiments.py has the class: import csv class Experimento: def __init__(self,…
-
1
votes1
answer40
viewsgraphics generation automation with Seaborn is creating repeated colobars
I have the following problem: I have a database consisting of a 2D array of measures that vary over time. For each time measure, I need to generate a color map chart to be merged later into a gif or…
-
0
votes1
answer103
viewsRemove a value from a list
I want to remove two values from a list. Of type I have an array: vet[0]*3 for i in range(3): vet[i]=input('Digite um valor: ') I want to remove as much and as little as possible. How do I? I’ve…
-
0
votes1
answer305
viewsProblems running Tkinter program in Spyder IDE
I am writing a python code (3.7) using the Tkinter library, I am also using Spyder IDE (py-3) | Anaconda (3) to write the code. When I run it, the IDE only shows the [in] (runfile) in the ipython…
-
0
votes0
answers22
viewsSpyder Variable Explorer Error
I get this error message when I try to look at the variables in Spyder. But there is no error in the console. The code runs normal. But when I try to access the variables in Variables Explorer, this…