ezequielc / chromey-calculator

Automatically exported from code.google.com/p/chromey-calculator
1 stars 0 forks source link

Make it so plot command creates a link to W|Alpha page #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently you get no result when plotting. Should at least create a link to 
W|Alpha result if there is one.

Original issue reported on code.google.com by bwrobin...@gmail.com on 19 Jul 2010 at 12:32

GoogleCodeExporter commented 9 years ago
If we assume plots always start with "plot ", then we can add a preprocess 
check for that and display the constructed WolframAlpha link. If doing this is 
reliable enough, we might skip sending the query out to the network.

Original comment by iisi50...@gmail.com on 29 Sep 2010 at 6:36

GoogleCodeExporter commented 9 years ago
Does the WolframAlpha plot always appear in a DIV with class="pod" and 
containing an H2 tag pair around the string "Plots:"? If so, we could display 
link to WolframAlpha whenever we get a plot. The link would have to be more 
obvious than the current hover-W, partly because sometimes we might not find a 
result to display yet we might find a plot to link to.

Original comment by iisi50...@gmail.com on 29 Sep 2010 at 7:03

GoogleCodeExporter commented 9 years ago
So many people have requested either native plotting or a link to WolframAlpha 
that I'm raising the priority of this to High.

We've been unable to detect plots in the Wolfram results because they 
lazy-load, relying on JavaScripts that don't execute when we load the page text 
into Chromey.

As a work-around, we can implement this user's suggestion to force creation of 
a link to W|Alpha when a user /knows/ the result should be plotted:

Andrew     1 日前     スパムとしてマーク
Needs graphing capabilities in the worst way!  At least maybe recognize the 
word "plot" so that "plot f(x)" (where f(x) is some function) returns a link to 
the W|A page for that search

Original comment by iisi50...@gmail.com on 1 Dec 2010 at 7:06

GoogleCodeExporter commented 9 years ago
This thing won't plot for me.  Why?

Original comment by ToddRK...@gmail.com on 8 Dec 2010 at 9:34

GoogleCodeExporter commented 9 years ago
@toddkunz@msn.com
Plotting is not currently one of Chromey Calculator's features.

Original comment by bwrobin...@gmail.com on 8 Dec 2010 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by bwrobin...@gmail.com on 13 Dec 2010 at 12:01