Shigeto R. Nishitani
Shigeto R. Nishitani
Thanks for the useful gem. I really use it pretty often. Now I will nbconvert the notebook to operate batch jobs, the Plotly.show should be necessary to change the download_image....
Thanks for giving the opportunity to use plotly directly from ruby. It is so convenient for me to code by Ruby and get lots of information from plot.ly. BTW, can...
When 'rake test' with verbose output, ``` bash rake test TESTOPTS="-v" ``` works well, but ``` ruby Rake::TestTask.new do |t| t.verbose = true end ``` does not work. Changing it...
What a fantastic idea! I will use this in my class since next Wednesday after changing the text. Would you add the 'color' for 'red, green, refactoring' ? While this...
Thanks for maintaining great gem.👍 Unfortunately on my new mac m1(BigSur), numo-gnuplot doesn' t work. The error tells, ``` Traceback (most recent call last): 3: from test.rb:5:in `' 2: from...
I want to write a dashed vertical line on the plot, then ``` ruby Numo.gnuplot do set arrow: "from 10.0 ,0.0 to 10.0,140.0 nohead dashtype (10, 5)", lc_rgb:"red" plot xx,...
I just made a simple sample.key on Keynote(14.0), and unpack it but failed. ``` bash > keynote-parser unpack sample.key Traceback (most recent call last): File "/Users/bob/opt/anaconda3/bin/keynote-parser", line 5, in from...