Skip to main content
-2 votes
0 answers
36 views

I'd like to know if there's a way, or software, to map mouse movement to the movement of a gaming joystick? For example, if I move my mouse cursor to the top of the screen, I'd like it to correspond ...
tatane's user avatar
  • 3
0 votes
1 answer
83 views

I’m working with WSO2 Micro Integrator and exposing a PATCH API that receives a base64 document in JSON payload, then forwards it to a backend service. <resource methods="PATCH" uri-...
Mohamed Assedmer's user avatar
-5 votes
1 answer
151 views

I've been using Apache POI to create an Excel workbook with multiple worksheets and complex charts. Writing data to cells and formatting the cells has been relatively straightforward, but formatting ...
BillR's user avatar
  • 53
2 votes
1 answer
139 views

I would like the legend to my scatter/line plot to be inside the axis of the plot it is informing, but I can only seem to get a legend if is has its own axis, which becomes a problem when I want three ...
Anna's user avatar
  • 25
1 vote
2 answers
135 views

Gnuplot 5 on Raspberry Pi. How can I duplicate the y-axis text (-1, -0.8 etc) on both the left and the right sides of the graph? This is the code used to create it: set key fixed left top vertical ...
Jacques's user avatar
  • 33
0 votes
1 answer
96 views

I am trying to demonstrate that $v_1 + t(v_2 - v_1)$ is a parameterized line using vectors $p_k=v_1 + \frac{k}{8}(v_2 - v_1)$ for $k=0\ldots 8$ with tails at the origin, and then the vector $u=v_2-v_1$...
Pynex's user avatar
  • 3
0 votes
1 answer
88 views

I want to change the format of an axis from mmm-yy to qq-yy. Example, I want "Dec-22" to be "Q4-22". The dates are NOT in the data, so I can't change the date format in the data ...
bereedcpa's user avatar
0 votes
1 answer
72 views

I'd like to show log tick marks on both primary and secondary axes in a log-log plot using ggplot2. R version: 4.4.2 ggplot2 version: 3.5.2 Here's a simple log-log plot: library(ggplot2) ggplot() + ...
rokamama's user avatar
  • 115
0 votes
0 answers
1k views

In VMD Main window, Display -> Axes -> Origin, in this situation xyz-Axes do not show the simulation box real origin. It shows the material point, that is to say, center of mass of only the ...
quantax's user avatar
  • 11
0 votes
2 answers
85 views

I noticed that under some circumstances the auto fit of the Y axis doesn't work (even when invoking fit method manually). It seems to be related to traces not having the same amount of points (length)....
Antonio Giliberto's user avatar
3 votes
1 answer
80 views

I'm trying to display a planisphere using a map from rnaturalearth library, and I want to add some X and Y axes on each side of my planispher, I managed to set up correctly the Y axes, but I can't ...
Alonso's user avatar
  • 57
3 votes
2 answers
136 views

When I plot a density using geom_spatraster, there's a particularly prominent peak that's 'bright' in the visualization. This spike skews the color scale, compressing the representation of other data ...
KeepDigging's user avatar
2 votes
2 answers
238 views

Building from this question: How can I make a discontinuous axis in R with ggplot2? How can we adjust this code to create the same effect but in the y axis? I am having no success with keeping the ...
CatM's user avatar
  • 325
6 votes
2 answers
312 views

When merging axis labels with the patchwork package, problems occurred (see this question). From the answer of the question, I applied the idea of the example code to my concrete example, in which I ...
Excelsior's user avatar
  • 287
0 votes
0 answers
37 views

I need to label the vernal equinox on a Matplotlib 3D plot. ax.set_xlabel("x (AE)") ax.set_ylabel("y (AE)\n♈") ax.set_zlabel("z (AE)") As you can see in my two ...
Robert's user avatar
  • 77

15 30 50 per page
1
2 3 4 5
271