StevenSiew
StevenSiew
Why not return a dictionary. Then the user can query the dictionary for the parameter they are interested in. ``` mydict = getparamdict(OneSampleTTest(x)) # show the output println( mydict["output"] )...
Sorry. Originally the module itself is in another file but I rather have only one file instead of two separate files. On it's own file, I have always indented the...
> Personally, I'd adjust the aesthetics a bit - the axes are too heavy, since they're subordinate to the curves. A bit more Edward Tufte styling would be welcome! You...
Alright, this is my first attempt at sending you the source code. I will attached a text file to this comment. My attempt to attached the file "LuxorGraphDemo.jl" has failed...
You make want to check that it works first and maybe clean up the code a bit before adding it to your documentation. It was not originally designed for publication....
Is there a way for Luxor to read in images directly from the web. For example: https://i.imgur.com/xdy68Zg.jpeg If so can you put the instructions to do so on the Luxor...