Posts by DanielB • 21 points
3 posts
-
1
votes0
answers853
viewsQ: Typeerror: importPoisson() takes 1 positional argument but 2 Were Given
I am trying to import from an external file some data to be able to generate a graph and such, but every time of this error, follows my code: They may also say bugs you found in my code that can be…
-
0
votes2
answers131
viewsQ: Blank spacing does not leave the html document
Well, I’ve looked at several solutions like: *,html{ margin: 0; padding: 0;} / body, html{ margin: 0; padding: 0;}, but none solved the solution of the blank spacing on the page, follows the code…
-
1
votes1
answer41
viewsQ: Buttons are not displayed correctly
I am trying to add 2 Jbuttons to a program, I do all the process to add, but shows only one. package ldegraphic; import java.awt.Graphics; import javax.swing.*; public class LDEGraphic extends…