Fix figure visual parity with MATLAB toolbox#78
Merged
iahncajigas merged 3 commits intomainfrom Mar 24, 2026
Merged
Conversation
Example 03 Fig05 — stimulus effect surfaces: Replace 3D plot_wireframe (gray) with 2D pcolormesh (viridis colormap), matching MATLAB's mesh() with view([90 -90]) top-down heatmap rendering Example 01 Figs 01/03 — plotInvGausTrans ACF panel: Reduce marker size from 4.0 to 3.0 so individual scatter dots are visible across the full lag range (~550 lags), matching MATLAB's dot-scatter style Example 02 Fig02 — GLM coefficient error bars: Change error bars from 1x SE to 1.96x SE (95% CI) matching MATLAB; switch marker from "." to "o" at size 8 for visibility Example 05 Figs 03/05/06 — start/finish markers: Change filled blue/red circles to unfilled (open) circles with markerfacecolor="none" and markeredgewidth=2, matching MATLAB Example 03 Fig01 — CIF legend: Add label="$\lambda_i$" and legend(loc="upper right") to match MATLAB LaTeX rendering: Fix legend labels in Example 03 Fig06 from unescaped strings to proper raw f-strings with $\lambda$ mathtext wrapping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mesh()+view([90 -90])Test plan
🤖 Generated with Claude Code