python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Three data sets in the KQL chart
I have three data sets:
RequestType
SuccessType
ClientName
External
Full
Client 1
External
Partial
Client 1
External
Fail
Client 1
Internal
Full
Client 1
Internal
Partial
Client 1
In...
Vlad
Votes: 0
Answers: 1
How would I make a 3D surface plot in Matplotlib given this data of x,y,z coordinates?
I have data in this format:
from itertools import permutations
import random
values = [val for val in range(5)]
xy_coordinate_pairs = list(permutations(values, 2))
z_values = [random.randint(0,20) fo...
dcoolwater07
Votes: 0
Answers: 1
Gnuplot bar chart with personalize interval on x-axis
I'm new using gnuplot and i would like to replicate this plot: https://images.app.goo.gl/DqygL2gfk3jZ7jsK6
I have a file.dat with continuous value between 0 and 100 and i would like to plot it, subdiv...

Chiara
Votes: 0
Answers: 1
Tableau report sharing
We have a bunch of legacy tableau reports which we have published on the tableau server. We are planning to embed it onto a Drupal web page as well as internal Sharepoint site. The end users/agencies ...

Aragon
Votes: 0
Answers: 1