|
I would like to do some basic charting in F# using build in features or a free library. And I would be very very pleased with a very basic example of it, a pie chart if possible.
Example data :
[("John",34);("Sara",30);("Will",20);("Maria",16)]
Where ...
Started by Peter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's something I smashed together using the Google Chart API, I hope the code is clear enough; String.concat "|" sprintf "http://chart.apis.google.com/chart?chs=%dx%d&chd=t:%s&cht=p3&chl=%s" chartWidth chartHeight dataString labelString....
|
|
I want to create basic line, bar, pie and area charts for .NET 3.5 WinForms and I'm interested in finding a free, mature, open-source .NET (preferably C# based) project to help me accomplish that. I would consider a WPF based project, however I'm more...
Answer Snippets (Read the full thread at stackoverflow):
This one's quite nice: zed graph
Take a look at ZedGraph: http://zedgraph.org/wiki/index.php?title=Main_Page .
'Nuff said.
ZedGraph.
|
|
How to dynamically remove the legend from a chart using the Jasper report API?
I have a chart to display dynamically based on some configurations, which includes the legend as a option, so if legend is unchecked I need to hide or remove the legend form...
Started by stanley on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here there is a method setShowLegend(Boolean)
You can obtain the chart this way (I haven't tested(jasperFilePath); JasperReport jasperReport = (JasperReport) JRLoader.loadObject(is); JRChart chart = (JRChart) report.getDetail().getElementByKey....
|
Ask your Facebook Friends
|
Readers of the "Chart Analysis" forum may know that one of my main projects there in the last few years has been the "Europarade" - a "chart of the charts" top forty which combines the top fifteen hits of eleven Western European countries. In recent months...
Started by CZB on
, 24 posts
by 17 people.
Answer Snippets (Read the full thread at ukmix):
Wow! abi
Legend as it deserves to be at the top!
As for the chart, woo for Shakira being #1! The chart is very accurate being so of the "....
Fantastic Top 10! And the first 2 positions are the same in my chart.
Great chart.
|
|
I am trying to display Total Order Amount Per Day in the Present Month.
$sql = "SELECT date(order_placed_date), COUNT(order_id), SUM(order_total) AS order_total FROM orders WHERE order_placed_date>=date_sub(current_date, INTERVAL 31 DAY) GROUP BY date...
Started by Ibn Saeed on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
4) var_dump($data)
5) var_dump($chart)
The problem the Chart to display, I had to cut the image short:
But its not leaving out the Days which have.
3) reduce to the minimum.
If the string is not empty.
|
|
I am new to this and need a clue on how to do this task. I have a csv file with following sample data:
site,type,2009-01-01,2009-01-02,.... X,A,12,10,... X,B,10,23,... Y,A,20,33,... Y,B,3,12,... and so on....
I want to create a perl script to read data...
Started by Octopus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Use warnings; use DBI; use List::AllUtils qw( each_array ); my $dbh = DBI->connect("DBI:CSV:f.
|
|
I return a chart image (with axis x and y) to the browser created my matplotlit. Now I want to show the axis values when there is mouseover event.
Started by Vishal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Plt.close(fig) plotHTML = '''<img src="/getPlot?uniq=%f" width="%i" height="%i" ismap usemap="#curveMap.
|
|
Hello, I am using SQL Server Reporting to display data using a chart. How do I create my dataset so that the graph displays one line for males & one line for females.
Thanks
Beth
Answer Snippets (Read the full thread at stackoverflow):
You can go this in the chart properties, as long as you have | Count | + + + + | 2009-01-1 | M | 124 | + + + + | 2009-01-1 | F | 78 | + + + + | 2009-01-2 | M | 95 | + + + + | 2009-01-2 | F ....
And females into different data series.
|
|
Top 50 Radio Airplay
TW LW Wks Sales Artist/Title Total Plays Plays % + or - Total Aud. (m) Aud. % + or – Label
01 02 4 3 Jessie J Domino 4237 26.74 91.79 19.89 Island/ Lava
02 01 12 13 Olly Murs Dance With Me Tonight 4498 -1.06 79.14 - 5.73 Epic/ Syco...
Started by Shaky Fan on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at buzzjack):
Travie McCoy Love Me/F**k Me One More Tun will add all the flashy bits and knobs when available Good to see Jessie J on top Chart double Gotye is climbing fast on the radio airplay....
Rey Born To Die Polydor/ Stranger 182
39 77 StooShe feat .
|
|
In this question someone asked for ways to display disk usage in Linux. I'd like to take this one step further down the cli-path... how about a shell script that takes the output from something like a reasonable answer to the previous question and generates...
Started by nybergh on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
f = open("mylog.txt") lines = f.readlines() # Convert each line to a float number.
We rolled our own at work using RRDtool (the data storage back end() time.sleep(60*5)
Then. .
Hope this helps.
Your chart.
|