Hmm I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck. http://chart.apis.google.com/chart?chs=350x220&cht=p3&chd=s:G99p&chdl=2|1|1|6|2|0|52|52|2|2|1|1|2|2|2|2|2|1|1|2|2|1|1|1|2|1|1&chdlp=b&chp=0.1&chl=fsharp|gettext|gettext-base|Others%20%2824%29&chma=95,95&chtt=Launchpad+Statistics+for+%7Ereviczky+-+ppa&chts=676767,13.5 Thanks Adam
On Sat, 16 Apr 2011, Reviczky, Adam wrote:
Hmm
I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck.
\enabletrackers [resolvers.schemes] \enabledirectives[schemes.cleanmethod=md5] \asciimode \starttext % Single line \externalfigure[http://chart.apis.google.com/chart?chs=350x220&cht=p3&chd=s:G99p&chdl=2|1|1|6|2|0|52|52|2|2|1|1|2|2|2|2|2|1|1|2|2|1|1|1|2|1|1&chdlp=b&chp=0.1&chl=fsharp|gettext|gettext-base|Others\letterpercent 20\letterpercent 2824\letterpercent 29&chma=95,95&chtt=Launchpad+Statistics+for+\letterpercent 7Ereviczky+-+ppa&chts=676767,13.5][method=png,scale=5000] \stoptext See http://archive.contextgarden.net/message/20110123.205431.42f006d4.en.html for details. I had also added support for downloading external files in the filter module http://randomdeterminism.wordpress.com/2010/08/12/using-filters-outside-the-... but later decided to make a separate module for it (not yet released). I can send you some files offlist if you are interested. Adita
Am 16.04.2011 um 21:49 schrieb Aditya Mahajan:
On Sat, 16 Apr 2011, Reviczky, Adam wrote:
Hmm
I still have some problems with this. How would it look like for this URL? I've tried asciimode and \letterbar + \letterpercent, but no luck.
\enabletrackers [resolvers.schemes] \enabledirectives[schemes.cleanmethod=md5] \asciimode
\asciimode can be overkill because it makes also “%” a normal character, better you define a command which change the catcodes. \def\googlechart {\begingroup \setcatcodetable\vrbcatcodes \dodoubleempty\dogooglechart} \def\dogooglechart[#1][#2]% {\endgroup \externalfigure[#1][method=png,#2]} \starttext \googlechart[https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World] \stoptext Wolfgang
participants (3)
-
Aditya Mahajan
-
Reviczky, Adam
-
Wolfgang Schuster