Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

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 (...
Ayoub Dakiri's user avatar
0 votes
1 answer
53 views

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 ...
JoshLeonthe1st's user avatar
5 votes
2 answers
243 views

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 ...
Starnec's user avatar
  • 799
-2 votes
1 answer
83 views

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 * ...
Royy's user avatar
  • 149
0 votes
1 answer
59 views

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 ...
aviv's user avatar
  • 1
0 votes
0 answers
56 views

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 ...
Sathya's user avatar
  • 51
2 votes
1 answer
102 views

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 ...
Igor Soares's user avatar
0 votes
0 answers
61 views

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 ...
Tim Romero's user avatar
0 votes
0 answers
27 views

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 (...
Avishek's user avatar
  • 99
0 votes
1 answer
137 views

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 ...
kenag122002yahoocom's user avatar
0 votes
0 answers
49 views

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 ...
benchmuser's user avatar
1 vote
2 answers
57 views

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 ...
John's user avatar
  • 127
0 votes
3 answers
105 views

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 ...
Chap's user avatar
  • 3,855
2 votes
2 answers
110 views

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 ...
bill999's user avatar
  • 2,580
0 votes
1 answer
61 views

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 ...
Sang Min Kim's user avatar
0 votes
0 answers
12 views

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 ...
Jaco-Pierre van der Merwe's user avatar
4 votes
0 answers
176 views

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 ...
birinder tiwana's user avatar
1 vote
1 answer
73 views

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 ...
Dan Chaltiel's user avatar
  • 8,612
0 votes
1 answer
34 views

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 ...
Dr. Hillier Dániel's user avatar
1 vote
0 answers
48 views

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)...
James Hao's user avatar
  • 893
2 votes
1 answer
143 views

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 ...
DaniCee's user avatar
  • 3,247
1 vote
1 answer
119 views

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 ...
Anneistrying's user avatar
0 votes
1 answer
52 views

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 ...
robsch's user avatar
  • 9,768
0 votes
0 answers
56 views

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-...
Onod's user avatar
  • 19
0 votes
1 answer
121 views

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 ...
Chap's user avatar
  • 3,855

1
2 3 4 5
92