-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
First, let me thank you for this great extension. I have been looking for something like this for quite some time. And now to the problem :) ...
Describe the bug
Colors seem to be presented wrong. Let's say I want to do a simple Plot and have a Red Background using
Plot[Sin[x], {x, 1, 2*Pi}, Background->Red]
I get the image shown below. The image clearly does not show a pure red background. Same goes for different colors and different Graphics creations like Graphics[{Red, Disk[{0,0}]}]
, which leads to the same wrong color output. It seems that there is some color adjustment done by default, which leads to wrong color output.
Expected behavior
The colors should display according to code input.
Environment
- Operating system: MacOS 11.6.4
- Mathematica/Engine: 13.0
- VS Code: 1.65.2
- Version: 0.0.9
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request