Questions tagged as 'graphics'

1
answer

Custom Line Graph - any tool

I need to create a line chart (python, R or even excel), where each row is a category of products, the y-axis is the sale, and x is the time. If the sale is above the goal, the line is one color, if it is below, another color. It would be a way...
asked by 08.06.2018 / 16:37
1
answer

Create an exploratory chart type weight ~ collection filtering treatments in the R

With the tapply function I can know their values: tapply(peso, list(coleta, tratamento), mean, na.rm=T) tapply(peso, list(coleta, tratamento), sd, na.rm=T) sd Biofloc Control A1 NA NA A2 20.69427 26.05011 A3 18.70375 29.34639...
asked by 12.06.2017 / 14:03
1
answer

How to define the tangent function in python?

I would like someone to help me define the tangent function using python with constraints on points where the function does not exist (pi / 2 + k * pi (k integer).     
asked by 15.04.2018 / 16:08
1
answer

Boxplot of ggplot2 giving error (does not make the boxes, only a points with a scratches), how to fix? OBS: I did other graphics and it worked, only this one packed

boxef <- ggplot (effectsize, aes(subordemfam, varbiom.efs, colour = classe2)) boxef + geom_point() + geom_boxplot() + xlab("Táxon") + ylab("Effect Size na Variação de Biomassa") + theme_bw() + geom_hline (yintercept = 0) + theme(plo...
asked by 15.03.2018 / 15:21
0
answers

Jquery Ajax - Problems rendering graphics using jquery request

I'm developing a web application that aims to generate monthly reports of some information coming from the mobile application. Since I have little experience with Jquery, I'm having trouble uploading the information on the chart. I'm using the...
asked by 20.02.2018 / 15:09
1
answer

How to find the coordinates of a click on the Babylon.js scene?

Good afternoon, people I'm starting Babylon a short time ago, I'm looking for some way to figure out the mouse position when there is a click on the canvas. I was able to easily find this for a given object, but not for the scene itself (!?)...
asked by 26.08.2017 / 21:49
0
answers

Change screen position

How can I set position, width, and height in full-screen coordinates with C # forms application? In my search I only found methods to change the position of the application window and change the resolution.     
asked by 07.07.2017 / 20:34
1
answer

How to make a class to handle Graphics2D in paint?

In the following code I tried to create a Sprite class to manipulate the drawings, its function would be to transform the sprites into Graphics2D and use it in paint. But the only way I found to bind them was by doing this: public Sprite(Graph...
asked by 13.12.2017 / 02:55