Top "Graphing" questions

A diagram that exhibits a relationship, between two sets of numbers as a set of points having coordinates determined by the relationship.

problem plotting on logscale in matplotlib in python

I am trying to plot the following numbers on a log scale as a scatter plot in matplotlib. Both the …

python numpy scipy plot graphing
javascript graphing library

I'm looking for a nice graphing library for JavaScript that can handle the following types of graphs: Line Graphs Histograms …

javascript graphing
How to add titles, axis label, and legend in sagemath?

I'm currently making some graphs using the online workbook hosted by sagemath. This is an example of some code I'm …

python graphing sage
What graphing packages/APIs exist for Perl?

I'm doing some research on online Graphing packages for different languages and would like to know what current up-to-date graphing …

perl charts graphing
Graphing slow counters with prometheus and grafana

We graph fast counters with sum(rate(my_counter_total[1m])) or with sum(irate(my_counter_total[20s])). Where …

graphing grafana prometheus
Relationship Graph with D3

How would I create the following graph with D3? I don't know the name for this type of visualization, and …

javascript d3.js data-visualization graphing
How do I force Stata to place a horizontal line above all other plots in a graph?

I'm graphing a time series and shading certain time periods based on a Boolean indicator variable in Stata 13.1 on Windows 7. …

stata graphing
How to Graph x^2 + (y - (x^2)^(1/3))^2 = 1 on a TI-83+

I was trying to graph this equation, but it seems that on the TI-83, none of the graphing modes can …

graph equation graphing ti-basic
Creating Graphs on an iPad/iPhone

I was wondering if anyone knew of a simple way to implement graphing in an iPhone/iPad application. I've spent …

iphone ipad graphing
Polar contour plot in Matplotlib

I have a set of data that I want to use to produce a contour plot in polar co-ordinates using …

python matplotlib graphing