<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/sage-support</id>
  <title type="text">sage-support Google Group</title>
  <subtitle type="text">
  This email list is for reporting possible bugs in Sage or to post a support-related issue.
  </subtitle>
  <link href="/group/sage-support/feed/atom_v1_0_msgs.xml" rel="self" title="sage-support feed"/>
  <updated>2009-07-04T11:11:51Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>William Stein</name>
  <email>wst...@gmail.com</email>
  </author>
  <updated>2009-07-04T11:11:51Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/269e5f9b603fb69d/f7436a2f1b81b597?show_docid=f7436a2f1b81b597</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/269e5f9b603fb69d/f7436a2f1b81b597?show_docid=f7436a2f1b81b597"/>
  <title type="text">Re: [sage-support] Tooltips on a plot</title>
  <summary type="html" xml:space="preserve">
  There is no way to currently do that using matrix_plot. &lt;br&gt; If I were you, I would write my own HTML output of a matrix and use &lt;br&gt; the HTML &amp;lt;a href=&amp;quot;&amp;quot; alt=&amp;quot;tooltip&amp;quot;&amp;gt;299&amp;lt;/a&amp;gt; tag. You can use the Sage &lt;br&gt; command html(...) to output html. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; William Stein &lt;br&gt; Associate Professor of Mathematics &lt;br&gt; University of Washington
  </summary>
  </entry>
  <entry>
  <author>
  <name>William Stein</name>
  <email>wst...@gmail.com</email>
  </author>
  <updated>2009-07-04T11:09:10Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/c045afa696ef60bc?show_docid=c045afa696ef60bc</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/c045afa696ef60bc?show_docid=c045afa696ef60bc"/>
  <title type="text">Re: [sage-support] Re: Matrix assignment oddity</title>
  <summary type="html" xml:space="preserve">
  The behavior below is not at all inconsistent with what you just &lt;br&gt; explained. When you write &amp;quot;M=2&amp;quot; below you are not changing M, you are &lt;br&gt; making the variable M refer at a different object, namely 2. That&#39;s &lt;br&gt; no different than writing &amp;quot;b=random_matrix(2)&amp;quot; in the above example, &lt;br&gt; then wondering why a didn&#39;t change.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Minh Nguyen</name>
  <email>nguyenmi...@gmail.com</email>
  </author>
  <updated>2009-07-04T08:29:55Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/fadbd3e32c0a41ec?show_docid=fadbd3e32c0a41ec</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/fadbd3e32c0a41ec?show_docid=fadbd3e32c0a41ec"/>
  <title type="text">Re: [sage-support] Matrix assignment oddity</title>
  <summary type="html" xml:space="preserve">
  Hi Alex, &lt;br&gt; That is expected, as it is a Python issue, not an issue with Sage. In &lt;br&gt; the above code sample, both a and b refer to the same object. What you &lt;br&gt; want is to make a copy of the object that a refers to. &lt;br&gt; Yes. Use the command copy() or deepcopy(). In the following session, I &lt;br&gt; make a copy of the matrix A. In this way, changing the copy doesn&#39;t
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex</name>
  <email>aap...@gmail.com</email>
  </author>
  <updated>2009-07-04T08:07:05Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/1df7236a2d1567b9?show_docid=1df7236a2d1567b9</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/e98fb5c7eb3dda47/1df7236a2d1567b9?show_docid=1df7236a2d1567b9"/>
  <title type="text">Matrix assignment oddity</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; &lt;p&gt;The following assignment behaves unexpectedly: &lt;br&gt; &lt;p&gt;a=matrix(2) #makes a zero matrix &lt;br&gt; b=a &lt;br&gt; b[0,1]=2 &lt;br&gt; &lt;p&gt;One would expect a to stay zero, and only b to change to [0 2 0 0], &lt;br&gt; but a changes as well! &lt;br&gt; Is there a way to leave a fixed when changing b? &lt;br&gt; If a and b were numbers, changing b does not change a as well, as one
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ash</name>
  <email>same...@student.uwa.edu.au</email>
  </author>
  <updated>2009-07-04T06:08:09Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/269e5f9b603fb69d/30a88d8a12148e2d?show_docid=30a88d8a12148e2d</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/269e5f9b603fb69d/30a88d8a12148e2d?show_docid=30a88d8a12148e2d"/>
  <title type="text">Tooltips on a plot</title>
  <summary type="html" xml:space="preserve">
  Hey, &lt;br&gt; &lt;p&gt;I am currently designing an interactive program that demonstrates the &lt;br&gt; Sieve of Eratosthenes. It displays a grid of numbers, created using &lt;br&gt; the matrix_plot function. &lt;br&gt; &lt;p&gt;I was hoping to include some code that will allow tooltips to appear &lt;br&gt; when the cursor moves over certain numbers in the grid. Is there any
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ahmed Fasih</name>
  <email>wuzzyv...@gmail.com</email>
  </author>
  <updated>2009-07-04T00:29:27Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/5badcf23ed5c5f75?show_docid=5badcf23ed5c5f75</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/5badcf23ed5c5f75?show_docid=5badcf23ed5c5f75"/>
  <title type="text">Re: a question about the plotting in sage</title>
  <summary type="html" xml:space="preserve">
  If you can give a minimal example generating X, Y, and Stress_Z in &lt;br&gt; Sage or Numpy, we&#39;ll be in a better position to reproduce the Matlab &lt;br&gt; output. &lt;br&gt; &lt;p&gt;Also, check these fine 3d plotting examples for Matplotlib: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.scipy.org/Cookbook/Matplotlib/mplot3D&quot;&gt;[link]&lt;/a&gt; all the examples will &lt;br&gt; work in Sage since sage includes Matplotlib.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ahmed Fasih</name>
  <email>wuzzyv...@gmail.com</email>
  </author>
  <updated>2009-07-04T00:19:12Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/37b60df29232c5a8?show_docid=37b60df29232c5a8</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/37b60df29232c5a8?show_docid=37b60df29232c5a8"/>
  <title type="text">Re: scipy binomial pmf</title>
  <summary type="html" xml:space="preserve">
  This is also an excellent resource: &amp;quot;How To Ask Questions The Smart &lt;br&gt; Way,&amp;quot; by the peerless Eric Steven Raymond: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://catb.org/esr/faqs/smart-questions.html&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ahmed Fasih</name>
  <email>wuzzyv...@gmail.com</email>
  </author>
  <updated>2009-07-04T00:17:44Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/606f20aa674e459c?show_docid=606f20aa674e459c</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/606f20aa674e459c?show_docid=606f20aa674e459c"/>
  <title type="text">Re: scipy binomial pmf</title>
  <summary type="html" xml:space="preserve">
  Writing your own is a good way to understand the implementation issues &lt;br&gt; that we sometimes unthinkingly rely on, but for production code, it&#39;s &lt;br&gt; always a good idea to default to the pre-packaged implementation. &lt;br&gt; &lt;p&gt;In this case, I think it&#39;s the standard issue with Scipy not &lt;br&gt; understanding Sage types. This problem is described in
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mikie</name>
  <email>thephantom6...@hotmail.com</email>
  </author>
  <updated>2009-07-03T19:30:30Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/c9ab0efa67dd7388?show_docid=c9ab0efa67dd7388</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/c9ab0efa67dd7388?show_docid=c9ab0efa67dd7388"/>
  <title type="text">Re: scipy binomial pmf</title>
  <summary type="html" xml:space="preserve">
  I am trying to use the binomial pmf function in Scipy. Forget the &lt;br&gt; question I will write my own. &lt;br&gt; Thanx
  </summary>
  </entry>
  <entry>
  <author>
  <name>John H Palmieri</name>
  <email>jhpalmier...@gmail.com</email>
  </author>
  <updated>2009-07-03T15:43:14Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/4c3ec08a4d778785/54d69b6883ce3524?show_docid=54d69b6883ce3524</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/4c3ec08a4d778785/54d69b6883ce3524?show_docid=54d69b6883ce3524"/>
  <title type="text">Re: jsmath</title>
  <summary type="html" xml:space="preserve">
  My guess is that you should look at the jsMath web page for help; &lt;br&gt; combining what&#39;s there with the html/jsmath output from Sage might be &lt;br&gt; what you need.
  </summary>
  </entry>
  <entry>
  <author>
  <name>William Stein</name>
  <email>wst...@gmail.com</email>
  </author>
  <updated>2009-07-03T15:32:00Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/1586c2b2e9d29cb2?show_docid=1586c2b2e9d29cb2</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/1586c2b2e9d29cb2?show_docid=1586c2b2e9d29cb2"/>
  <title type="text">Re: [sage-support] scipy binomial pmf</title>
  <summary type="html" xml:space="preserve">
  (1) I don&#39;t understand the question. What does your question mean? &lt;br&gt; (2) Possibly you should also ask on the scipy support list, where &lt;br&gt; there are likely to be more scipy experts...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mikie</name>
  <email>thephantom6...@hotmail.com</email>
  </author>
  <updated>2009-07-03T15:27:12Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/b53f787837a0d24b?show_docid=b53f787837a0d24b</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/a3fcc88c8ad46339/b53f787837a0d24b?show_docid=b53f787837a0d24b"/>
  <title type="text">scipy binomial pmf</title>
  <summary type="html" xml:space="preserve">
  What is the syntax to get the binomial function in Scipy to calculate? &lt;br&gt; I have tried stats.binom.pmf(1,10,.56,0) etc. &lt;br&gt; Thanks for the help.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Mikie</name>
  <email>thephantom6...@hotmail.com</email>
  </author>
  <updated>2009-07-03T12:05:03Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/4c3ec08a4d778785/c1bd3752ed9567fb?show_docid=c1bd3752ed9567fb</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/4c3ec08a4d778785/c1bd3752ed9567fb?show_docid=c1bd3752ed9567fb"/>
  <title type="text">Re: jsmath</title>
  <summary type="html" xml:space="preserve">
  Yes, I am not using the notebook. I have created an API(server) using &lt;br&gt; a python script. It lets the user do interactive calculations from my &lt;br&gt; website. The output is in a textarea and not &amp;quot;pretty print&amp;quot; as the &lt;br&gt; notebook. I was wondering if jsmath could be used to do &amp;quot;pretty &lt;br&gt; print&amp;quot;.
  </summary>
  </entry>
  <entry>
  <author>
  <name>wxuyec</name>
  <email>wxu...@sohu.com</email>
  </author>
  <updated>2009-07-03T11:12:30Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/58de5fb0d9a3fff3?show_docid=58de5fb0d9a3fff3</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/58de5fb0d9a3fff3?show_docid=58de5fb0d9a3fff3"/>
  <title type="text">Re: a question about the plotting in sage</title>
  <summary type="html" xml:space="preserve">
  As you said, I read the help about the list_plot3d. &lt;br&gt; It seems to be but not exactly what I want. &lt;br&gt; I want the value of the variable to be draw by &lt;br&gt; different colors, which the list_plot3d can&#39;t do. &lt;br&gt; &lt;p&gt;So can you give another favor? Thanks!
  </summary>
  </entry>
  <entry>
  <author>
  <name>David Joyner</name>
  <email>wdjoy...@gmail.com</email>
  </author>
  <updated>2009-07-03T10:26:52Z</updated>
  <id>http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/838e1362a552bdc1?show_docid=838e1362a552bdc1</id>
  <link href="http://groups.google.com/group/sage-support/browse_thread/thread/628e26511cd12644/838e1362a552bdc1?show_docid=838e1362a552bdc1"/>
  <title type="text">Re: [sage-support] a question about the plotting in sage</title>
  <summary type="html" xml:space="preserve">
  Maybe list_plot3d is what you want? Type &amp;quot;list_plot3d?&amp;quot; (without the &lt;br&gt; quotes) at the prompt to see examples.
  </summary>
  </entry>
</feed>
