Skip to content

Instantly share code, notes, and snippets.

@GalTechDev
GalTechDev / index.html
Last active January 20, 2023 01:53
403 Forbidden
<div style="display:flex; flex-direction: column;">
<div id="container_anim" style="margin-left: 30%;">
<div id="lock" class="key-container">
<?xml version="1.0" standalone="no"?>
<!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="317.286 -217 248 354" width="248" height="354">
<g>
<path d="M 354.586 -43 L 549.986 -43 C 558.43 -43 565.286 -36.144 565.286 -27.7 L 565.286 121.7 C 565.286 130.144 558.43 137 549.986 137 L 354.586 137 C 346.141 137 339.286 130.144 339.286 121.7 L 339.286 -27.7 C 339.286 -36.144 346.141 -43 354.586 -43 Z" style="stroke:none;fill:rgb(170,85,0);stroke-miterlimit:10;" />
<g transform="matrix(-1,0,0,-1,543.786,70)"><text transform="matrix(1,0,0,1,0,234)" style="font-family:'Quicksand';font-weight:700;font-size:234px;font-style:normal;fill:#4a4444;stroke:none;">U</text></g>
<g transform="matrix(-1,0,0,-1,530.786,65)"><text transform="mat
@GalTechDev
GalTechDev / issue_dash.py
Created March 14, 2024 12:52
[BUG] Plotly Figure scale not respected for Mesh3d figure #2786
from dash import Dash, html, dcc, callback, Output, Input
import plotly.graph_objects as plt
import numpy as np
###################################################################
#data generator line 12
#dash app line 112
###################################################################
#data generator
###################################################################