Kevin Cutler

Results 71 comments of Kevin Cutler

> Recently the good old "Afloat" acts weirdly in MacForge in Big Sur, so I have to give up on it and eventually switch to "AfloatX". > > Still, there...

I am also having this issue... just spent a few hours trying to figure out why. I am on the latest version of bfmatlab.

@dgault that is for checking in. It seems like it was indeed just that one file giving me issues. I’ve checked a few others and they seem to be fine.

I also get this error, CUDA 11.1 on Ubuntu 20.04.

That is my output too. The code ``` plot(t,x,'g'); set(gca,'color','k') ``` should be making the background black and the line green. The line color is correct (plus the axes labeling...

In addition, I just noticed that any print option combined with `set(gcf,'color','k');` (rather than _or_ in addition to `gca`) removes the title. Not sure why - in native MATLAB it...

Ok, I'll look into `print`. Any idea how I should go about changing the Plotly colors? There is documentation for using Plotly in MATLAB natively, and there is documentation for...

Ok, I have a fix for `print`. The crucial property is `InvertHardCopy` for the `gcf` object. Below is code that generates the desired output (note that I am using the...

Thanks for pushing the change to `imatlab_export_fig.m`, but it does not seem to fix the issue for me. I've been trying some edits of that file to no avail; it...

I got it working by re-installing imatlab and manually re-copying the edited `imatlab_export_fig.m` file into the same folder, since the reinstallation did not appear to change that file. What should...