|
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.
|
|
StockTwits: The Charts of the Day http://t.co/JCgJ7SCP via @StockSage1 $ES_F $GC_F $GLD $IWM $SPY
go to StockTwits...
Started by StockTwits on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at OnlineTradersForum):
|
Ask your Facebook Friends
|
Hello all,
I am in need of help in reading my chart and my girlfriend's chart in terms of love and compatibility. I used astro.com
Here is my chart attached.. I feel so close with this girl and I have so much in common with her..but her past bothers me...
Started by kkel19 on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at astrologersforum):
A response.
Please be a bit patient.
Hi kkel19,
Welcome and thankyou for the chart data.
|
|
P & F charts are notoriously fallible, as far as I'm concerned. There are many times the price objective is not reached before a reversal and the reversal price is not reached before there is another reversal and there are other times the price overshoots...
Started by Edward Boghosian on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at siliconinvestor):
Charts must be read and understood, not just glanced at and taken at face value, targets and all..
Because AAPL has been ranging.
|
|
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....
|
|
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):
JordinFan
Personal Assistant....
Wow! abi
Legend!
As for the chart, woo for Shakira being #1! The chart is very accurate being so many members involved.
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 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.
|
|
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.
|