Skip to main content
0 votes
1 answer
51 views

I want to plot points in ggplot2 with colors mapped to a variable (director), but I don’t want a legend for the points. At the same time, I have a line (geom_smooth) colored by another variable (...
Winston Castorp's user avatar
0 votes
1 answer
65 views

The question is how to make working Show/Hide button to selected lines ? In my code i make two section with 5 title. In one section i want hide Title 4 and 5 In two section i want hide Title 3,4,5 It ...
Algiz's user avatar
  • 3
0 votes
0 answers
58 views

I have a map where a user can mouse over a number on the map and have an info card pop up. Then when they click on the number it links to the card infos website. This doesnt work on mobile because ...
camster's user avatar
1 vote
2 answers
100 views

I'm using the unicode-show package to make a passing hspec test: code: ...(show . Data.List.NonEmpty.head $ infiles2, outFile2) `shouldBe` ("\"/foo/bar/baz - :.ogg\"", outFile1))......
cheecheeo's user avatar
  • 701
1 vote
0 answers
49 views

I'm trying to design a type that holds some value and keeps track of all operations done upon it. It does this by storing them in string format (this is not for a project, just learning) I tried to ...
SHIPWECK's user avatar
  • 109
0 votes
1 answer
126 views

Good Day, I am using Intellij 2024.1.3 and Oracle OpenJDK 22.0.1 this is my build.sbt: ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.4.2" lazy val root = (...
Ali Tc's user avatar
  • 7
1 vote
1 answer
89 views

Sorry I'm pretty hopeless with Javascript. I have a script that shows a popup which then fades out. But I cannot get it to reset. The code as it stands only works once. function myFunction$users5()...
AL W's user avatar
  • 37
0 votes
1 answer
162 views

I have the following code that produces a window with a QTableView visible. I add a QTextEdit to the right but hide it. When I run the code it looks as though space has been reserved on the right for ...
John's user avatar
  • 322
0 votes
1 answer
43 views

I have the following code to print a schedule from inputs but can't make the last line spread under the like the header does. My showRecord code is as follows... Class Appointment: def __str__(...
IvyDreamer's user avatar
0 votes
2 answers
56 views

I have a familytree site that can produce a complete tree (may show thousands of members) which takes some time to figure out. So while loading it shows a picture of a growing tree, and when ready it ...
Peter Crom's user avatar
0 votes
1 answer
254 views

I've got a button that should appear depending upon whether or not a product or one of its variations (if it's a variable product) is out of stock. If it's in stock, don't display it. Been playing ...
Adam Bell's user avatar
  • 1,045
0 votes
2 answers
59 views

This script works very well. But I want to show and hide different texts with different expand/hide links in the same multiple tables of the same page. Without JQuery this simple script is preferred. ...
Oguz Coskun's user avatar
0 votes
1 answer
103 views

I am using TYPO3 11.x with bootstrap_package an gridelements. Because I want to make an accordeon with different types of content I've integrated gridelements w/dataprocessing. It almost works, but I ...
Ralho's user avatar
  • 29
0 votes
0 answers
37 views

I try to implement a login form. Until now, I've set the Login-Dialog seperately from the MainWindow: current_user = current_user() login_form = Loginpage(df_benutzer, current_user) form.show() window ...
Stefan Bongers's user avatar
1 vote
1 answer
22 views

I wrote a jquery for show more and show less item. It works fine only for first item. But when I am going another item and select to show more item. It's not working. I understand that when I am ...
Rasel Sheikh's user avatar

15 30 50 per page
1
2 3 4 5
168