python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Adding ylim changes where the mean point is plotted in violinplots
I am trying to do a violinplot for a single variable and drawing its mean as a point. I manage to do so as follows, for example, with the following data the mean is 0.06 and it woks fine:
vble <- c...
Aurora González Vidal
Votes: 0
Answers: 0
Confirming That A point Exist In Triangle
I have been assigned to make the following program in java, but frankly, I couldn't understand what is it asking in the following statement.
" Write a function to compute the distance between two...
Farman Ali
Votes: 0
Answers: 1
Calculating the angle based on point coordinates provided in the console
using System;
namespace ProgrammingAssignment2
{
/// <summary>
/// Programming Assignment 2
/// </summary>
class Program
{
// x and y coordinates for points
...
Raj Thakkar
Votes: 0
Answers: 1
I was asked to write a code that returns a rectangle that blocks any given polygon between 3 and 10 points (java+arrays+loops)
what the method needs to do: to put it simply, we receive any number of points(from class Point) like (1,4)...(7,2) and there can be anywhere from 3 to 10 (if less then 3 it returns null) and the meth...
Dima Tkachuk
Votes: 0
Answers: 0