[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Julie Beier
Current version of SAGE: 7.5.1 though this happened with several versions, 
all binary install
Operating System: OSX 10.11.6
Version of Tex: Version 3.14159265-2.6-1.40.17 (TeX Live 2016); All 
packages up to date

As previously mentioned, this was all what matches on the cloud for SAGE 
and Tex.

On Thursday, June 1, 2017 at 4:49:57 PM UTC-4, Dima Pasechnik wrote:
>
>
>
> On Thursday, June 1, 2017 at 8:34:55 PM UTC+1, Julie Beier wrote:
>>
>> So I guess this was the point of my message.  What you just posted does 
>> *not* work for me.  It says True for dot2tex installed, but I get the 
>> two different tex files (doing this on my computer versus on the cloud) and 
>> on my computer it does not generate something that works.  
>>
>
> We need more details about your computer: Sage version, operating system, 
> whether it was compiled from source or installed as a binary, what version 
> of TeX is installed.
>
>   
>
>
>> On Thursday, June 1, 2017 at 3:18:04 PM UTC-4, Dima Pasechnik wrote:
>>>
>>>
>>>
>>> On Thursday, June 1, 2017 at 7:57:22 PM UTC+1, Julie Beier wrote:

 Dima,

 Sorry but I'm not sure I understand.  I followed the directions in the 
 sage help that say to do sage -i 'dot2tex'.  That is done.  But it still 
 creates the different tex files, and I still have the problem. 

>>>
>>> the following works for me on a local Sage install (it's 8.0.beta8, but 
>>> it should not matter)
>>>
>>> sage: is_package_installed("dot2tex") # sanity check
>>> True
>>> sage: B = crystals.Tableaux(['A',2], shape=[2,1])
>>> sage: view(B) # opens a tab in the browser with the picture
>>>
>>>
>>>  
>>>
  Nicolas's work around makes the small example he posted work, but it 
 doesn't work for the crystals.  Was I supposed to install dot2tex 
 differently?

>>> you can have more than one Sage install (well, in principle, that is)
>>> (Or indeed Sage version matters...)
>>>
>>>  
>>>

 J

 On Thursday, June 1, 2017 at 2:40:04 PM UTC-4, Dima Pasechnik wrote:
>
>
>
> On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:
>>
>> All,
>>
>> Thanks all for the help; glad to know it wasn't just something 
>> trivial that I missed.
>>
>> This work around doesn't seem to work for whole crystals as there is 
>> no set_latex_options option.  Anyway to work around the problem there?
>>
>
> IMHO you should check if you indeed had installed dot2tex package, for 
> the crystals.* example you posted as not
> working, works for me after   I installed dot2tex (you might have to 
> quit and start your Sage session, at least, after the
> installation)
>
>
>> Best,
>>
>> Julie
>>
>> On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry 
>> wrote:
>>>
>>> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
>>> >How does one switch to using dot2tex for this example, too? 
>>>
>>> sage: t = StandardTableaux(4).random_element() 
>>> sage: G = DiGraph([[t,t]], loops=True) 
>>> sage: G.set_latex_options(format="dot2tex")   # <== 
>>> sage: view(G) 
>>>
>>> Cheers, 
>>> Nicolas 
>>> -- 
>>> Nicolas M. Thiéry "Isil"  
>>> http://Nicolas.Thiery.name/ 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik


On Thursday, June 1, 2017 at 8:34:55 PM UTC+1, Julie Beier wrote:
>
> So I guess this was the point of my message.  What you just posted does 
> *not* work for me.  It says True for dot2tex installed, but I get the two 
> different tex files (doing this on my computer versus on the cloud) and on 
> my computer it does not generate something that works.  
>

We need more details about your computer: Sage version, operating system, 
whether it was compiled from source or installed as a binary, what version 
of TeX is installed.

  


> On Thursday, June 1, 2017 at 3:18:04 PM UTC-4, Dima Pasechnik wrote:
>>
>>
>>
>> On Thursday, June 1, 2017 at 7:57:22 PM UTC+1, Julie Beier wrote:
>>>
>>> Dima,
>>>
>>> Sorry but I'm not sure I understand.  I followed the directions in the 
>>> sage help that say to do sage -i 'dot2tex'.  That is done.  But it still 
>>> creates the different tex files, and I still have the problem. 
>>>
>>
>> the following works for me on a local Sage install (it's 8.0.beta8, but 
>> it should not matter)
>>
>> sage: is_package_installed("dot2tex") # sanity check
>> True
>> sage: B = crystals.Tableaux(['A',2], shape=[2,1])
>> sage: view(B) # opens a tab in the browser with the picture
>>
>>
>>  
>>
>>>  Nicolas's work around makes the small example he posted work, but it 
>>> doesn't work for the crystals.  Was I supposed to install dot2tex 
>>> differently?
>>>
>> you can have more than one Sage install (well, in principle, that is)
>> (Or indeed Sage version matters...)
>>
>>  
>>
>>>
>>> J
>>>
>>> On Thursday, June 1, 2017 at 2:40:04 PM UTC-4, Dima Pasechnik wrote:



 On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:
>
> All,
>
> Thanks all for the help; glad to know it wasn't just something trivial 
> that I missed.
>
> This work around doesn't seem to work for whole crystals as there is 
> no set_latex_options option.  Anyway to work around the problem there?
>

 IMHO you should check if you indeed had installed dot2tex package, for 
 the crystals.* example you posted as not
 working, works for me after   I installed dot2tex (you might have to 
 quit and start your Sage session, at least, after the
 installation)


> Best,
>
> Julie
>
> On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:
>>
>> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
>> >How does one switch to using dot2tex for this example, too? 
>>
>> sage: t = StandardTableaux(4).random_element() 
>> sage: G = DiGraph([[t,t]], loops=True) 
>> sage: G.set_latex_options(format="dot2tex")   # <== 
>> sage: view(G) 
>>
>> Cheers, 
>> Nicolas 
>> -- 
>> Nicolas M. Thiéry "Isil"  
>> http://Nicolas.Thiery.name/ 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Julie Beier
So I guess this was the point of my message.  What you just posted does 
*not* work for me.  It says True for dot2tex installed, but I get the two 
different tex files (doing this on my computer versus on the cloud) and on 
my computer it does not generate something that works.  

On Thursday, June 1, 2017 at 3:18:04 PM UTC-4, Dima Pasechnik wrote:
>
>
>
> On Thursday, June 1, 2017 at 7:57:22 PM UTC+1, Julie Beier wrote:
>>
>> Dima,
>>
>> Sorry but I'm not sure I understand.  I followed the directions in the 
>> sage help that say to do sage -i 'dot2tex'.  That is done.  But it still 
>> creates the different tex files, and I still have the problem. 
>>
>
> the following works for me on a local Sage install (it's 8.0.beta8, but it 
> should not matter)
>
> sage: is_package_installed("dot2tex") # sanity check
> True
> sage: B = crystals.Tableaux(['A',2], shape=[2,1])
> sage: view(B) # opens a tab in the browser with the picture
>
>
>  
>
>>  Nicolas's work around makes the small example he posted work, but it 
>> doesn't work for the crystals.  Was I supposed to install dot2tex 
>> differently?
>>
> you can have more than one Sage install (well, in principle, that is)
> (Or indeed Sage version matters...)
>
>  
>
>>
>> J
>>
>> On Thursday, June 1, 2017 at 2:40:04 PM UTC-4, Dima Pasechnik wrote:
>>>
>>>
>>>
>>> On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:

 All,

 Thanks all for the help; glad to know it wasn't just something trivial 
 that I missed.

 This work around doesn't seem to work for whole crystals as there is no 
 set_latex_options option.  Anyway to work around the problem there?

>>>
>>> IMHO you should check if you indeed had installed dot2tex package, for 
>>> the crystals.* example you posted as not
>>> working, works for me after   I installed dot2tex (you might have to 
>>> quit and start your Sage session, at least, after the
>>> installation)
>>>
>>>
 Best,

 Julie

 On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:
>
> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
> >How does one switch to using dot2tex for this example, too? 
>
> sage: t = StandardTableaux(4).random_element() 
> sage: G = DiGraph([[t,t]], loops=True) 
> sage: G.set_latex_options(format="dot2tex")   # <== 
> sage: view(G) 
>
> Cheers, 
> Nicolas 
> -- 
> Nicolas M. Thiéry "Isil"  
> http://Nicolas.Thiery.name/ 
>


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik


On Thursday, June 1, 2017 at 7:57:22 PM UTC+1, Julie Beier wrote:
>
> Dima,
>
> Sorry but I'm not sure I understand.  I followed the directions in the 
> sage help that say to do sage -i 'dot2tex'.  That is done.  But it still 
> creates the different tex files, and I still have the problem. 
>

the following works for me on a local Sage install (it's 8.0.beta8, but it 
should not matter)

sage: is_package_installed("dot2tex") # sanity check
True
sage: B = crystals.Tableaux(['A',2], shape=[2,1])
sage: view(B) # opens a tab in the browser with the picture


 

>  Nicolas's work around makes the small example he posted work, but it 
> doesn't work for the crystals.  Was I supposed to install dot2tex 
> differently?
>
you can have more than one Sage install (well, in principle, that is)
(Or indeed Sage version matters...)

 

>
> J
>
> On Thursday, June 1, 2017 at 2:40:04 PM UTC-4, Dima Pasechnik wrote:
>>
>>
>>
>> On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:
>>>
>>> All,
>>>
>>> Thanks all for the help; glad to know it wasn't just something trivial 
>>> that I missed.
>>>
>>> This work around doesn't seem to work for whole crystals as there is no 
>>> set_latex_options option.  Anyway to work around the problem there?
>>>
>>
>> IMHO you should check if you indeed had installed dot2tex package, for 
>> the crystals.* example you posted as not
>> working, works for me after   I installed dot2tex (you might have to quit 
>> and start your Sage session, at least, after the
>> installation)
>>
>>
>>> Best,
>>>
>>> Julie
>>>
>>> On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:

 On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
 >How does one switch to using dot2tex for this example, too? 

 sage: t = StandardTableaux(4).random_element() 
 sage: G = DiGraph([[t,t]], loops=True) 
 sage: G.set_latex_options(format="dot2tex")   # <== 
 sage: view(G) 

 Cheers, 
 Nicolas 
 -- 
 Nicolas M. Thiéry "Isil"  
 http://Nicolas.Thiery.name/ 

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Julie Beier
Dima,

Sorry but I'm not sure I understand.  I followed the directions in the sage 
help that say to do sage -i 'dot2tex'.  That is done.  But it still creates 
the different tex files, and I still have the problem.  Nicolas's work 
around makes the small example he posted work, but it doesn't work for the 
crystals.  Was I supposed to install dot2tex differently?

J

On Thursday, June 1, 2017 at 2:40:04 PM UTC-4, Dima Pasechnik wrote:
>
>
>
> On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:
>>
>> All,
>>
>> Thanks all for the help; glad to know it wasn't just something trivial 
>> that I missed.
>>
>> This work around doesn't seem to work for whole crystals as there is no 
>> set_latex_options option.  Anyway to work around the problem there?
>>
>
> IMHO you should check if you indeed had installed dot2tex package, for the 
> crystals.* example you posted as not
> working, works for me after   I installed dot2tex (you might have to quit 
> and start your Sage session, at least, after the
> installation)
>
>
>> Best,
>>
>> Julie
>>
>> On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:
>>>
>>> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
>>> >How does one switch to using dot2tex for this example, too? 
>>>
>>> sage: t = StandardTableaux(4).random_element() 
>>> sage: G = DiGraph([[t,t]], loops=True) 
>>> sage: G.set_latex_options(format="dot2tex")   # <== 
>>> sage: view(G) 
>>>
>>> Cheers, 
>>> Nicolas 
>>> -- 
>>> Nicolas M. Thiéry "Isil"  
>>> http://Nicolas.Thiery.name/ 
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik


On Thursday, June 1, 2017 at 7:23:29 PM UTC+1, Julie Beier wrote:
>
> All,
>
> Thanks all for the help; glad to know it wasn't just something trivial 
> that I missed.
>
> This work around doesn't seem to work for whole crystals as there is no 
> set_latex_options option.  Anyway to work around the problem there?
>

IMHO you should check if you indeed had installed dot2tex package, for the 
crystals.* example you posted as not
working, works for me after   I installed dot2tex (you might have to quit 
and start your Sage session, at least, after the
installation)


> Best,
>
> Julie
>
> On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:
>>
>> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
>> >How does one switch to using dot2tex for this example, too? 
>>
>> sage: t = StandardTableaux(4).random_element() 
>> sage: G = DiGraph([[t,t]], loops=True) 
>> sage: G.set_latex_options(format="dot2tex")   # <== 
>> sage: view(G) 
>>
>> Cheers, 
>> Nicolas 
>> -- 
>> Nicolas M. Thiéry "Isil"  
>> http://Nicolas.Thiery.name/ 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Julie Beier
All,

Thanks all for the help; glad to know it wasn't just something trivial that 
I missed.

This work around doesn't seem to work for whole crystals as there is no 
set_latex_options option.  Anyway to work around the problem there?

Best,

Julie

On Thursday, June 1, 2017 at 2:01:14 PM UTC-4, Nicolas M. Thiéry wrote:
>
> On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote: 
> >How does one switch to using dot2tex for this example, too? 
>
> sage: t = StandardTableaux(4).random_element() 
> sage: G = DiGraph([[t,t]], loops=True) 
> sage: G.set_latex_options(format="dot2tex")   # <== 
> sage: view(G) 
>
> Cheers, 
> Nicolas 
> -- 
> Nicolas M. Thiéry "Isil" > 
> http://Nicolas.Thiery.name/ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Nicolas M. Thiery
On Thu, Jun 01, 2017 at 12:02:19AM -0700, Dima Pasechnik wrote:
>How does one switch to using dot2tex for this example, too?

sage: t = StandardTableaux(4).random_element()
sage: G = DiGraph([[t,t]], loops=True)
sage: G.set_latex_options(format="dot2tex")   # <==
sage: view(G)

Cheers,
Nicolas
--
Nicolas M. Thiéry "Isil" 
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Documentation won't compile correctly/ can't rebase git branch

2017-06-01 Thread Dima Pasechnik
I would rather (replace my* with right values)

git checkout -b myrebasedstuff develop
git pull trac u/myuid/mygreatbranch

# assume it all merged fine, then

make doc-clean
make

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: Does `sage -upgrade` upgrade the packages as well?

2017-06-01 Thread Dima Pasechnik
With master or develop, one should be all set. Just rebuild (./configure && 
make)
Sometimes 

make doc-clean 

would be needed,
in rare cases,

make distclean

is the only way forward.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: Does `sage -upgrade` upgrade the packages as well?

2017-06-01 Thread Zachary Gershkoff
How does one upgrade with git? Is it enough to pull the master or develop 
branch?

On Saturday, May 13, 2017 at 10:11:33 AM UTC-5, Dima Pasechnik wrote:
>
> IIRC, --upgrade is broken for years already, and should be removed.
> If you need to upgrade a source installation, use git; the corresponding 
> to the pulled version packages
> will be automatically upgraded, apart from "old style" ones, that are not 
> upgraded any more anyway.
>
> A binary installation cannot be updated using --upgrade at all, I think.
>
> On Saturday, May 13, 2017 at 11:28:31 AM UTC+1, rickhg12hs wrote:
>>
>> Does `sage -upgrade` upgrade the packages as well?
>>
>> If not, what's the most efficient way to upgrade all packages to the 
>> latest release?
>>
>>
>> Is this bullet from Sage Docs 
>>  still 
>> acuurate?
>>
>>
>>- --upgrade [url] – download, build and install standard packages 
>>from given url. If url not given, automatically selects a suitable 
>> mirror. 
>>If url=’ask’, it lets you select the mirror.
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Documentation won't compile correctly/ can't rebase git branch

2017-06-01 Thread Zachary Gershkoff
I have a ticket where I made some changes to the graph theory package. The 
documentation wasn't compiling correctly, so I made and remade sage from 
the develop branch and eventually got it working there. When I switch back 
to my ticket and try to build the documentation, it says there's an error 
in combinat (not graph theory, where I had been working). I tried rebasing 
the ticket (git rebase -i develop), and I got the following error message


error: could not apply eda38df... Implementing crystal of MV polytopes and 
added plotting.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To check out the original branch and stop rebasing run "git rebase --abort".
Could not apply eda38df... Implementing crystal of MV polytopes and added 
plotting.


I don't know what to do to let it continue rebasing because I didn't change 
anything relating to crystals or plotting... I just want the documentation 
on my ticket to compile. How can I fix this?

Thanks,
Zach

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik
Right, it is in fact invoking show(), which is

File: 
/projects/sage/sage-7.5/local/lib/python2.7/site-packages/smc_sagews/sage_salvus.py
   Source:
   def show(*objs, **kwds):
"""
Show a 2d or 3d graphics object (or objects), animation, or
matplotlib figure, or show an
expression typeset nicely using LaTeX.

On Thu, Jun 1, 2017 at 2:06 PM, Harald Schilly  wrote:
> On Thu, Jun 1, 2017 at 2:59 PM, Dima Pasechnik  wrote:
>> right, sorry, I mean a sagews notebook running Sage.
>> I did not try other SMC Sage interfaces.
>
> Yes, there is probably somewhere this "show" function involved, which
> has the same name but a different implementation -- please don't ask
> me about any details, I'm just pretty sure that this is what's going
> on here :-)
>
> -- harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Harald Schilly
On Thu, Jun 1, 2017 at 2:59 PM, Dima Pasechnik  wrote:
> right, sorry, I mean a sagews notebook running Sage.
> I did not try other SMC Sage interfaces.

Yes, there is probably somewhere this "show" function involved, which
has the same name but a different implementation -- please don't ask
me about any details, I'm just pretty sure that this is what's going
on here :-)

-- harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik
On Thu, Jun 1, 2017 at 1:46 PM, Harald Schilly  wrote:
> On Thu, Jun 1, 2017 at 9:02 AM, Dima Pasechnik  wrote:
>> By the way, this example does work on SMC, so they must be doing something
>> non-standard here.
>> What is that?
>
> Hi, you need to be more precise, since CoCalc has a rather large
> feature surface. In case you mean "sagews" files, they have nothing to
> do with "sagemath", except that they use it as a back-end.

right, sorry, I mean a sagews notebook running Sage.
I did not try other SMC Sage interfaces.

>
> -- harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [CoCalc] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Harald Schilly
On Thu, Jun 1, 2017 at 9:02 AM, Dima Pasechnik  wrote:
> By the way, this example does work on SMC, so they must be doing something
> non-standard here.
> What is that?

Hi, you need to be more precise, since CoCalc has a rather large
feature surface. In case you mean "sagews" files, they have nothing to
do with "sagemath", except that they use it as a back-end.

-- harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Re: Problem compiling Sage 7.6 from source

2017-06-01 Thread Jeroen Demeyer

On 2017-06-01 02:13, Bernardo Feijoo wrote:

Then I tried to install again and the installation stopped with an error
about linbox. I just started it again and it seems to be progressing
past linbox, so I think it's making progress. I'm just gonna keep trying.


This suggests a hardware problem of some sort, most likely bad memory. I 
strongly suggest to run a memtester on that machine.


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: [sage-combinat-devel] Re: Crystals not displaying

2017-06-01 Thread Dima Pasechnik


On Wednesday, May 31, 2017 at 2:24:55 PM UTC+1, Nicolas M. Thiéry wrote:
>
>Hi, 
>
> I am investigating this. Current status: 
>
> Remember that graphs can be latex rendered in two ways: either by 
> having Sage produce tikz manually (1), or through dot2tex (2). For 
> general graphs, the former is the default. For graphs produced from 
> crystals, the default is to use (2) if dot2tex is installed, and (1) 
> otherwise. At the end the issue is not in dot2tex: its presence just 
> hides the bug. 
>
> Here is my current minimal example, which breaks independently of 
> dot2tex: 
>
> sage: t = StandardTableaux(4).random_element() 
> sage: G = DiGraph([[t,t]], loops=True) 
> sage: latex(G) 
> **produces something** 
> sage: view(G) 
> **boom** 
>

How does one switch to using dot2tex for this example, too?

By the way, this example does work on SMC, so they must be doing something 
non-standard here.
What is that?
 

>
> On Tue, May 30, 2017 at 11:43:13PM -0700, Dima Pasechnik wrote: 
> >I can confirm that 
> >B = crystals.Tableaux(['A',2], shape=[2,1]); view(B, tightpage=True) 
> >does not work with the latest Sage beta. 
> >It looks as if some tikz-related stuff in the TeX file header 
> >is messed up. 
> >On Wednesday, May 31, 2017 at 7:38:29 AM UTC+1, Dima Pasechnik wrote: 
> > 
> >Perhaps SMC people can explain where the discrepancy in the TeX 
> output 
> >comes from. 
> >I cc to the relevant group. 
> >On Monday, May 29, 2017 at 9:48:45 PM UTC+1, Julie Beier wrote: 
> > 
> >I have been trying to use the tableaux crystal pictures in Sage and, 
> >while it works on the cloud, it does not work on my computer.  I have 
> >updated Sage (then reverted to the version of Sage used on the 
> cloud), 
> >updated on my LaTeX packages, and installed dot2tex.  The code I'm 
> >using is from the help pages: B = crystals.Tableaux(['A',2], 
> >shape=[2,1]); view(B, tightpage=True).  The Tex files generated by 
> the 
> >cloud and by my computer are different.  The one generated by the 
> cloud 
> >compiles, but the one from my computer does not.  I've attached 
> these. 
> > Any ideas?  Thanks for your help! 
> > 
> >-- 
> >You received this message because you are subscribed to the Google 
> >Groups "sage-combinat-devel" group. 
> >To unsubscribe from this group and stop receiving emails from it, 
> send 
> >an email to [1]sage-combinat-devel+unsubscr...@googlegroups.com 
> . 
> >To post to this group, send email to 
> >[2]sage-comb...@googlegroups.com . 
> >Visit this group at 
> >[3]https://groups.google.com/group/sage-combinat-devel. 
> >For more options, visit [4]https://groups.google.com/d/optout. 
> > 
> > References 
> > 
> >1. mailto:sage-combinat-devel+unsubscr...@googlegroups.com 
>  
> >2. mailto:sage-comb...@googlegroups.com  
> >3. https://groups.google.com/group/sage-combinat-devel 
> >4. https://groups.google.com/d/optout 
>
> Nicolas 
> -- 
> Nicolas M. Thiéry "Isil" > 
> http://Nicolas.Thiery.name/ 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.