Problem with LineWidth on Matlab online: increasing the thickness makes part of the lines disappear
9 ビュー (過去 30 日間)
古いコメントを表示
I'm having a weird response from plot in MATLAB online. Plotting data that have extrema using thick lines has a weird response on my browser. Take the following code:
v = [1, 2, 5, 10, 5, 2, 1]
plot(v, "Linewidth", 5)
The resulting image in the live notebook seems to have variable thickness, and only the line segments at the edges are visible. However, when I open a separate figure window, I can see the intended plot correctly. Here is a screenshot:
I'm using Ubuntu 22.04 with KDE. I tried both firefox and chromium and the weird behaviour is still there. On the standalone matlab application, the correct thickness can be shown, so it seems like this is a MATLAB online issue.
Am I doing something wrong? Are there any settings I need to tweak in order to get the right behaviour?
edited the example to make the issue more apparent.
3 件のコメント
回答 (1 件)
Nehemiae
2023 年 3 月 9 日
Hello,
Do have a look if your system meets the specifications for MATLAB Online (https://www.mathworks.com/support/requirements/browser-requirements.html) and ensure that JavaScript is enabled. If the issue persists, create a service request for the same (https://www.mathworks.com/support/contact_us.html?s_tid=hc_trail).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graphics Object Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!