4,555 questions
0
votes
0
answers
24
views
Why does Apple iCloud CalDAV always return 400/405 on PUT (creating events)? Is iCloud CalDAV write-protected?
I’m trying to create events on an iCloud Calendar using CalDAV.
READ operations work:
PROPFIND → OK
REPORT (get events) → OK
Authentication with app-specific password → OK
But every PUT request (...
0
votes
1
answer
53
views
How do I scale and translate my Pentagons properly?
I am trying to finish a program that will take the world coordinates of polygons, in this case pentagons, and scale and translate them from a world size of 1280x720 so they are drawn based on the ...
5
votes
2
answers
243
views
Zoom-by-slider goes awry when binding the slider to the scale property
Intro
The following code demonstrates the Zoom and Drag functionalities of an ImageView in a viewport. Zoom can be adjusted either by scrolling the mouse wheel or through a Slider. Meanwhile, dragging ...
-2
votes
1
answer
83
views
Tkinter Volume scale/slider doesn't set volume
I have a slider to change the volume on my PC when I change the scale. However, it doesn't set the volume at the moment and I don't know why. Can someone please help me?
My code:
from tkinter import *
...
0
votes
1
answer
59
views
Kubernetes HPA algorithm [closed]
i have 2 questions:
1 - i'd like to know if i can set my hpa to compare the limits resources instead of the requests resources with the target utilization i choose for memory and cpu(i'm using normal ...
0
votes
0
answers
56
views
Line chart> (swimlane/ngx-charts) In zoom-in mode, the chart marker is displaying the value of the next data point instead of the selected one
1. Marker Display Issue in Zoom-In Mode
When zooming into the line chart, the marker/tooltip is showing the value of the next data point instead of the currently selected one.
2. Tooltip Position ...
2
votes
1
answer
102
views
Change of basis for log-log plotting, grid in log-scale
I want to plot in log scale in both axis, when using the default base, the graph plotted is correct, but since the y variation of my data is small I would like to change for base=2, when I does this ...
0
votes
0
answers
61
views
Preprocessing Data with Scale and then Binarize in Python
I am working on some proof of concepts for ML and want to try an unusual scaling method. I would like to group my data and then "scale" it and apply a binarize to that data. Basically I ...
0
votes
0
answers
27
views
SoHandleBoxDragger bounding box flickers when one side thickness is less than 50cm
I am quite new to Open Inventor and I am trying to create a very thin bounding box where thickness along an axis can be as small as 1cm.
My scenegraph is as follows:
root (SoSeparator) -> mySep (...
0
votes
1
answer
137
views
Unable to scale an Azure appservice plan
In my appservice in Azure I'm trying to convert from a free service to a paid service. When I do so, no matter what plan I choose I get the following error message:
Scale operation failed: This ...
0
votes
0
answers
49
views
How do I scale a plot in matplotlib such that the tick marks are precisely 1 inch?
I am trying to make a graph where the plot outputs the correct scale as measured by the tick marks, not the overall figure size (which includes things like the margin around the graph).
How do I set ...
1
vote
2
answers
57
views
Trying to animate background element by hovering foreground element in SVG. I suspect I need :has() for that but can't figure out how
In my original code, both squares pulsate when hovering anywhere on the SVG canvas. But I need them to pulsate only when hovering over the smallest square. I suspect that :has() could solve this but ...
0
votes
3
answers
105
views
How to scale an image to fit within a flexbox within a gridbox
I want to create a "dashboard" page that uses all the available space in the browser window. The browser window will be divided into two equal-width sides. The right side space will contain ...
2
votes
2
answers
110
views
How to scale points in scatterplot by area
How can I scale the points in a Stata scatterplot by another variable? (I would like to get the area of each point, so I would like to scale by the area, or the square root of the variable, but this ...
0
votes
1
answer
61
views
How can I copy & past a curve in yyaxis right to other plot for comparison in Matlab plot?
I drew two curves in a plot; permeability and impedance.
And then tried to copy & paste the same-type curves to compare 1:1.
But the curve in yyaxis right is linked to yyaxis left, and I don't ...
0
votes
0
answers
12
views
Ternary plot with values large axis values
is it possible to create a ternary plot with values larger than 100? I'm trying to plot the relationship between annual minimum temperature, maximum temperature, rainfall and tree height (as heat ...
4
votes
0
answers
176
views
Java virtual threads and kafka streams
We have built real time data processing pipelines on kafka topics in the past with kafka streams technology. But we were always limited by the number of partitions on the kafka topic for concurrency ...
1
vote
1
answer
73
views
Specify asymetrical breaks in `scale_fill_stepsn()`
I want to add a stepped gradient for the fill aesthetic, with specific colors for specific intervals.
For instance, I'd like red between 0 and 15, blue between 15 and 18, etc.
Here is the closest I've ...
0
votes
1
answer
34
views
Matplotlib does not consistently transform plotted elements with plt.xscale('log')
When plotting data, vertical line gets incorrectly transformed by matplotlib. With linear x axis, my curve and the vertical line pointing to a specific location on the curve match perfectly.
After ...
1
vote
0
answers
48
views
"scale from center of rectangle" not work with world transform matrix
I have a qtquick project with a main.qml and an EaDrawArea which inherits from QQuickPaintedItem and is accessible from the main.qml. there is a Slider in the qml which is binding to m_scale (3 to 100)...
2
votes
1
answer
143
views
Why doesn't scale_shape_manual behave in the same way as scale_color_manual and scale_fill_manual?
Say I have a data frame like myiris below, where I want to just highlight the setosa species.
I don't want, however, the other species to show in the legend. For my convenience, I just made all the ...
1
vote
1
answer
119
views
How to create flipped grouped violin plot with facet_grid with keeping same proportions of violin plot with ggplot2 in R
I want to create a flipped violin plot (with extra points for group means in geom_point() and lines from min to max values in geom_segment() ). I integrated the groups as facets with facet_grid().
The ...
0
votes
1
answer
52
views
How can I make slider work correctly if it gets scaled with transform:scale()
I have a jQWidget slider on a page, but the same problem exists with the jQuery slider. If I set a transform: scale(0.7) to any element above in the hierarchy, the slider does show not the correct ...
0
votes
0
answers
56
views
Shaking text in textPath svg at the end of the scale animation
UPD: Suddenly the solution has come: one more animation, but for .warning text, which is "parallel" to the scaling of the .wrapper:
.warning text {
animation: transformTextInSvg 1.5s ease-...
0
votes
1
answer
121
views
Shrink an image to fit remaining space at bottom of web page
I want to display a photo underneath some text. I want the photo to be centered horizontally, and to shrink as necessary to fit the remaining rectangular space between the end of the text and the ...