<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with graphing</title>
      <link>http://ask.metafilter.com/tags/graphing</link>
      <description>Questions tagged with 'graphing' at Ask MetaFilter.</description>
	  <pubDate>Sun, 08 Nov 2009 14:21:51 -0800</pubDate> <lastBuildDate>Sun, 08 Nov 2009 14:21:51 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>graphing implicit/3d/whatever (multiple plots) in maple/other software</title>
	<link>http://ask.metafilter.com/137576/graphing%2Dimplicit3dwhatever%2Dmultiple%2Dplots%2Din%2Dmapleother%2Dsoftware</link>	
	<description>graphing implicit/3d/whatever (multiple plots) in maple/other software  how would I graph this? I&apos;m getting killed by the boundaries on these triple integrals and trying to visualize these graphs without a calculator or any sort of help. for example, how would you get the boundaries from this problem with a graphing software such as maple?&lt;br&gt;
&lt;br&gt;
:::Problem::::&lt;br&gt;
&lt;br&gt;
evaluate the triple integral where E is bounded by the cylinder y^2 + z^2 = 16, and the planes x = 0, y = (4/3) x , and z = 0.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I see graphs like this for the problem above that look like my first attachment. The closest I&apos;ve come is entering it in maple like I&apos;ve shown in my 2nd attachment for this problem, but why doesn&apos;t my graph look like the random professors graph from attachment #1? Mine doesn&apos;t have any curves or contours, it&apos;s just rigid useless lines. What is their secret?&lt;br&gt;
&lt;br&gt;
I take back the maple only request but if you guys know ANY software where I can successfully enter problems like the above in to visualize them would greatly help me out. In a way I&apos;m looking at larger picture because I want to know how to graph any set of equations, planes, functions in one graph regardless of if there&apos;s a x, y, z etc, but this problem would certainly help in getting there.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;&lt;br&gt;
attachment 1 (not mine) :&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
http://tinyurl.com/y9qrlo8&lt;br&gt;
&lt;br&gt;
&lt;b&gt;attachment 2 (mine, in maple):&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
http://tinyurl.com/y98ngn4&lt;br&gt;
&lt;br&gt;
please help lol :(&lt;br&gt;
&lt;br&gt;
-travis</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.137576</guid>
	<pubDate>Sun, 08 Nov 2009 14:21:51 -0800</pubDate>
	<category>3dplot</category>
	<category>calculus</category>
	<category>graphing</category>
	<category>implicitplots</category>
	<category>integrals</category>
	<category>maple</category>
	<category>software</category>
	<category>triple</category>
	<dc:creator>isoman2kx</dc:creator>
	</item>
	<item>
	<title>Quality Command Line Graphing?</title>
	<link>http://ask.metafilter.com/134102/Quality%2DCommand%2DLine%2DGraphing</link>	
	<description>Open source, command line, low &quot;impact&quot;, png-producing, full-featured, good-looking graphing on Linux and other Unices? We are using a script (Tcl, if it matters) to generate a script that will be sent in an email.  Right now, we are using gnuplot.  It&apos;s been a source of problems.  No one particular thing, we just often have &quot;issues&quot; generating our graphs, many of them attributable to gnuplot weirdness.  I&apos;d like to rewrite it more robustly and eliminate gnuplot (on a three-strikes basis).&lt;br&gt;
&lt;br&gt;
The &quot;open source&quot; and &quot;command line&quot; are pretty self explanatory.  BTW, I don&apos;t really consider gnuplot to be command line, because it has its own shell.  Yes, you can script it, but I&apos;m looking for something that will take everything (except the actual data) as command line options.  &lt;br&gt;
&lt;br&gt;
&quot;Low impact&quot; means &quot;not a lot of extra libs required&quot; and is on the list because we have to manage, build and ship this stuff.  &lt;br&gt;
&lt;br&gt;
&quot;full-featured&quot; means that something that just draws a squiggle isn&apos;t enough.  The particular graph we are sending out is actually a multiplot, i.e. two graphs in the same image file.  We need to be able to label axes, change colors, set ranges, etc.&lt;br&gt;
&lt;br&gt;
&quot;png-producing&quot; I think is non-negotiable.  Personally, I would be happy to switch image formats (or better yet, go with SVG), but this email has to meet certain other requirements and I dasn&apos;t mess with the format.&lt;br&gt;
&lt;br&gt;
&quot;Other Unices&quot; include Solaris and Irix.  It doesn&apos;t have to ship with those OSes, though, as long as it will compile there painlessly.&lt;br&gt;
&lt;br&gt;
As for &quot;good-looking&quot;: &lt;a href=&quot;http://www.gnu.org/software/plotutils/&quot;&gt;Plotutils&lt;/a&gt; is actually perfect, except for one problem: The font rendering (actually, rasterizing) is complete ass.  As in nearly unreadable even at reasonable sizes.  I actually confirmed this with the maintainer that there is no way to make them look better at the present time.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134102</guid>
	<pubDate>Tue, 29 Sep 2009 06:41:19 -0800</pubDate>
	<category>graphing</category>
	<category>linux</category>
	<category>unix</category>
	<category>utility</category>
	<dc:creator>DU</dc:creator>
	</item>
	<item>
	<title>Is there a simple computer program I can use to graph functions?</title>
	<link>http://ask.metafilter.com/132931/Is%2Dthere%2Da%2Dsimple%2Dcomputer%2Dprogram%2DI%2Dcan%2Duse%2Dto%2Dgraph%2Dfunctions</link>	
	<description>Is there an easy-to-use computer program (other than TI Interactive) I can use to draw graphs of functions when I&apos;m writing my Algebra 2 tests? Ideally, I&apos;d like to be able to easily graph functions (single functions as well as piecewise functions), save the graphs, and insert them into a Word document.  I&apos;m using Windows Vista.&lt;br&gt;
&lt;br&gt;
I loved TI Interactive but for reasons I&apos;m not entirely clear about my school did not renew our subscription to that program this year (I don&apos;t know if there is a compatibility issue with Vista or if there is some other reason they did not renew, but the bottom line is I can&apos;t use that program any more).  I&apos;d like to find something similar to TI Interactive, preferably something that is free or very cheap.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.132931</guid>
	<pubDate>Tue, 15 Sep 2009 13:44:33 -0800</pubDate>
	<category>algebra</category>
	<category>functiongraphs</category>
	<category>graphing</category>
	<category>graphingprogram</category>
	<category>math</category>
	<category>resolved</category>
	<category>teaching</category>
	<dc:creator>junipero</dc:creator>
	</item>
	<item>
	<title>Best way to do graphs in LaTex?</title>
	<link>http://ask.metafilter.com/122721/Best%2Dway%2Dto%2Ddo%2Dgraphs%2Din%2DLaTex</link>	
	<description>What the best way to put two-coordinate graphs in a LaTex document? I am keeping a set of course notes for a math class.  I am using LaTex (TexMaker on a Mac) for this.  I need to create and insert some two-coordinate graphs (linear functions, quadratic functions, etc.) into the notes.  &lt;br&gt;
&lt;br&gt;
As an undergraduate I did all my math with pencil and paper - I have not done anything like this on the computer since high school.  I am a total novice at this and I am figuring it out as a go.  What&apos;s the best (simplest, least likely to fail) method to do this?  Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122721</guid>
	<pubDate>Thu, 21 May 2009 11:38:54 -0800</pubDate>
	<category>graphing</category>
	<category>graphs</category>
	<category>Latex</category>
	<category>math</category>
	<category>tex</category>
	<dc:creator>mai</dc:creator>
	</item>
	<item>
	<title>[R] you experienced with plot() and barplot() ?</title>
	<link>http://ask.metafilter.com/119110/R%2Dyou%2Dexperienced%2Dwith%2Dplot%2Dand%2Dbarplot</link>	
	<description>How do I graph these data using R&apos;s plot() and barplot() commands? I have data that I need to graph using R. Unfortunately, the examples I have found in books and on the web are too simplistic and do not give me much insight into the process.  I have never used R before, and have been trying for hours and hours to figure out how to do what I need to do. I also already read the previous posts about R here on Ask MeFi, but I am still stumped.&lt;br&gt;
&lt;br&gt;
I&apos;ve made a fake set of data that represents the structure of my real data (which you don&apos;t want to see, it&apos;s too confusing).&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://bengarland.com/r/sample_data.txt&quot;&gt;Here is my sample data.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Take a quick look at that. &lt;br&gt;
&lt;br&gt;
There is a main factor/category, Factor1 with values of &quot;BOB&quot; and &quot;JILL&quot;, and a grouping within that called SubFactor with values &quot;Q&quot; and &quot;P&quot;. I also have blocked reps of everything, labeled A, B, C, D. My measurements are Measurement1, Measurement2, Measurement3, etc which I will abbreviate as M1, M2, M3, etc.&lt;br&gt;
&lt;br&gt;
To cut to the chase, I made a few hand drawings of the graphs I need. Please note that the graphs are illustrative only, and do not correspond to the data above.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Please walk me through this step-by-step and assume I know absolutely nothing about how to get my data into R, how to manipulate it as needed, and finally, how to produce the following graphs.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;ALSO&lt;/strong&gt; if any of you R graphing experts want to take me under your wing and help me learn more than I have outlined here (surely I will have future questions), please send me a MeMail.&lt;br&gt;
&lt;br&gt;
----------&lt;br&gt;
&lt;br&gt;
GRAPH 1...&lt;br&gt;
&lt;br&gt;
In the first, I want to make a bar graph of just &lt;em&gt;the average&lt;/em&gt; of the M1 measurements for each treatment, split into categories &quot;BOB&quot; and &quot;JILL&quot; with the grouped &quot;P&quot; and &quot;Q&quot; subfactors.&lt;br&gt;
&lt;br&gt;
So that we&apos;re on the same page here, the mean of BOB(Q) for M1 = (100+500+200+300)/4 = 275, for example.&lt;br&gt;
&lt;br&gt;
Here is my drawing for this: &lt;a href=&quot;http://bengarland.com/r/graph_sample3.jpg&quot;&gt;Bar Graph 1&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
----------&lt;br&gt;
&lt;br&gt;
GRAPH 2...&lt;br&gt;
&lt;br&gt;
In the second, I want a plot of the measurements for &quot;BOB&quot;, with M1, M2, M3, M4, and M5 on the X-axis. The lines will represent the &quot;P&quot; and &quot;Q&quot; subfactors.&lt;br&gt;
&lt;br&gt;
Here is my drawing for this: &lt;a href=&quot;http://bengarland.com/r/graph_sample1.jpg&quot;&gt;Plot 1&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
----------&lt;br&gt;
&lt;br&gt;
GRAPH 3...&lt;br&gt;
&lt;br&gt;
In another bar graph, I want to have M1, M2, M3, M4, M5 be the bars, and have them grouped by BOB (Q, P) and JILL (Q, P) on the x-axis. The Y-axis would show the means.&lt;br&gt;
&lt;br&gt;
Here is my drawing for this: &lt;a href=&quot;http://bengarland.com/r/graph_sample2.jpg&quot;&gt;Bar Graph 2&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
----------&lt;br&gt;
&lt;br&gt;
GRAPH 4...&lt;br&gt;
&lt;br&gt;
In the final plot, I want to graph only the mean measurements for &quot;BOB&quot; sub-level &quot;P&quot; &lt;em&gt;over time&lt;/em&gt;. Let&apos;s say that each M1, M2, M3, M4, M5 was taken at unique times T1, T2, T3, T4, T5 where the times could have values T1=15, T2=45, T3=55, T4=65, T5=70 and they need to be spaced properly on a timeline (i.e. the distance between T1 and T2 should be 30 units, T2 and T3 10 units, T3 and T4 10 units, T4 and T5 5 units) -- &lt;em&gt;I spaced them evenly on the graph, so ignore that.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Here is my drawing for this: &lt;a href=&quot;http://bengarland.com/r/graph_sample4.jpg&quot;&gt;Plot 2&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
----------&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
THANKS!!!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119110</guid>
	<pubDate>Thu, 09 Apr 2009 16:39:39 -0800</pubDate>
	<category>barplot</category>
	<category>graphing</category>
	<category>plot</category>
	<category>r</category>
	<category>resolved</category>
	<category>statistics</category>
	<dc:creator>bengarland</dc:creator>
	</item>
	<item>
	<title>Recommendations for making Venn diagrams? </title>
	<link>http://ask.metafilter.com/116321/Recommendations%2Dfor%2Dmaking%2DVenn%2Ddiagrams</link>	
	<description>Does anyone have software recommendations for making Venn diagrams?  Especially complicated ones? Hi all, I have a set of data that I want to make a &lt;a href=&quot;http://en.wikipedia.org/wiki/Venn_diagram&quot;&gt;Venn diagram &lt;/a&gt;for, and I was hoping that you might have software recommendations for doing so.  &lt;br&gt;
&lt;br&gt;
My data is complicated and has several variables.  (It shows how the agricultural sector of the American economy breaks down into grains, fibers, vegetables, etc. as well as where these products end up, such as bread products, pasta, etc.)  I am not sure if I will make one big diagram with many circles (perhaps 20) or several smaller diagrams.  &lt;br&gt;
&lt;br&gt;
Ideally I will need something that can:&lt;br&gt;
&lt;br&gt;
* Make the circles different sizes to indicate quantity.  &lt;br&gt;
* Control the colors of circles.  &lt;br&gt;
* Show different degrees of overlapping circles.  &lt;br&gt;
* Include many circles -- not just 3.  &lt;br&gt;
* Add labels.&lt;br&gt;
* Produces attractive output that is potentially publishable.&lt;br&gt;
&lt;br&gt;
I am happy to pay for a software package.  But free software is nice.&lt;br&gt;
&lt;br&gt;
Thanks in advance for your tips!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116321</guid>
	<pubDate>Tue, 10 Mar 2009 08:50:03 -0800</pubDate>
	<category>Computers</category>
	<category>Design</category>
	<category>Diagramming</category>
	<category>Diagrams</category>
	<category>Graphic</category>
	<category>Graphing</category>
	<category>Graphs</category>
	<category>Math</category>
	<category>Mathematics</category>
	<category>Publishing</category>
	<category>Software</category>
	<dc:creator>tnygard</dc:creator>
	</item>
	<item>
	<title>Best 3d graphing app for a cheapskate?</title>
	<link>http://ask.metafilter.com/109580/Best%2D3d%2Dgraphing%2Dapp%2Dfor%2Da%2Dcheapskate</link>	
	<description>Best application for 3D graphing (heat maps, contours, bump maps and so on)? I have some data, mostly 3D and the data in higher dimensions can generally be reduced to 3D for analysis. &lt;br&gt;
&lt;br&gt;
A typical dataset has a value for several hundred (x,y,z) triples where I want to map z as a function of x and y, in a heat map, bump map, or contour form. The actual form doesn&apos;t matter... it just needs to be easily readable.&lt;br&gt;
&lt;br&gt;
To take a specific example, I could have x = 1, 2, 3 ... 39, 40 and y = 10, 20, 30 ... 490, 500, with z varying between -500 and +500. I&apos;d like to view this data as an (x, y) grid with the z values represented as heights, or colors, or something else.&lt;br&gt;
&lt;br&gt;
Prettily.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried both Excel and Numbers and neither really cuts it. I don&apos;t want to shell out for MatLab or anything like that. So I&apos;m wondering if there&apos;s a good opensource/freeware/shareware solution to this?&lt;br&gt;
&lt;br&gt;
I&apos;m mosty Mac but happy to run a Windows app in VMWare.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.109580</guid>
	<pubDate>Thu, 18 Dec 2008 22:07:50 -0800</pubDate>
	<category>2d</category>
	<category>3d</category>
	<category>bump</category>
	<category>contour</category>
	<category>data</category>
	<category>graphing</category>
	<category>heat</category>
	<category>map</category>
	<category>surface</category>
	<dc:creator>unSane</dc:creator>
	</item>
	<item>
	<title>Live graphing in .NET, for free</title>
	<link>http://ask.metafilter.com/106284/Live%2Dgraphing%2Din%2DNET%2Dfor%2Dfree</link>	
	<description>What&apos;s the best way of adding a &quot;live&quot; graph to my .NET WinForms application, similar in behaviour to the scrolling CPU usage and pagefile graphs found in Task Manager? Must be free, not too ugly, and not too processor-intensive.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106284</guid>
	<pubDate>Sat, 08 Nov 2008 07:05:53 -0800</pubDate>
	<category>application</category>
	<category>c</category>
	<category>control</category>
	<category>graph</category>
	<category>graphing</category>
	<category>net</category>
	<category>programming</category>
	<dc:creator>matthewr</dc:creator>
	</item>
	<item>
	<title>Per VHost Apache Bandwidth Stats</title>
	<link>http://ask.metafilter.com/101824/Per%2DVHost%2DApache%2DBandwidth%2DStats</link>	
	<description>Linux/Unix Admin Filter: What is your preferred method for monitoring bandwidth use per virtual host in Apache? I could just log everything and run AWStats/Webalizer/whatever, but that seems overkill when all I really want is a MRTG or RRD Tool graph for each virtual host to indicate bandwidth used the last day, week, month and year. Do you use the impossible to find mod_watch or something else?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101824</guid>
	<pubDate>Tue, 16 Sep 2008 06:56:14 -0800</pubDate>
	<category>apache</category>
	<category>bandwidth</category>
	<category>cacti</category>
	<category>graph</category>
	<category>graphing</category>
	<category>linux</category>
	<category>mrtd</category>
	<category>rrdtool</category>
	<category>statistics</category>
	<category>stats</category>
	<category>unix</category>
	<dc:creator>Brian Puccio</dc:creator>
	</item>
	<item>
	<title>Timescale display in Excel</title>
	<link>http://ask.metafilter.com/100079/Timescale%2Ddisplay%2Din%2DExcel</link>	
	<description>Excel/Graphing - Time vs. usage (y/n) graph Oh great mefites.  How do I create a graph that has on the X axis discrete items, such as &quot;LIGHT A, LIGHT B, LIGHT C&quot;, and on the Y axis a timescale.&lt;br&gt;
&lt;br&gt;
Basically I would like to be able to visually share usage patterns of various devices that are either being used, or not used.  &lt;br&gt;
&lt;br&gt;
The result would look something like &lt;a href=&quot;http://flickr.com/photos/sirstan/2797481388/&quot;&gt;this&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
This would be relevant for many Y/N items, such as &quot;what do the usage patterns of my 40 workstations at my business look like&quot;, or &quot;what lights are on&quot;, or &quot;what ports are on/off on my switch during the day&quot;.&lt;br&gt;
&lt;br&gt;
I specifically want to be able to individually review items as show, I do not want an additive line graph/bar graph that one cannot make assumptions by looking horizontally.&lt;br&gt;
&lt;br&gt;
Any tool is fair game.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100079</guid>
	<pubDate>Mon, 25 Aug 2008 12:01:30 -0800</pubDate>
	<category>business</category>
	<category>data</category>
	<category>display</category>
	<category>excel</category>
	<category>graphing</category>
	<dc:creator>SirStan</dc:creator>
	</item>
	<item>
	<title>How to find domain and range on graphing calculator?</title>
	<link>http://ask.metafilter.com/90945/How%2Dto%2Dfind%2Ddomain%2Dand%2Drange%2Don%2Dgraphing%2Dcalculator</link>	
	<description>How (if possible) can you find the domain and range of a graph on a graphing calculator (which in my case is a TI-84 Plus)?
</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90945</guid>
	<pubDate>Thu, 08 May 2008 20:37:54 -0800</pubDate>
	<category>algebra-2</category>
	<category>domain</category>
	<category>graphing</category>
	<category>graphs</category>
	<category>math</category>
	<category>range</category>
	<dc:creator>meta.mark</dc:creator>
	</item>
	<item>
	<title>That&apos;s not art, that&apos;s my firewall!</title>
	<link>http://ask.metafilter.com/80056/Thats%2Dnot%2Dart%2Dthats%2Dmy%2Dfirewall</link>	
	<description>How do you draw a picture depicting firewall rules? Do you know of any examples? I&apos;m looking for a way to depict firewall rules as a picture or graph, sort of like a network diagram. Can you point me to examples or documentation on standard ways of depicting firewall rules graphically?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80056</guid>
	<pubDate>Thu, 03 Jan 2008 10:05:41 -0800</pubDate>
	<category>firewall</category>
	<category>graphing</category>
	<category>network</category>
	<dc:creator>grumpy</dc:creator>
	</item>
	<item>
	<title>Free to use, simple social network mapping software? </title>
	<link>http://ask.metafilter.com/79931/Free%2Dto%2Duse%2Dsimple%2Dsocial%2Dnetwork%2Dmapping%2Dsoftware</link>	
	<description>Looking for a simple, free (for commercial use) social network mapping / graphing tool I have an immediate need to do some online community relationship mapping. It&apos;s not something that I&apos;m likely to need to do frequently, and I don&apos;t need any significant degree of complexity or customisation, so I don&apos;t particularly want to pay for a software application like InFlow that emphasises added-value aspects.&lt;br&gt;
&lt;br&gt;
Basically, I want to map the relationships between less than 100 blogs, using a simple binary cross reference based on the blogroll / recommended sites. I&apos;d like to output a visual map that can be cosmetically tweaked (font, colours and group positioning) and exported as a jpeg or similar to be pasted into a larger report. &lt;br&gt;
&lt;br&gt;
Obviously I&apos;ve done enough research to know what sorts of academic pages / industry resources about these sorts of tools are available, but I&apos;d like to get it right first try as I don&apos;t have much time for trial and error with this project. So, really I&apos;m looking for recommendations issued on an informed basis (first-hand use or similar). &lt;br&gt;
&lt;br&gt;
Cheers!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.79931</guid>
	<pubDate>Wed, 02 Jan 2008 02:34:09 -0800</pubDate>
	<category>graphing</category>
	<category>socialnetwork</category>
	<category>sociology</category>
	<category>software</category>
	<dc:creator>bifter</dc:creator>
	</item>
	<item>
	<title>We Don&apos;t Need No Stinking Derivatives</title>
	<link>http://ask.metafilter.com/71440/We%2DDont%2DNeed%2DNo%2DStinking%2DDerivatives</link>	
	<description>Obscure Mathfilter: In the arcane past of mathematics, there is something known as a &quot;Newton Polygon&quot;, which theoretically can be used to help sketch functions of two variables, say, x^3 + y^3 =3xy, for instance. But -- exactly HOW you use the polygon information to help sketch the graph has never been clearly explained to me. &lt;br&gt;
Does anyone know how to do this?&lt;br&gt;
&lt;br&gt;
Related -- there was a post last May or June in (i think) one of the Math Blogs that may have related to this. It was a shortcut approach to sketching polynomials without using derivatives, that just looked at the exponents of each term of the polynomial, and then connected them together using some rules. At the time, I thought &quot;I&apos;ll come back and look at this in detail when I get a chance&quot;, but, alas, I cannot find it again. (My google-fu is not strong.) Does anyone know what I am talking about?&lt;br&gt;
&lt;br&gt;
Alternatively, how would you sketch f(x, y) by hand, especially if it cannot be explicilty solved for x or y? (I realize all sorts of programs will do this for you; I am interested in by hand techniques.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71440</guid>
	<pubDate>Thu, 13 Sep 2007 05:53:53 -0800</pubDate>
	<category>graphing</category>
	<category>math</category>
	<dc:creator>wittgenstein</dc:creator>
	</item>
	<item>
	<title>In search of free online tool for creating radial graphs!</title>
	<link>http://ask.metafilter.com/67966/In%2Dsearch%2Dof%2Dfree%2Donline%2Dtool%2Dfor%2Dcreating%2Dradial%2Dgraphs</link>	
	<description>Are there any free online tools for generating &lt;a href=&quot;http://en.wikipedia.org/wiki/Radar_chart&quot;&gt;radar&lt;/a&gt; (aka radial, spider, star) graphs/charts? The ideal tool would be easy to use dynamically and/or against large sets of data to generate multiple graphs.&lt;br&gt;
&lt;br&gt;
I know that Google Documents, for example, provides a lot of graph/chart options, but not this specific sort.  On the other end, I&apos;m solid with perl and aware of e.g. &lt;a href=&quot;http://search.cpan.org/dist/Imager-Chart-Radial/Radial.pm&quot;&gt;radial.pm&lt;/a&gt;, but I&apos;d love to find a slick, existing start-to-finish tool rather than having to roll some or all of it myself.&lt;br&gt;
&lt;br&gt;
Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.67966</guid>
	<pubDate>Fri, 27 Jul 2007 15:47:20 -0800</pubDate>
	<category>chart</category>
	<category>graph</category>
	<category>graphing</category>
	<category>numbers</category>
	<category>radar</category>
	<category>radial</category>
	<category>spider</category>
	<category>star</category>
	<category>statistics</category>
	<category>stats</category>
	<dc:creator>cortex</dc:creator>
	</item>
	<item>
	<title>Help me make the graph my boss imagined!</title>
	<link>http://ask.metafilter.com/66218/Help%2Dme%2Dmake%2Dthe%2Dgraph%2Dmy%2Dboss%2Dimagined</link>	
	<description>Graphing question: My boss has an idea of how our data should be presented. Please help me figure out how to make it happen! We have three biological categories, each with several patients. We&apos;d like to show that the different categories have different ages of onset of disease.&lt;br&gt;
I&apos;ve drawn an &lt;a href=http://www.flickr.com/photos/the_girl/716451717/&gt;example&lt;/a&gt; of what my boss would like the graph to look like. &lt;br&gt;
Basically, the three categories are along the y-axis. The month of onset is along the x-axis. The data points for each category at a particular month are spread out to show the number of points at that intersection (the points could be spread in a cloud instead of a line)&lt;br&gt;
Please help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66218</guid>
	<pubDate>Wed, 04 Jul 2007 09:37:21 -0800</pubDate>
	<category>excel</category>
	<category>graphing</category>
	<category>math</category>
	<dc:creator>nprigoda</dc:creator>
	</item>
	<item>
	<title>How do I get an automatically generated line graph from a text file with a list of numbers?</title>
	<link>http://ask.metafilter.com/65551/How%2Ddo%2DI%2Dget%2Dan%2Dautomatically%2Dgenerated%2Dline%2Dgraph%2Dfrom%2Da%2Dtext%2Dfile%2Dwith%2Da%2Dlist%2Dof%2Dnumbers</link>	
	<description>Is there a program that can automatically create line graphs from a text file with a list of numbers? Is there a program that I can have running in the background of my windows machine that will take a text file with a list of numbers, formatted as follows...&lt;br&gt;
&lt;br&gt;
121&lt;br&gt;
324&lt;br&gt;
53546&lt;br&gt;
4343&lt;br&gt;
2342&lt;br&gt;
etc...&lt;br&gt;
&lt;br&gt;
and produce a line graph in jpeg, jpg, bmp, or any other common picture format?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.65551</guid>
	<pubDate>Mon, 25 Jun 2007 08:44:44 -0800</pubDate>
	<category>computer</category>
	<category>graphics</category>
	<category>graphing</category>
	<category>jpeg</category>
	<category>picture</category>
	<category>programming</category>
	<category>web</category>
	<dc:creator>kaozity</dc:creator>
	</item>
	<item>
	<title>MySQLfilter</title>
	<link>http://ask.metafilter.com/51362/MySQLfilter</link>	
	<description>Can anyone help a n00b with a MySQL (&amp;amp; coldfusion) problem? I have a table with a list of transactions by date, so suppose:&lt;br&gt;
(transactionid, userid, transactiontype, transactiondate, balance)&lt;br&gt;
Where balance is the number/volume remaining for that user after the transaction. There are 2 transactiontypes.&lt;br&gt;
I will have seed/initial balances available to me (assume 0 to start if it matters).&lt;br&gt;
&lt;br&gt;
I want to graph the total aggregate balance of all users for each day in a given date range, one line for each transactiontype, both on the same chart.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
What is the best way (performance-wise) to go about doing  this? &lt;br&gt;
&lt;br&gt;
I have a couple of implementations which involve a lot of looping + arithmetic in coldfusion but that&apos;s a bit of a slog performance-wise so I imagine that pushing more work over to the db would be a good thing here, but my MySQL is not really up to the task so maybe someone out there in AskMe land can help me out? My MySQL experience is limited to pretty much just getting the results I want returned; I have very little understanding of what the performance is like of a subquery vs a temporary table vs coldfusion query of a query. Any help would be appreciated.&lt;br&gt;
&lt;br&gt;
Actually, on the coldfusion side, if anyone knows how to get 2 separate groups of &quot;stacks&quot; (seriesplacement=&quot;stacked&quot;) onto the same chart, that would save me a lot of work, but I have the feeling it&apos;s not possible.&lt;br&gt;
&lt;br&gt;
Also, please don&apos;t hesitate to recommend a graphing package that hooks in easily to coldfusion if you know of one that would be the better way to go here.&lt;br&gt;
&lt;br&gt;
Coldfusion MX 7.02 &amp;amp; MySql 4.1 on Apache/Linux if that matters.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.51362</guid>
	<pubDate>Mon, 20 Nov 2006 13:35:57 -0800</pubDate>
	<category>charting</category>
	<category>coldfusion</category>
	<category>graphing</category>
	<category>mysql</category>
	<category>performance</category>
	<dc:creator>juv3nal</dc:creator>
	</item>
	<item>
	<title>Generating B&#xe9;zier curves from discrete point sets</title>
	<link>http://ask.metafilter.com/50554/Generating%2DB%E9zier%2Dcurves%2Dfrom%2Ddiscrete%2Dpoint%2Dsets</link>	
	<description>What is a good algorithm for generating smooth curves from discrete points? For example, I have a set of time series data.  I can easily draw a jagged line by plotting each point and connecting with straight lines.  However, I&apos;d like to make a pretty graph with smooth, interpolated lines using cubic or quadratic B&#xe9;zier curves.&lt;br&gt;
&lt;br&gt;
I&#8217;ve looked over the &lt;a href=&quot;http://archive.dojotoolkit.org/nightly/tests/charting/test_engine.html&quot;&gt;Dojo Charting Engine&lt;/a&gt;, which does pretty much what I want, simply calculating the delta along the X-axis, and multiplying by a constant &#8220;tension&#8221; factor to determine the position of the control points.&lt;br&gt;
&lt;br&gt;
Can you point me to any other, similar algorithms?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.50554</guid>
	<pubDate>Thu, 09 Nov 2006 13:56:26 -0800</pubDate>
	<category>bezier</category>
	<category>chart</category>
	<category>charting</category>
	<category>curve</category>
	<category>graph</category>
	<category>graphing</category>
	<category>math</category>
	<category>points</category>
	<dc:creator>ijoshua</dc:creator>
	</item>
	<item>
	<title>Improve my bar graph</title>
	<link>http://ask.metafilter.com/35510/Improve%2Dmy%2Dbar%2Dgraph</link>	
	<description>How can I better present my information than a bar graph with both very tall and very small bars? I have been given the task of presenting some information visually.  The idea is that there are five or ten problems, and each had somewhere between 10,000 and 1,000,000 possibilities, but each has been reduced to around 100 possibilities.&lt;br&gt;
&lt;br&gt;
Right now I have a bar graph with 5 bars going as high as 1,000,000, each next to a bar around 100 high, but it doesn&apos;t convey much information -- the lower bar is just a pixel line at the bottom of the graph.  &lt;a href=&quot;http://img112.imageshack.us/img112/7863/example4sm.png&quot;&gt;Example here.&lt;/a&gt;  There is a grey bar next to each black bar but it may be so small you can&apos;t even see it.&lt;br&gt;
&lt;br&gt;
Is there a better way to present information like this?  Maybe something other than a bar graph?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35510</guid>
	<pubDate>Sat, 01 Apr 2006 11:16:12 -0800</pubDate>
	<category>bar</category>
	<category>chart</category>
	<category>graph</category>
	<category>graphic-design</category>
	<category>graphing</category>
	<dc:creator>event</dc:creator>
	</item>
	<item>
	<title>Plotting and Data Analysis Software</title>
	<link>http://ask.metafilter.com/17678/Plotting%2Dand%2DData%2DAnalysis%2DSoftware</link>	
	<description>Beyond Excel:  I need a 2D data plotting tool that not only plots but has the ability to quickly measure things like maximum, minimum, delta between peaks... If your familiar with using an Oscilloscope or Network Analyzer, these have vertical and horizontal marker bars that you can use to measure the data being displayed.&lt;br&gt;
&lt;br&gt;
I am in charge of analysing some data and plotting it.  I know of some great plotting tools (Tecplot) that make great plots but I need a tool that makes determining things like maximum, minimum, delta between peaks, etc.  a lot easier.&lt;br&gt;
&lt;br&gt;
Does anyone know of a tool that can do this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.17678</guid>
	<pubDate>Tue, 19 Apr 2005 06:08:48 -0800</pubDate>
	<category>dataanalysis</category>
	<category>graphing</category>
	<category>plotting</category>
	<dc:creator>toftflin</dc:creator>
	</item>
	<item>
	<title>Calculator App</title>
	<link>http://ask.metafilter.com/10996/Calculator%2DApp</link>	
	<description>I&apos;m working on something like a glorified graphing calculator application, based on a small functional programming language. Each input program describes a function of some number of parameters, and the app&apos;s job is to plot the function&apos;s output across various input ranges. Is there an existing language with an open-source parser I can reuse for this job instead of inventing and implementing a new language from scratch? I&apos;ve never done any programming with functional languages before, and while web searches have turned up lists of dozens of them, I have no idea how they work or which ones might be suitable for a small embedded application like this.&lt;br&gt;
&lt;br&gt;
The critical requirement is concurrency: the whole point of this project is to compile the program using SIMD instructions so I can run four passes at once. I&apos;m sure threads and dual processor machines will get involved too. &lt;br&gt;
&lt;br&gt;
I don&apos;t need integer math, or any data types other than single-precision floats. The language needs to include, or I need to be able to supply, a library of intrinsic math functions (sine, tangent, square root, etc). The finished app needs to run on Unix, Windows, and Mac OS. &lt;br&gt;
&lt;br&gt;
I call this thing a compiler, but there&apos;s no need to write out an executable; it just needs to load the program, run it some thousands of times using different parameter sets, save each result value in an image buffer, and write the output to disk as a PNG or JPEG file.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10996</guid>
	<pubDate>Sat, 16 Oct 2004 11:43:45 -0800</pubDate>
	<category>calculator</category>
	<category>functionallanguage</category>
	<category>graphing</category>
	<category>opensource</category>
	<category>programming</category>
	<dc:creator>Mars Saxman</dc:creator>
	</item>
	
	</channel>
</rss>

