Slashdot Mirror


Microsoft Applies For Patent On Tufte's Sparklines

jenkin sear writes "Data visualization guru Edward Tufte developed Sparklines, a great way to display condensed data as an inline graphic. Excel's new version has incorporated the design element — and Microsoft has applied for a patent on them — without so much as a by-your-leave from Tufte."

7 of 175 comments (clear)

  1. It's not a patent for Sparklines themselves by shutdown+-p+now · · Score: 5, Informative

    A comment on the blog post discussing the feature (to which TFS links) says:

    They haven’t tried to patent sparklines, but the use of sparklines in Excel. I.e. the automatic updating of a sparkline embedded in a spreadsheet.

    Cue the posts on how obvious and stupid the patent is regardless of this below. Point is, it's not an attempt on something already claimed by someone.

    1. Re:It's not a patent for Sparklines themselves by Opportunist · · Score: 5, Insightful

      Ok, so if I have to push a button to update it, it's not covered? If I don't embed it but, say, just have an external application retrieve data from a spreadsheet, it's not covered?

      Yes, I'm hanging on technicalities. But when you look at it closely, the whole software patent BS is about technicalities and not much more. We're talking about (usually) so obvious applications that a 5 year old wouldn't only get the idea but actually say "duh" when you present it to him.

      Maybe that would be a good metric. The patent clerc should tell his 5 year old about the idea. If he says "duh", it's not patentable.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  2. A Few Points by Grond · · Score: 5, Informative

    First, the actual claims are considerably narrower than just 'any and all uses of sparklines.' The broadest claim is about the use of sparklines in a dynamically updated electronic document. Most of the narrower claims have to do visual effects, the handling of null values in the spreadsheet, etc. This is pretty tame stuff.

    Second, this is a newly filed application. The examiner will almost certainly come back with multiple rejections based on obviousness, and the claims will likely be narrowed in response. Like most negotiations, the parties start off with extreme positions and work towards compromise.

    Third, the patent application already cites Tufte (along with a dozen other pieces of prior art) in the Information Disclosure Statement. In other words: Microsoft gave the patent examiner many important pieces of prior art. The examiner will no doubt find many more. This is all publicly available through the Patent Office's Patent Application Information Retrieval system.

    Fourth, there is no need for Microsoft to acknowledge Tufte as an inventor on the patent application. Inventorship in the patent context is a legal term of art with a specific meaning. The fact that Microsoft said that Tufte invented sparklines is not the damning piece of evidence many are assuming it is (and recall from point three, above, that Microsoft acknowledged Tufte in its IDS). First, Tufte invented sparklines more than a year before the filing date, so any patentable claims must be a non-obvious improvement upon or use of sparklines, not sparklines themselves. Second, Tufte clearly did not work with the Microsoft inventors, so he cannot be a co-inventor of anything claimed in this application.

    Once again non-experts hear hoofbeats and scream 'Zebra Stampede!' The comments on Tufte's site, for example, are a joke, an absolute mess of uninformed speculation. Given the wealth of publicly available information on patents and patent application, the Slashdot editors should do more to fact check these stories before publishing them.

    Finally, I'll just tack on that if sparklines are so great and this is all so obvious, then surely there's an open source version that predates this application. Remember, though, that this application was filed on May 7, 2008, so the open source version would need to predate that, preferably (but not necessarily) by a year or more. That would actually be an important piece of prior art.

  3. Re:Why are you surprised? by mabhatter654 · · Score: 5, Informative

    They're already published and in use, therefore not patentable.... if only the patent office would follow their own damn rules about such things!

  4. Re:Opposing patents by Grond · · Score: 5, Informative

    This is one of those issues I'd love to hear a real patent attorney weigh in on: If someone files a patent on something you can prove you demonstrated publicly at an earlier date, what are your options? Can you file an opposition to the patent? How does it work?

    I am not an attorney (I'm an academic) and this is not legal advice. If you ever find yourself in a situation like this you should consult a competent patent attorney in your jurisdiction. To be clear, when I use the word 'you' in this post I mean the generic 'you,' not you personally.

    Here's the basic flowchart. Has the other party filed an application or received a patent? If they've already received a patent, then your primary option is to put the patent into reexamination. To do this requires evidence of a substantial new question of patentability (i.e., something new the examiner or the courts haven't looked at yet) and the payment of a fee. You can either put it into ex parte reexamination, where you submit your evidence and the patent office takes it from there, or you can put it into inter partes reexamination, where the patent office holds a sort of mini trial with you arguing against the patent's validity and the patent owner arguing for it.

    If the patent holder is actually demanding a license, threatening a lawsuit, etc, then you may also have the option of filing what's called a declaratory judgment lawsuit where you ask a court to determine whether the patent is valid or not.

    If things are still at the application stage, your options are much more limited. You can submit prior art to the patent office, or, in the rare circumstance that you also have a pending patent application on the same invention, then the patent office may declare what's called an interference and try to figure out who invented the claimed invention first.

  5. Do you know who Tufte is? by Kupfernigk · · Score: 5, Interesting
    Obviously not. If you did you would know he always credits his sources in depth and explains the historical development of his thinking. He often draws out features of graphical presentation of data and gives them simplifying names to provide a framework, but he does not claim originality.

    He is not suing Microsoft, and has done absolutely nothing wrong, And your post is a simple troll.

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
  6. I've done it... by mok000 · · Score: 5, Informative

    I've used sparklines that were updated "automatically" from the values in a database. The software in question tracked the coffee consumption pr. person in the lab, and displayed it using sparklines on a web page (no longer online). The sparkline code was a PHP snippet I found on the net somewhere. There must be plenty of prior art.