The graphing tag has no wiki summary.
1
vote
2answers
459 views
SciLab Plotting
How would you plot these in SciLab or MatLab? I am new to these and have no idea how the software works. Please help.
$Plot following functions with different colors in Scilab or MatLab
– f2(x) = ...
2
votes
1answer
337 views
Easiest to use, lightweight, platform independent graphing library for c++
What is the simplest to use c++ library that graphs functions like matlab and octave do? I have looked over several and have found similar major problems with all of them: i cannot compile an empty ...
1
vote
1answer
183 views
Rails storing aggregated information
I'm making a Rails app which will feature a lot of "calculated" or "aggregated" data, i.e. information which is computed by performing expensive operations on the data stored by the user. I'm thinking ...
1
vote
1answer
629 views
Sample code using Core-Plot for iPhone
I'm trying to find some sample code for Core-Plot on the iPhone. So far, all the examples I've found plot equations such as X^2 or 1/X, etc. over some range. My goal is to find some sample code that ...
1
vote
1answer
238 views
Core Plot - get data to fill up x axis screen space
My Core Plot is almost finished up but I've noticed an unusual thing I need to change before calling it done. The x axis is scaled properly along the bottom, and the left and right edges indicate the ...
1
vote
1answer
2k views
c# Infragistics UltraChart LineChart
Can someone please provide a simple example of adding a line series to an UltraChart from a data table? The table has time series values (time values on x-axis, measurement (double) values on the ...
1
vote
1answer
140 views
Graphing calculator logical test error
I tried making the following program and it worked fine at first.
Label 1
Input "n=", Q
If Q≤0
...Then
Goto 1
Else
Label 2
((Q-2int(Q/2))(3Q+1)+(1-Q+2int(Q/2))(Q/2))->Q
Display Q
If Q≠1
Then
Goto ...
1
vote
1answer
100 views
Graphical interface for Graphiz for Mac OS?
I installed the Graphviz GUI from pizelmap.com, but it appears to only be a viewer for .dot Graphviz files. I am looking for a graphical editor, where I can create diagrams by pointing and ...
0
votes
1answer
17 views
Highstock xAxis Plotband
I am new to Highstock and would like to know how to highlight an x axxis plot band to a chart in highstock.
I have crafted a sample at:
https://dl.dropboxusercontent.com/u/2509207/PlotBand.html
Can ...
0
votes
1answer
23 views
How to add marker to matlab colorbar?
I want to add a tarker/special tick mark by specific values in my matlab colorbars. For example, lets say I have a colorbar scale from -20 to 60 and my critical value is 37.53, how can I add a marker ...
0
votes
1answer
49 views
Setting specific zoom levels in d3?
I have a line graph in d3, and we need to implement specific zoom levels, similar to Google maps. I want a mouse wheel zoom in action to snap/transition to the next possible inward zoom level, and a ...
0
votes
1answer
82 views
PySide Qt Graphin
I am writing a program using PySide and Qt. I need to graph some data, can anyone suggest a tool that would be able to display graphs within the program (in a layout) instead of opening a new window ...
0
votes
1answer
40 views
How do I limit the x and y value of a 3-d graph on gnuplot to be only integer values?
OK so I have plotted a 3-d graph z = x-y*15/36 on gnuplot but I am trying to find points on this function where both the x and y values are integers I am aware that conditions can be set with the ...
0
votes
1answer
222 views
Mailgraph.cgi script error
I have installed rrdtool 1.4.7 and on testing with http://localhost/mailgraph.cgi.I get the error below:
Premature end of script headers: mailgraph.cgi, referer: http://localhost/mailgraph.cgi.
How ...
0
votes
1answer
135 views
SceneJS graphing examples
Are there any good open source SceneJS examples that can graph functions similar to those demonstrated in http://www.graphycalc.com/?
0
votes
1answer
2k views
How do I chart multiple lines on one graph in Silverlight 4
I'm new in Silverlight and I'm just trying to get a handle on how to do some things. What I'd like to do is have a chart, that has 2 lines that might overlap one another. What is happening with my ...
0
votes
1answer
26 views
Seeking OSS charting library for 2-D grids, like the old Windows defrag
I'd like to chart some future chunks of work on my systems. Hours on one axis, hardware on the other, so I'd get various rectangles representing future activites, not necessarily rooted on either ...
0
votes
1answer
267 views
Graphing ruby gem for mac?
I'm fairly new to programming with ruby and have been trying to install a gem so that I can make graphs. I've tried unsuccessfully with gruff and gnuplot as I have run into errors for both. can ...
0
votes
1answer
135 views
iTunes-like capacity graph javascript library
Hey, I'm looking for a graph library I found once before that generates a graph based on percentages that closely resembles the horizontal bar graph you might find on your iPod or iPhone that says how ...
0
votes
1answer
214 views
Comparing a user generated line graph to one randomly generated by a program
The program will show the student a line graph. The student will have to recreate that line graph by moving a character away from or toward a motion detector using the arrow keys, creating a ...
0
votes
1answer
332 views
PEAR Image_Graph Doesn't Graph Correctly When There is Only One Datapoint
I'm using a PHP graphing library from PEAR called Image_Graph to graph points of data in represented by bars. The graphs look fine when there's more than one datapoint, but when there's only one data ...
0
votes
1answer
1k views
how to create Gantt Chart view on Iphone sreen
I wonder how to create Gantt Chart view or (Matrix table on PC )on Iphone sreen.
see demo here http://www.projectwizards.net/en/merlin-iphone
you know the Iphone's screen is very small(320x480), ...
1
vote
0answers
30 views
Figure title (suptitle()) disappears if you specify figure size in Matplotlib
Take, for instance, this code sample:
import numpy as np
import matplotlib.pyplot as plt
f = np.random.random(100)
g = np.random.random(100)
fig = plt.figure(figsize=(15,15))
fig.suptitle('Long ...
1
vote
0answers
73 views
Selective patterns with Matplotlib imshow without using patches
Is there a way to place patterns into selected areas on an imshow graph? To be precise, I need to make it so that, in addition to the numerical-data-carrying colored squares, I also have different ...
1
vote
0answers
253 views
Custom graph with Core Graphics and choppy frame rate when calling touchesMoved
I am creating a custom graph inside a UIView within the drawRect method using core graphics. The problem I am having is moving that graph with the user dragging their finger. For example, if my graph ...
1
vote
0answers
445 views
OpenGL ES based graphing library for iPhone
I'm trying to graph large amounts of data, say around a million data points in a line graph. I've tried CorePlot, but it is somewhat lacking in speed. It couldn't even graph 30,000 points with any ...
1
vote
0answers
783 views
Creating a 3D Scatter Plot in C#
I have been doing some research on 3d scatter plots with C#. So far I have found a library that is somewhat working for me. However, not necessarily as flexible as I need it to be. Since all I require ...
0
votes
0answers
25 views
iPhone iOS how to synchronize network data received from multiple devices?
I have an iPhone server-like app that receives streams of numbers from multiple connected devices using Bonjour. The limitation that I'm facing is that I would like to show all of these numbers on one ...
0
votes
0answers
37 views
Transforming data to work with d3 draw multiple lines
I have a dataset like this
[[[{"2001-1":{"cow":2.64,"dog":2.90,"Lemur":0.0,"Lion":2.77,"Tiger":2.31,"bird":3.21}}]],
...
0
votes
0answers
32 views
Grouped Bar Graph from Unequal Vectors
I'm trying to create a grouped ("side-by-side") bar graph in R for four vectors of unequal length. Each vector has "scores" for a particular process, and while the vectors are not exactly the same ...
0
votes
0answers
24 views
pChart - Duplicate labels on second series appearing on the left axis
Can someone please help point me in the right direction for what's causing the problem with the attached graph. I am seeing for values for the second Y axis on the left side in addition to values as ...
0
votes
0answers
21 views
graphically display user's credit score
I am trying to graphically display an individual's credit score on a horizontal bar graph. I would like the bar graph to be color coded like the link below shows. The program will then add a vertical ...
0
votes
0answers
31 views
Is it possible to display bar diagram in stack series and render a pie chart using fnordmetric gem?
I am using gem fnordmetric and I tried a lot to display bar diagram in stack series but failed. Is it possible any way to show bar diagram in stack series.
Is pi-chart rendering possible? I saw the ...
0
votes
0answers
44 views
Is it possible to rotate axes in 3D with JFreeChart?
Is it possible to angle the axes of a chart in 3D? In particular, I'm working with createBarChart3D. The only configuration options are in the constructor of BarRenderer3D for x & y offsets. Web ...
0
votes
0answers
52 views
Adding data points to a Visual C++ graph
I am trying to get data from Form1 to Form2 and display the data in a graph in Form2. I'm trying to use Visual C++ Express 2010, but I don't know the syntax to add data points to the graph at load ...
0
votes
0answers
147 views
Cant change line color in histogram using gnuplot
Im generating histograms using gnuplot which works pretty well, but I can't change the color of the bars (anymore). They just ignore the values I set and use the default values. I'm using this ...
0
votes
0answers
62 views
jQuery Datetime select with endtime
My jquery is really bad and just trying to get a project off the ground. I have lots of data for graph that spans weeks and months and should be able to grow more. I want to allow the user to be able ...
0
votes
0answers
44 views
Can't Get Php Graphing to Work
I am trying to get basic php graphing to work. I'm using Ubuntu 12.04, php5, mysql. I did not have gd in phpinfo() so I added it with apt-get. Tried manually adding extensions to php.ini with no ...
0
votes
0answers
94 views
Android graphing from mysql with php
I am trying to pull data from mysql hosted on a remote server to create a line graph for an android app. I found a tutorial on how to do something similar and I'm trying implement his work which I ...
0
votes
0answers
76 views
How to use arbitrary (non-date/time) x-values with morris.js
I'm just trying out the Morris.js package for generating graphs. It is designed to have a date for the x values. How can I use plain numeric values instead of dates? (In my case, I want to plot by ...
0
votes
0answers
88 views
JSON FLOT graphic not working properly
I am passing the following data into this function:
$.ajax({
url: "getdata.php?TYPE=12&ID="+id,
method: 'GET',
success: function(data) {
$.plot($("#placeholder"), ...
0
votes
0answers
254 views
Customize xAxis of an ordinal scale?
I'm using d3.js to build a stacked bar graph.
Example to illustrate:
I'm charting total miles driven per day. So one may drive 20 miles in the morning, 5 during lunch, and 20 again in the evening. ...
0
votes
0answers
109 views
aChart homescreen widget
I've been trying to get a simple homescreen widget created using aChartEngine as the graphing library, but I can't seem to get the chart to render at all. There doesn't seem to be any error messages ...
0
votes
0answers
165 views
Open-source surface plot with lighting model?
I have a three-dimensional surface I would like to plot with a lighting model, i.e., I want it to look like a surface that is being viewed from a certain point of view, with a light source ...
0
votes
0answers
94 views
How to plot the vertices of a hexagon in molehill
I'd like to define a hexagon so it fits this format (taken from molehill sample code) - i'm new to this 3d stuff and don't understand how to work with this yet - any tips welcomed
// Defines ...
0
votes
0answers
302 views
Change Qwt SpectrogramData look?
I've been given a chart (below) and asked if I could change the look of it. The data behind this chart only has X values of 1,3,4,5 - whole numbers only. However, from the chart it looks like it ...
0
votes
0answers
115 views
How can I make a three dimensional histogram with matplotlib?
In one of the entries in the matplotlib gallery, at http://matplotlib.sourceforge.net/examples/mplot3d/hist3d_demo.html, initially at least it does not disturb the impression that one can have ...
0
votes
0answers
253 views
Using the function plot in CairoPlot
I'm just starting python and am attempting to use CairoPlot. I'm getting an error when trying to use function_plot in CairoPlot.
It reads:
Traceback (most recent call last):
File "Practice.py", ...
0
votes
0answers
70 views
Need a date-driven gantt-ish / schedule / time-series charting solution
The vast majority of gantt-like charts appear to allocate placement according to column number (the last I looked a few minutes ago was RGraph and the gantt demo's data didn't seem to have any ...
0
votes
0answers
96 views
Community-based sorting of Table/Matrix data (Visual Role Mining)
I'm looking for a way to sort a two dimensional binary matrix so that we can visually identify "communities" in the data. My data-set is based on group membership (i.e a list of people and the groups ...