SuperCollider FreqScope axis values do not correspond to frequencies - frequency-analysis

I have a problem with FreqScope in SuperCollider. The signal frequency does not correspond to the frequency axis. If I start a Sinus-Ugen with
{SinOsc.ar (1000)}.play;
I get the following picture
I use SuperCollider 3.11.2 on a Debian Linux 11.5 BullsEye OS.
Any idea, why this happens and perhaps how to solve this?

Related

Jump y axis values when highest value is to far away from the other points

Basically I'm building an area graph with Chart.js, the data that I'm using in order to build the graph usually contains a peak that is much higher than the rest of the points and the y-axis range of values will be to high, to notice the diference between the lower points and it wil seem almost as a parallel line to the x-axis as we can see in this image:
Graph with problems
The solution I want to try is to skip the values from the y-axis between the lower points and the peak of the graph, and accomplish a graph presentation similar to this one:
Solution graph sketch
As we can see at this sketch the y-axis has a normal scale until 300 but then as the next point is to far away from the other ones the y-axis values are skiped.
So what I want to know is if this jump on the values of the y-axis is possible to achieve with this library (Chart.js) and if so where can I find documentation about it, because I already looked everywhere and couldn't find a thing. If not I would ask you for recommendations of any other librarys where I could achieve this.

degree symbol for labels in R is messed up

I just upgraded to Ubuntu 20.04. When I use ggplot2 to plot some geographical data, I discover that the degree symbol in the axis labels is messed up (I attached a snip). Does anyone have a solution for that? The same thing occurs if I use a different plotting library (e.g.lattice). I can provide some reproducible code as well although this is not exactly an error to reproduce..
Thanks!

Octave plot with serial date

I generated next commands in Octave:
T=datenum(2016,1,1,0,(1:100*1440)',0); % half of year minute data
x=cumsum(randn(length(T),1));
plot(T,x)
and get very strange and unreal picture. But
plot(T-T(1),x)
is real curve. I don't understand - why?
GNU Octave Version: 4.0.2, Windows 8.1.
Thanks.

Octave 3.8.2 on Windows 8.1 won't plot

I seem to be going around in circles trying to get an answer to a problem I am having with Octave 3.8.2 on Windows 8.1: the plot function does not work. Under both gui and cli, the plot screen freezes, nothing is plotted, and Octave shuts down when I remove the plot screen. There seem to be some discussion/suggested solutions for this, but nothing works for me. Can anyone help?
this is the commen problem with the octave and windows combination .
this can be overcomed very easily by starting the plot function with small values like ' plot([1 2 3 4]) '
after this sirst operatition close the octave and then restart the octave the time will be decreased and we can use for any values,

axis values doesnt display in figure while working in octave

Hi I am using GNU Octave, version 3.2.4.
While using plot or stem axis values are not shown in the figure window.
I am using GNUPLOT Version 4.4. When I plot something separately in gnuplot, it gives no error. For example in gnuplot:
set xrange [1:100];plot(x);
The above shows a plot with values on both axes, but the same isn't working in octave:
x=[1:100];plot(x);
This results on a figure window without any axis values.
I have tried all axis property options available in octave. Auto scaling works but values are still not displaying. Can anyone suggests how to correct this issue?

Resources