Questions tagged as 'plot'

1
answer

add accents in gnuplot

How do I put emphasis on the legend of the x and y axis of the gnuplot? already tried putting the ascii coding but it does not work Axis label x set xlabel "Iterations" font "Helvetica, 20" I need the word to be "interactions"     
asked by 12.04.2017 / 19:37
0
answers

Graph does not appear on the mobile screen

In developing an application, I am plotting a graph as the end result of user data entries. The main point is that, as I will present in the following code, I have a FOR that will plot each point based on the calculations already programmed....
asked by 29.03.2017 / 05:40
1
answer

Center a plot on top of an image in Matlab

I'm plotting over an image, however with the code below the plot happens at the beginning of the image at 0,0. I wish it was done from the center of the image in question. Code snippet: image=imread('imagem.jpg'); imshow(image); hold on; plot(...
asked by 16.05.2014 / 04:17
1
answer

Values in the graph axes in RStudio

Hello, I'm new to R. I plotted the data I wanted, but no value appeared. How to solve? There are few data. Thedataareasfollows,plottingonlythefourthcolumn(Avg.1). Thank you in advance for helping me     
asked by 19.04.2018 / 06:41
1
answer

Plot a Charge and Discharge of a Capacitor in MATLAB

I need to create a program that shows through the plot the loading and discharge of a capacitor according to the images below: Thereare3constantswheretheusermustentervalues:C=capacitance;R=resistanceE=sourcevoltage(example,a20vsource);Iwasa...
asked by 06.05.2016 / 16:02
1
answer

R histogram with all apparent breaks, hist () function

I have a database with more than 8000 lines and I would like to create a histogram, but the same does not appear in all lower frequency classes, in the case of the last classes (Image). I understand that the 15th class disappears because it p...
asked by 02.08.2018 / 00:11
1
answer

How to break a list into two separate lists to use in Gnuplot python?

A feature of online gnuplot allows you to place your data in two columns separated by space, and it understands how the "x" and "y" axes link I'm trying to use python gnuplot. Assuming it would be similar to the online feature, I put "#"...
asked by 17.06.2018 / 22:24
1
answer

How to customize matplotlib plots in a more cluster-oriented way?

I'm working with data clustering, I need to leave the data further away from the represented clusters in some other way, like a different symbol or some stronger color, I gave one analyzed in the documentation but I did not find anything of the...
asked by 10.06.2018 / 02:26
1
answer

How to plot a graph using a curve function

I need to solve a question about a course in R. But I do not know if I did it correctly. Could you help me please? The question is as follows:    Question 2. Create a vector with the cosine of numbers between -10 and 10.       a) Plot the...
asked by 26.04.2018 / 01:42
0
answers

How to add jitter in a pairplot?

I'm creating a pairplot chart using the Python Seaborn library, but many points overlap and I can not give the actual volume to that particular point in the chart. How do I add Jitter in a pairplot chart? import pandas as pd import seaborn a...
asked by 01.11.2018 / 21:18